Jump to content

brimston3

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by brimston3

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

×
×
  • Create New...