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