Wonkster Posted July 12, 2005 Posted July 12, 2005 Hi everyone, what a fantastic forum !!I am in the process of making my own Unattended install of XP and at the moment I have done the SP2 slipstream, Hotfixes and Apps etc; with great success thanks to MSFN and this forum. The build has been very successfull apart from one little niggle - At T-39 to T-37 I get a setup wizard appear and until I click the OK button it hangs at that point. After I click it the install continues successfully until completetion. Clicking the OK button on the wizard doesn't appear to invoke anything.Can anyone help me with this niggle.
Fascix Posted July 12, 2005 Posted July 12, 2005 Maby it helps if we can see your files: (winnt.sif, cmdlines and the rest that could be involved) dont forget to remove any info regarding serial numbers and passwords etc.
Wonkster Posted July 12, 2005 Author Posted July 12, 2005 (edited) Hi, I think the problem lies in Winnt.sifWinnt.sif;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated=0 UnattendedInstall=Yes[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemPnPDriverspath="Drivers\adpu320" TargetPath=\WINDOWS FileSystem=*[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85[userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="Wonkster" OrgName="Home" ComputerName=XW6000[Display] BitsPerPel=32 Xresolution=1024 YResolution=768[TapiLocation] CountryCode=44 Dialing=Tone[RegionalSettings] LanguageGroup=1 Language=00000809[identification] JoinWorkgroup=MSHOME[Networking] InstallDefaultComponents=YesRunOnceEx.cmdcmdow @ /HID@echo offfor %%i in (C 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:\WIN51 set CDROM=%%i:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D "Installing DVD-Decrypter 3.5.4.0" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\Applications\DVDDecrypter\SetupDVDDecrypter_3.5.4.0.exe /S" /fREG ADD %KEY%\015 /VE /D "Installing Office 2003" /fREG ADD %KEY%\015 /V 1 /D "%CDROM%\Applications\Office2003\setup.exe TRANSFORMS=Unattended.mst /qb-" /fREG ADD %KEY%\020 /VE /D "Installing Norton Internet Security 2005" /fREG ADD %KEY%\020 /V 1 /D "REGEDIT /S %CDROM%\Applications\NISPro2005\NISReg.reg" /fREG ADD %KEY%\020 /V 2 /D "%CDROM%\Applications\NISPro2005\symlcrst.exe" /fREG ADD %KEY%\020 /V 3 /D "%CDROM%\Applications\NISPro2005\symsetup.EXE /O REBOOT=ReallySuppress /QB" /fEXITcmdlines.cmd[COMMANDS]"RunOnceEx.cmd" Edited July 12, 2005 by Wonkster
chadatmarchex Posted July 27, 2005 Posted July 27, 2005 I am having the same issue and it is very fruuuustrating to have it pop up and not continue. I have tried and looked at several different styles of [unattended] commands and found no resolve. I am surprised to see you using 'UnattendMode=FullUnattended' and still seeing that failure point. I wish I could help out more. Here is what I am using with the same problem. [Unattended] UnattendMode=DefaultHide UnattendSwitch=Yes OemSkipEula=Yes OemPreinstall=Yes WaitForReboot = No NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 TargetPath=\WINDOWS Repartion=Yes AutoActivate=YES DriverSigningPolicy=Ignore OemPnPDriversPath="drivers\"
Wonkster Posted July 27, 2005 Author Posted July 27, 2005 UnattendMode=FullUnattended seems to be correct as I found what was causing my problem - I just needed to add the following...Under [GuiUnattended] Oemskipwelcome=1Since adding that entry my unattended setup runs without stopping at that annoying Setup Wizard.Hopes this helps
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now