Jump to content

WINNT.SIF Question


Recommended Posts

I am trying to make an unattended Windows installation, But I would also like if I needed to use Recovery Consol from the CD,

But it always seems to bypass that ,

is there anyways for that to work,

I need a quick answer if possible,

Here is my WINNT.SIF, so you would know what I want to do.

[Data]
MsDosInitiated = "No"
Autopartition = 0
UnattendedInstall = "Yes"

[Unattended]
OemPnPDriversPath = "****"
NonDriverSigningPolicy = "Ignore"
DriverSigningPolicy = "Ignore"
OemPreinstall = "Yes"
UnattendMode = ReadOnly
UnattendSwitch = "Yes"
OemSkipEula = "Yes"
FileSystem = *
WaitForReboot = "No"
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1

[SystemRestore]
DisableSR = 1
CreateFirstRunRp = 0
MaximumDataStorePercentOfDisk = 0

[SystemFileProtection]
SFCQuota = 0

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
AutoLogon = "Yes"
TimeZone = 095
OEMSkipRegional = 1
OemSkipWelcome = 1

[Components]
msnexplr=off
zonegames=off

[UserData]
ProductKey = "***"
FullName="Username"
OrgName="Company"
ComputerName=HOME

[RegionalSettings]
LanguageGroup = 13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1


[Networking]
InstallDefaultComponents = "Yes"

[Display]
XResolution = 1024
YResolution = 768

[Identification]
JoinWorkgroup = "WORKGROUP"

[GUIRunOnce]
command9="%SystemDrive%\fnsh_log.cmd"
"%SystemRoot%\WPI\WPI.EXE"

Thanx

Link to comment
Share on other sites


Hi!

Looking at ur winnt.sif file, u invoke the [GuiRunOnce] section and immediately run "Command9"? What happend to the 8 others? also, the Recovery Console can be added from just the [GuiRunOnce] section by running the Winnt32.exe /cmdcons command which will install it onto the comp. Either that or add into the WPI thing u got going in there!

Cheers.

Link to comment
Share on other sites

Command 9 was added automatically added by Driver Pack Integration, I didn't change it,

But it should not cause any porblems,

I know about "Winnt32.exe /cmdcons",

As you know, an attended installation of windows before partitioning the drive will ask you if you want to use the recovery consol instead (pressing R...),

That is what I am interested to have (if possible), so the CD could be used for recovery only when needed.

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