| OLD | NEW |
| 1 ;SetupMgrTag | 1 ;SetupMgrTag |
| 2 [Data] | 2 [Data] |
| 3 AutoPartition=1 | 3 AutoPartition=1 |
| 4 MsDosInitiated="0" | 4 MsDosInitiated="0" |
| 5 UnattendedInstall="Yes" | 5 UnattendedInstall="Yes" |
| 6 | 6 |
| 7 [Unattended] | 7 [Unattended] |
| 8 Repartition=Yes | 8 Repartition=Yes |
| 9 UnattendMode=FullUnattended | 9 UnattendMode=FullUnattended |
| 10 OemSkipEula=Yes | 10 OemSkipEula=Yes |
| 11 OemPreinstall=No | 11 OemPreinstall=No |
| 12 TargetPath=\WINDOWS | 12 TargetPath=\WINDOWS |
| 13 UnattendSwitch=Yes | 13 UnattendSwitch=Yes |
| 14 CrashDumpSetting=1 | 14 CrashDumpSetting=1 |
| 15 DriverSigningPolicy=ignore | 15 DriverSigningPolicy=ignore |
| 16 OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH" | |
| 17 WaitForReboot=no | 16 WaitForReboot=no |
| 18 | 17 |
| 19 [GuiUnattended] | 18 [GuiUnattended] |
| 20 AdminPassword="1q2w3eP" | 19 AdminPassword="1q2w3eP" |
| 21 EncryptedAdminPassword=NO | 20 EncryptedAdminPassword=NO |
| 22 TimeZone=85 | 21 TimeZone=85 |
| 23 OemSkipWelcome=1 | 22 OemSkipWelcome=1 |
| 24 AutoLogon=Yes | 23 AutoLogon=Yes |
| 25 AutoLogonCount=1000 | 24 AutoLogonCount=1000 |
| 26 OEMSkipRegional=1 | 25 OEMSkipRegional=1 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 Mode=0 | 61 Mode=0 |
| 63 | 62 |
| 64 [Branding] | 63 [Branding] |
| 65 BrandIEUsingUnattended=Yes | 64 BrandIEUsingUnattended=Yes |
| 66 | 65 |
| 67 [Display] | 66 [Display] |
| 68 Xresolution=1024 | 67 Xresolution=1024 |
| 69 YResolution=768 | 68 YResolution=768 |
| 70 | 69 |
| 71 [GuiRunOnce] | 70 [GuiRunOnce] |
| 72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" | 71 Command0="cmd /c E:\setuprss.bat" |
| 73 Command1="cmd /c E:\setuprss.bat" | 72 Command1="cmd /c netsh interface ip set address local dhcp" |
| 74 Command2="cmd /c netsh interface ip set address local dhcp" | 73 Command2="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" |
| 75 Command3="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" | |
| OLD | NEW |