Winnt.sif said:
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
FileSystem=*
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1
[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
Fullname="Raven"
OrgName="" ComputerName=computername [Display] Xresolution=800 YResolution=600 [Identification] JoinWorkgroup=MSHOME [Networking] InstallDefaultComponents=Yes [GuiRunOnce] %systemdrive%\Install\Install.cmd[/quote] [quote name='Install.cmd']@ECHO OFF
TITLE Installing remaining updates
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\DVD.txt SET CDROM=%%i:
ECHO Installing Microsoft .NET Framework 3.5
start /wait %cdrom%\Remaining_updates\dotnetfx35.exe /Passive /NoRestart
ECHO Done!
ECHO.
ECHO Installing Microsoft Malicious Software Removal Tool (KB890830)
start /wait %cdrom%\Remaining_updates\AMD64-all-windows-kb890830-x64-v1.40_f3040cca9eabee9eeb6acef6c8788880465b2fbe.exe /Q
start /wait %cdrom%\Remaining_updates\AMD64-all-windows-kb890830-x64-v1.40-delta_60462b1f511cee2a03bda406921b7005333c5819.exe /Q
ECHO Done!
EXIT
Going to add DirectX, if necessary, and maybe Office 2007 at a later time.
Edit: The reboot command in the cmd doesn't work when running the cmd using GuiRunOnce. so i've removed it.
Now there's only one update to worry about:
350-Windows-en-US-KB943729-x64.exe [889,912] Optional, Group Policy Preference Client Side Extensions (still shows on Widows Update, fault has been reported)
When will this be fixed?
This post has been edited by bartgrefte: 28 April 2008 - 05:07 AM



Help

Back to top











