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.

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...