| OLD | NEW |
| 1 [Data] | 1 [Data] |
| 2 AutoPartition = 1 | 2 AutoPartition = 1 |
| 3 MsDosInitiated = 0 | 3 MsDosInitiated = 0 |
| 4 UnattendedInstall = Yes | 4 UnattendedInstall = Yes |
| 5 | 5 |
| 6 [Unattended] | 6 [Unattended] |
| 7 UnattendMode = FullUnattended | 7 UnattendMode = FullUnattended |
| 8 OemSkipEula = Yes | 8 OemSkipEula = Yes |
| 9 OemPreinstall = No | 9 OemPreinstall = No |
| 10 UnattendSwitch = Yes | 10 UnattendSwitch = Yes |
| 11 CrashDumpSetting = 1 | 11 CrashDumpSetting = 1 |
| 12 DriverSigningPolicy = ignore | 12 DriverSigningPolicy = ignore |
| 13 OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH" |
| 13 WaitForReboot = no | 14 WaitForReboot = no |
| 14 Repartition = yes | 15 Repartition = yes |
| 15 | 16 |
| 16 [GuiUnattended] | 17 [GuiUnattended] |
| 17 AdminPassword = "1q2w3eP" | 18 AdminPassword = "1q2w3eP" |
| 18 AutoLogon = Yes | 19 AutoLogon = Yes |
| 19 AutoLogonCount = 1000 | 20 AutoLogonCount = 1000 |
| 20 OEMSkipRegional = 1 | 21 OEMSkipRegional = 1 |
| 21 TimeZone = 85 | 22 TimeZone = 85 |
| 22 OemSkipWelcome = 1 | 23 OemSkipWelcome = 1 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 49 Mode = 0 | 50 Mode = 0 |
| 50 | 51 |
| 51 [SetupParams] | 52 [SetupParams] |
| 52 local="Local Area Connection" | 53 local="Local Area Connection" |
| 53 | 54 |
| 54 [Display] | 55 [Display] |
| 55 Xresolution=1024 | 56 Xresolution=1024 |
| 56 YResolution=768 | 57 YResolution=768 |
| 57 | 58 |
| 58 [GuiRunOnce] | 59 [GuiRunOnce] |
| 59 Command0="cmd /c sc config TlntSvr start= auto" | 60 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" |
| 60 Command1="cmd /c netsh firewall set opmode disable" | 61 Command1="cmd /c sc config TlntSvr start= auto" |
| 61 Command2="cmd /c net start telnet" | 62 Command2="cmd /c netsh firewall set opmode disable" |
| 62 Command3="cmd /c E:\setuprss.bat" | 63 Command3="cmd /c net start telnet" |
| 63 Command4="cmd /c netsh interface ip set address local dhcp" | 64 Command4="cmd /c E:\setuprss.bat" |
| 64 Command5="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" | 65 Command5="cmd /c netsh interface ip set address local dhcp" |
| 66 Command6="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" |
| OLD | NEW |