Jump to content

Winnt.sif ignored


Recommended Posts

i slipstreamed sp2 into my xp pro cd. made a winnt.sif using the guide @ http://unattended.msfn.org/xp/winnt_sif.htm and placed it into the i386 folder. created an iso using cdimage. burned iso. all AOK so far. however, during installation of xp from the cd the winnt.sif is ignored and i still am prompted to enter all the info like key and name etc. any ideas please as to the main reasons for this trouble ? winnt.sif below

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

OemPreinstall=Yes

UnattendSwitch="yes"

FileSystem=*

[GuiUnattended]

AdminPassword="password"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=255

OemSkipWelcome=1

[userData]

ProductKey=?????-?????????-?????-?????

FullName="XCVXCVXCV"

OrgName="XCVXCVXCV"

ComputerName=*

[Display]

Xresolution=800

YResolution=600

[TapiLocation]

CountryCode=61

Dialing=Tone

AreaCode=02

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Link to comment
Share on other sites


Maybe this is your problem:

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
OemPreinstall=Yes
UnattendSwitch="yes"
FileSystem=*

You have OemPreinstall TWICE. One with YES, and one with NO. Maybe it is just ignoring it altogether! :)

Link to comment
Share on other sites

First thing to check is that you haven't actually named Winnt.sif as Winnt.sif.txt. It's a common problem when saving from notepad or other text editors. To check, you should make sure that 'Hide extensions for known file types' is not checked in folder options and then look at winnt.sif in the i386 directory.

[unattended]UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

OemPreinstall=Yes

UnattendSwitch="yes"

FileSystem=*

Although this shouldn't account for the reason your unnattended installation is asking for your information, you should remove the one you don't want. That determines whether your OEM drivers and programs get copied over.

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