Jump to content

Recommended Posts

Posted

post-48757-1121189833_thumb.jpgHi 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.


Posted

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.

Posted (edited)

Hi, I think the problem lies in Winnt.sif

Winnt.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=Yes

RunOnceEx.cmd

cmdow @ /HID

@echo off

for %%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\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\010 /VE /D "Installing DVD-Decrypter 3.5.4.0" /f

REG ADD %KEY%\010 /V 1 /D "%CDROM%\Applications\DVDDecrypter\SetupDVDDecrypter_3.5.4.0.exe /S" /f

REG ADD %KEY%\015 /VE /D "Installing Office 2003" /f

REG ADD %KEY%\015 /V 1 /D "%CDROM%\Applications\Office2003\setup.exe TRANSFORMS=Unattended.mst /qb-" /f

REG ADD %KEY%\020 /VE /D "Installing Norton Internet Security 2005" /f

REG ADD %KEY%\020 /V 1 /D "REGEDIT /S %CDROM%\Applications\NISPro2005\NISReg.reg" /f

REG ADD %KEY%\020 /V 2 /D "%CDROM%\Applications\NISPro2005\symlcrst.exe" /f

REG ADD %KEY%\020 /V 3 /D "%CDROM%\Applications\NISPro2005\symsetup.EXE /O REBOOT=ReallySuppress /QB" /f

EXIT

cmdlines.cmd

[COMMANDS]

"RunOnceEx.cmd"

Edited by Wonkster
  • 2 weeks later...
Posted

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\"

Posted

UnattendMode=FullUnattended seems to be correct as I found what was causing my problem - I just needed to add the following...

Under [GuiUnattended]

Oemskipwelcome=1

Since adding that entry my unattended setup runs without stopping at that annoying Setup Wizard.

Hopes this helps

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...