Help - Search - Members - Calendar
Full Version: RIS and OOBE
MSFN Forums > Unattended Windows Discussion & Support > Unattended Windows 2000/XP/2003 > Unattended RIS Installation

   
Google Internet Forums Unattended CD/DVD Guide
brimston3
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!
CODE
[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
brimston3
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.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.