Jump to content

successful sp3 integration, but why so GUI?


pcrx9000@yahoo.com

Recommended Posts


ok -- i have everything working except: it is still prompting me to select the partition. here is my sif -- i compared / modified it to the one that is working without prompting to select partition, and i cannot see the difference. so i am thinking it might be somewhere else or something is missing:

here is my current sif:

; Generated by nLite 1.4.5

[Data]

Autopartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

UnattendSwitch=Yes

OemPreinstall=no

TargetPath=\WINDOWS

OemSkipEula=Yes

FileSystem=*

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

[systemRestore]

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

TimeZone=035

OEMSkipRegional=1

OemSkipWelcome=1

[Components]

[userData]

ProductKey=xxxxx-xxxxx-xxxx-xxxxx-xxxxx

ComputerName=*

FullName="PC"

OrgName="home"

[TapiLocation]

CountryCode=1

Dialing=Tone

AreaCode=804

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000409

UserLocale=00000409

InputLocale=0409:00000409

[Networking]

InstallDefaultComponents="Yes"

[identification]

JoinWorkgroup="PCRX"

here is the one that installs without promting for partition info (if the partition exists and is formatted):

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[userData]

ProductKey=xxxxx-xxxxx-xxxx-xxxxx-xxxxx

FullName="Home"

OrgName="User"

ComputerName=*

[TapiLocation]

CountryCode=1

Dialing=Tone

AreaCode=804

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000409

UserLocale=00000409

can anyone see why this sif does not prompt for partition selection when the disk is paritioned and formatted?

Link to comment
Share on other sites

It's your product key. There are too many x's....

OR...

It could be that your missing

[unattended]

Repartition="Yes"

And you absolutely have to lose this line:

FileSystem=*

That command tells Windows to prompt you to chose a file system during the text phase of the install.

If you are using $OEM$ folders, you also have to change OemPreinstall="No" to OemPreinstall="Yes"

Link to comment
Share on other sites

i guess i will abandoned this quest if no one knows how to skip the request for partition screen....................

Or you could read the last post!

Repartition=Yes will format the first available drive without prompting you to select a partition. However, you need to also remove FileSystem=* which will prompt you to enter a partition type. Without FileSystem=*, NTFS will automatically be selected.

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