I have managed to get my unattend install working perfectly for the OS but when i try to add Office to be installed it doesn't seem to work.
My winnt.sif file is
CODE
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendSwitch="yes"
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
repartition=Yes
WaitForReboot="No"
[GuiUnattended]
AdminPassword=password
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=1
[UserData]
ProductID=*****-*****-*****-*****-*****
FullName="WullieB"
OrgName="Home User"
ComputerName=Home-XP-Pro
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
zonegames=off
msnexplr=off
[GUIRunOnce]
[B]%SystemDrive%\Install\Batch_Files\Office2003.cmd[/B]
;command7= "%SystemDrive%\DP\G\Graphics_Control_Panels.cmd"
;command8= "%SystemDrive%\DP\S\Sound_Control_Panels.cmd"
;command9= "%SystemDrive%\BTS_DP_cleanup.cmd"
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendSwitch="yes"
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
repartition=Yes
WaitForReboot="No"
[GuiUnattended]
AdminPassword=password
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=1
[UserData]
ProductID=*****-*****-*****-*****-*****
FullName="WullieB"
OrgName="Home User"
ComputerName=Home-XP-Pro
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[Components]
msmsgs=off
zonegames=off
msnexplr=off
[GUIRunOnce]
[B]%SystemDrive%\Install\Batch_Files\Office2003.cmd[/B]
;command7= "%SystemDrive%\DP\G\Graphics_Control_Panels.cmd"
;command8= "%SystemDrive%\DP\S\Sound_Control_Panels.cmd"
;command9= "%SystemDrive%\BTS_DP_cleanup.cmd"
I have installed the batch file in the correct location on the cd but it still won't run when the administrator logs in.
Can someone point me in the right direction.
Cheers