I need a bit of help with the use of my unattended.txt in both Windows XP and Windows Serve 2003 Standard (which I've renamed to winnt.sif and added to the /i386 directory in either ISO)
Here's what I've used:
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=ProvideDefault
OemPreinstall=No
TargetPath=\WINDOWS
OemSkipEula = Yes
[GuiUnattended]
AdminPassword=not shown
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=85
[UserData]
ProductKey=not shown
FullName="Aaron Stevens"
OrgName="Home"
ComputerName=somename
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=85
[TapiLocation]
CountryCode=44
Dialing=Tone
AreaCode=01323
[RegionalSettings]
LanguageGroup=1
Language=00000809
[Branding]
BrandIEUsingUnattended=Yes
[URL]
Home_Page=http://www.google.com
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[Identification]
JoinWorkgroup=PHOENIX
[Networking]
InstallDefaultComponents=Yes
[Components]
AccessOpt=Off
Freecell=Off
Iis_common=On
Iis_inetmgr=On
Iis_www=On
Msnexplr=Off
Pinball=Off
Solitaire=Off
[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes
And for Windows server 2003, same as above but with:
[Components]
AccessOpt = Off
Iis_common = On
Iis_inetmgr = On
Iis_nntp = On
sakit_web=On
Iis_www=On
IEHardenAdmin=Off
IEHardenUser=Off
[Shell]
DefaultStartPanelOff = Yes
This unattended file was created by Setup Manager and is set as \"User Controlled - You provide default options in the answer file and the end user can change any of them\". The components and shell is what I added according to ref.chm in the deploy.cab
The current problems I'm having is:
1. The time zone came up as US Pacific Time during setup (both Win2k3 and XP), even when I've set it as \"85\" which should have made GMT+0 London as default. Tried with and without speech marks, and 085 and 85. No luck.
2. None of the [Components] took effect - For Win2k3: IIS didn't install, and the Accessibility Options wasn't removed. For XP: MSN Explorer and the games wasn't removed. I've tried with spaces and without (e.g. Iis_www = On and Iis_www=On)
3. I've also changed AutoPartition=1 to 0 This only allowed me to select the hard drive/partition to install, but not the formatting options. Is there a way to make it ask me for formatting options (NTFS, FAT32, Quick/Full etc) ?
4. The display didn't set as 1024x768, could this be a limitation from when I tested it in VirtualPC?
I can't understand why nobody else is having problems with the time zone and components, its only me, and the fact that it happens on TWO different operating systems as well. It's been driving me round the bend for the past 2 days. :-(