Jump to content

XP install not running unattended


Recommended Posts

I've created a winnt.sif file and copied it to the i386 folder on my CD. The textmode goes fine. When the GUI part comes up it's prompting me for all the information that is in my winnt.sif.

Has anyone had this problem before? I used nLite to slipstream SP1a and remove features.

Here is my winnt.sif

[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch="Yes"
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword="xxxxxxxx"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=20
   OemSkipWelcome=1
   AutoLogon=Yes
   AutoLogonCount=2

[UserData]
   ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   FullName="xxxxx"
   OrgName="xxxxx"
   ComputerName=*

[Display]
   BitsPerPel=16
   Xresolution=800
   YResolution=600
   Vrefresh=60

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000409
   UserLocale=00000409
   InputLocale=0409:00000409

[Identification]
   JoinWorkgroup=xxxxx

[Networking]
   InstallDefaultComponents=No

[TapiLocation]
   CountryCode=1
   Dialing=Tone
   AreaCode=xxx
   LongDistanceAccess="9"

[Branding]
   BrandIEUsingUnattended=Yes

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=0

[NetAdapters]
   Adapter1=params.Adapter1

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=No
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=Yes
   WINS=No
   NetBIOSOptions=1

[URL]
   Home_Page=http://www.google.com

[params.Adapter1]
   INFID=*

Help me MSFN Kenobe. You're my only hope. :D

Link to comment
Share on other sites


i'am not sure but

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

UnattendSwitch="Yes" <-------------- ???????????????

TargetPath=\WINDOWS

try to change it to only yes whitout quote's

good luck

Scorp

Link to comment
Share on other sites

So TextSetup is going fine (no question asked)

But when you get to the GUI part it is asking some question... wich question? Only the name and organisation, only the key, all the information? Can you be more specific?

It asks for name and organization, computer name, admin password, country settings & time zone, cd key.

The app installs are working after windows installs, but it's not performing the autologon either.

Something's a little funked up. :blink:

Link to comment
Share on other sites

[UserData]
  ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

I believe the correct syntax for this line is:

[UserData]
  ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

This is what I have in my WINNT.SIF and it works perfectly. I suppose it could be different because I use SP2 slipstreamed, but that seems unlikely.

Link to comment
Share on other sites

  • 2 weeks later...

I have.....

[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates=yes

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=No
   Unattendswitch="No"
   WaitForReboot="No"

Works fine for mine..doesnt ask for anything. :}

Link to comment
Share on other sites

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