Jump to content

Recommended Posts

Posted

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 stage
OriSrc = "\\%SERVER%\%SHARE%\winxp\i386"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 0
AutomaticUpdates="Yes"
UnattendedInstall = "Yes"

[SetupData]
OsLoadOptions = "/fastdetect"
; Needed for first stage
SetupSourceDevice = "\Device\LanmanRedirector\%SERVER%\%SHARE%\winxp"

[UserData]
ComputerName = *
; if needed
ProductID=00000-11111-22222-33333-44444

[Unattended]
OemSkipEula=Yes
;UnattendedMode=DefaultHide
UnattendedMode=ReadOnly
UnattendedSwitch="yes"
OemPreinstall=Yes
;WaitForReboot="No"

[RemoteInstall]
Repartition=No
UseWholeDisk=No

[GuiUnattended]
OemSkipWelcome=1
TimeZone=100
OemSkipRegional=1

[Networking]
InstallDefaultComponents=Yes

[Identification]
JoinWorkgroup=WORKGROUP


Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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