September 8, 200520 yr I'm having some trouble with my unattended install of Windows XP Pro (SP2). I have used nLite to integrate drivers and tweak the setup a bit. I have also manually edited WINNT.SIF to alter a bit more. It seems, however, that some of these settings are not taking effect on installation. My main concern is that the custom location for the Program Files folder is not being used. Below is my WINNT.SIF file, can anyone see where I have gone wrong?[Data]AutoPartition=0MSDosInitiated=0UnattendedInstall=YesAutomaticUpdates=yes[Unattended]UnattendMode=GUIAttendedUnattendSwitch=NoOemPreinstall=YesOemSkipEula=YesTargetPath=\WindowsFileSystem=*Repartiton=NoWaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1ProgramFilesDir="D:\Program Files"CommonProgramFilesDir="D:\Program Files\Common"KeyboardLayout="United Kingdom"DriverSigningPolicy=IgnoreNonDriverSigningPolicy=Ignore[GuiUnattended]AdminPassword=*TimeZone=85OemSkipRegional=1OemSkipWelcome=1ProfilesDir="E:\Documents and Settings\"[Display]BitsPerPel=32Xresolution=1024Yresolution=768Vrefresh=85AutoConfirm=1[UserData]ProductKey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"[TapiLocation]CountryCode=44Dialing=Tone[RegionalSettings]LanguageGroup=1Language=00000809[Networking]InstallDefaultComponents=Yes[Components]msmsgs=offmsnexplr=offfreecell=offhearts=offminesweeper=offpinball=offsolitaire=offspider=offzonegames=offFax=On[Shell]DefaultStartPanelOff=Yes[GuiRunOnce]Command0="%windir%\copy_i386.bat"[IEPopupBlocker]BlockPopups=YesFilterLevel=HighShowInformationBar=YesThanks,J. Edited September 8, 200520 yr by jimbobmcgee
September 8, 200520 yr What settings exactly aren't taking effect?I can tell you this much though, your drivers won't be installed since you don't have an OemPnPDriversPath property in your [unattended] section. Any drivers that are install will be inbox Windows XP drivers.
September 8, 200520 yr ProgramFilesDir="D:\Program Files"CommonProgramFilesDir="D:\Program Files\Common"Where are these documented as valid entries? They don't show up in ref.chm. This may be your problem...
September 8, 200520 yr Author What settings exactly aren't taking effect?The 'ProgramFilesDir' one is my main concern. But other, little, things such as 'AutomaticUpdates'I can tell you this much though, your drivers won't be installed since you don't have an OemPnPDriversPath property in your [unattended] section. Any drivers that are install will be inbox Windows XP drivers.<{POST_SNAPBACK}>That's interesting, because those seemed to install without issue. My audio, video and network devices are installed whereas, when I do an install of the boxed XP, they are not. nLite must have added them another way?ProgramFilesDir="D:\Program Files"CommonProgramFilesDir="D:\Program Files\Common"Where are these documented as valid entries? They don't show up in ref.chm. This may be your problem... <{POST_SNAPBACK}>I got those entries from here. They worked for my XP SP1 install a while ago. Has support for these flags been discontinued?J.
September 8, 200520 yr Oh, so I guess that you can't get passed the Automatic Updates section where Windows configures the network settings and adds users?You'll need to set UnattendMode = FullUnattended and UnattendSwitch = Yes.
September 8, 200520 yr The 'ProgramFilesDir' one is my main concern. But other, little, things such as 'AutomaticUpdates'You can verify the AutomaticUpdates setting is doing its job by noting if the "Help Protect Your PC" wizard runs on the first reboot. If the wizard displays, your right, its not working. I DO successfully use this entry in my installs. Has support for these flags been discontinued?I got the latest Deployment Tools from here:http://www.microsoft.com/downloads/details...&displaylang=enand its not listed so I would guess its no longer supported.
September 8, 200520 yr Author I got the latest Deployment Tools from here:http://www.microsoft.com/downloads/details...&displaylang=enand its not listed so I would guess its no longer supported.<{POST_SNAPBACK}>Where can I get the latest ref.chm, I can't seem to find it...Has anyone else tried to use the ProgramFilesDir key in an SP2 install, i.e. can anyone confirm that this is not valid any more? Why would MS change this after so long?!!J.
September 8, 200520 yr Change it to CommonProgramFilesDir="D:\Program Files\Common Files"Also I use this[RegionalSettings] LanguageGroup = 1 SystemLocale = 00000809 UserLocale = 00000809 InputLocale = 0809:00000809Hope this helps!
September 8, 200520 yr I got the latest Deployment Tools from here:http://www.microsoft.com/downloads/details...&displaylang=enand its not listed so I would guess its no longer supported.<{POST_SNAPBACK}>Where can I get the latest ref.chm, I can't seem to find it...Has anyone else tried to use the ProgramFilesDir key in an SP2 install, i.e. can anyone confirm that this is not valid any more? Why would MS change this after so long?!!J.<{POST_SNAPBACK}>Download the deployment tools (link above), and ref.chmn is in the .cab file. To clerifiy, I don't know if it still works or not, I only noted that I couldn't find it in the latest version of ref.chm.Good luck,Chunk
September 9, 200520 yr You can have your Program Files folder on the D:\ drive as long as there is a D:\ partition already created and formated BEFORE you install Windows.
September 9, 200520 yr Author You can have your Program Files folder on the D:\ drive as long as there is a D:\ partition already created and formated BEFORE you install Windows.<{POST_SNAPBACK}>I have a formatted D:\ and E:\. It looks like Chunk may be right; ProgramFilesDir seems to have disappeared into the ether. I can't find a reference to it anywhere on Microsoft's site. It must have been removed when they started producing SP2 disks. I love the way Microsoft remove things without telling people; it's a bit like the Ministry of Information, isn't it?!J.
September 9, 200520 yr Not true,My installation is based on Windows XP SP2 and I have C:\WindowsD:\Program FilesE:\Documents and Settingsworking perfectly Edited September 9, 200520 yr by Incroyable HULK
September 12, 200520 yr Author Not true,My installation is based on Windows XP SP2 and I have C:\WindowsD:\Program FilesE:\Documents and Settingsworking perfectly<{POST_SNAPBACK}>That's interesting. Has yours been done from a SP1 disk, with SP2 applied to it (because my old SP1 disk allows the same setup, without issue). Alternatively, could it be because mine is an OEM disk, as opposed to a volume edition?J.
September 12, 200520 yr No the version of XP has no effect, you have made an error.Start again with a new directory structure and fresh source files.Also as I stated in my previous, ignored, post why rename Common Files to Common, when you are happy to leave all other directory names unchanged.I also gave you correct information for your regional settings, to which I have also had no response.Start again with a new directory structure and fresh source files.
September 13, 200520 yr Author No the version of XP has no effect, you have made an error.Start again with a new directory structure and fresh source files.Also as I stated in my previous, ignored, post why rename Common Files to Common, when you are happy to leave all other directory names unchanged.I also gave you correct information for your regional settings, to which I have also had no response.Start again with a new directory structure and fresh source files.<{POST_SNAPBACK}>I have not ignored your post. I appreciate the regional settings and have integrated them into my WINNT.SIF file. I have tried to perform this (with a fresh source directory structure) three times now. I'm sure I have made an error but I cannot spot it. Thank you.
Create an account or sign in to comment