brimston3 Posted September 3, 2008 Posted September 3, 2008 I'm trying to disable the OOBE, where you can register, setup users, etc after you've completely installed XP. Attached is my sif file it's using for setup. I've read through numerous sif guides but none seem to point out what's wrong. Is there any gui like nlite for editing the sif for RIS installs?Thanks in advance![data]floppyless = "1"msdosinitiated = "1"; Needed for second stageOriSrc = "\\%SERVER%\%SHARE%\winxp\i386"OriTyp = "4"LocalSourceOnCD = 1DisableAdminAccountOnDomainJoin = 0AutomaticUpdates="Yes"UnattendedInstall = "Yes"[SetupData]OsLoadOptions = "/fastdetect"; Needed for first stageSetupSourceDevice = "\Device\LanmanRedirector\%SERVER%\%SHARE%\winxp"[UserData]ComputerName = *; if neededProductID=00000-11111-22222-33333-44444[Unattended]OemSkipEula=Yes;UnattendedMode=DefaultHideUnattendedMode=ReadOnlyUnattendedSwitch="yes"OemPreinstall=Yes;WaitForReboot="No" [RemoteInstall]Repartition=NoUseWholeDisk=No[GuiUnattended]OemSkipWelcome=1TimeZone=100OemSkipRegional=1[Networking]InstallDefaultComponents=Yes[Identification]JoinWorkgroup=WORKGROUP
brimston3 Posted September 5, 2008 Author Posted September 5, 2008 I found the problem, Basically, I had "UnattendedSwitch=Yes" not "UnattendedSwitch=Yes" OEMPreInstall might also play into this, but I've not tested it since it's working.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now