| 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 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 BrandIEUsingUnattended=Yes | 65 BrandIEUsingUnattended=Yes |
| 66 | 66 |
| 67 [Display] | 67 [Display] |
| 68 Xresolution=1024 | 68 Xresolution=1024 |
| 69 YResolution=768 | 69 YResolution=768 |
| 70 | 70 |
| 71 [GuiRunOnce] | 71 [GuiRunOnce] |
| 72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" | 72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER" |
| 73 Command1="cmd /c E:\setuprss.bat" | 73 Command1="cmd /c E:\setuprss.bat" |
| 74 Command2="cmd /c netsh interface ip set address local dhcp" | 74 Command2="cmd /c netsh interface ip set address local dhcp" |
| 75 Command3="cmd /c A:\finish.exe" | 75 Command3="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" |
| OLD | NEW |