Jump to content

HELP! WINNT.SIF file


Recommended Posts

Hello.... I don't know if this belongs on XPCREATE forum or the MSFN > Unattened forum so I posted on both, correct me plz.

I made a winnt.sif file which looks like the following and put it in the CDSOURCE dir. in the XPCREATE folder since thats the program I used for the ISO creation etc etc...

>>>WINNT.SIF

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

UnattendMode=ProvideDefault

OemSkipEula=No

UnattendSwitch=No

OemPreinstall=Yes

OemPnPDriversPath="Drivers\000_SI3112;Drivers\001_network"

WaitForReboot=No

KeyboardLayout=US

[GuiUnattended]

OEMSkipRegional=0

TimeZone=20

OemSkipWelcome=0

[userData]

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="Mike"

ComputerName=Wallace

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

zonegames=off

[shell]

DefaultStartPanelOff = Yes

DefaultThemesOff = Yes

[iEPopupBlocker]

BlockPopups=No

ShowInformationBar=No

[WindowsFirewall]

Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

>>> END

My problem is it doesn't enter the CD KEY in the boxes or the Time Zone settings, It does Put my name in and computer name in the box then I just hit next. I'm just wondering why some of the winnt settings are actually working and its ignoring others. I have it set to UnattendMode=ProvideDefault because I still want the box to pop up and just enter the specified data in the winnt.sif file so I can either change if I want or just hit NEXT. Also how can I stop it from just skipping over that first Blue screen after it loads all the drivers and such in the beginning it says like "Welcome to Windows XP" and says hit Enter to continue blah blah, right now it just skips directly to the partition creation screen. Skips over the License Agreement where you hit F8 to accept and I even have OemSkipEula=No .... I'm clueless, anyones feedback is helpful thank you.

Link to comment
Share on other sites


:hello:

I will humbly refer you to this page for the WINNT.SIF settings.

http://unattended.msfn.org/xp/winnt_sif.htm

AND

http://unattended.msfn.org/xp/reference.htm

It helped me greatly! :thumbup

But if I may suggest, you should change the

UnattendedInstall="Yes" to "no"

If "Yes" this will tell Setup you are running an installation of the Unattended type.

also look carefully at these settings

OemPreinstall=Yes

OemSkipWelcome=0

OemSkipWelcome=0 or 1

This option should be set to 0 if you have OemPreinstall from above on No, If OemPreinstall is on Yes then this option should be set to 1, not doing so will halt the OEM process! When set to 0 this tells Setup not to display the welcome screen during the GUI-mode of Windows Setup (Note: This is not the same as "Windows Welcome" where you set a username for your new account when Setup finishes)

I really hopes this helps!

I want to earn my keep around here! ;)

Link to comment
Share on other sites

Okay I changed what you said, and its still not showing the first blue screen in the text install part that says "Welcome to XP at the top or something and says hit Esc to install a brand new copy or HIt R to repair a current install" and it skips over the License agreement screen when I told it not too just to see and its still not listening right.

Heres my new WINNT.SIF

>>>>>>>

[Data]

MsDosInitiated="0"

UnattendedInstall="No"

[unattended]

UnattendMode=ProvideDefault

OemSkipEula=Yes

UnattendSwitch=No

OemPreinstall=Yes

OemPnPDriversPath="Drivers\000_SI3112;Drivers\001_network"

WaitForReboot=No

KeyboardLayout=US

TargetPath=*

[GuiUnattended]

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

EncryptedAdminPassword=NO

[userData]

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX

FullName="Mike"

ComputerName=Wallace

OrgName=""

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=No

[Components]

msmsgs = Off

msnexplr = Off

zonegames = Off

OEAccess = Off

pinball = Off

[shell]

DefaultStartPanelOff=Yes

DefaultThemesOff=Yes

[iEPopupBlocker]

BlockPopups=No

ShowInformationBar=No

[WindowsFirewall]

Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode=0

[TapiLocation]

CountryCode=1

[RegionalSettings]

LanguageGroup=1

Language=00000409

[branding]

BrandIEUsingUnattended=Yes

Home_Page=about:blank

[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=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

>>>>>>>.END

Link to comment
Share on other sites

couple of things I want to say here.

First off, wrong section. This wouldn't be an XPCREATE problem, more of an unattended problem.

Second, learn to use the CODE tags. Don't use a START>>> >>>END, it makes things easier on us.

Lastly, go back to the links gcwhite1 gave you and read them. Your problem is fixable, but you have to read. If you don't find them helpful, try the ref.chm.

Link to comment
Share on other sites

See none of this makes sense, everyone knows everything and tells me to use the TOOL program so I do, that config doesn't work. THis would be easier if someone could post an example WINNT.SIF file they have that works for ProvideDefault.

Link to comment
Share on other sites

Link to comment
Share on other sites

If you used SetupMgr program to make your sif file. It would have asked you, if you wanted to install from cd. Then yes would be UnattendedInstall="Yes" on your 2nd sif file.

Correct this mistake, and it may work fine.

:)

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