Jump to content

- It Still Skip Function For Formatting Windows -


Recommended Posts

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

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

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=205
   OemSkipWelcome=1

[UserData]
   ProductID=xxxxxxxxxxxxxxxxxxxxxxxx
   FullName="zzzz"
   OrgName="zzzz"
   ComputerName=zzzz

[Display]
   BitsPerPel=16
   Xresolution=1024
   YResolution=768

[TapiLocation]
   AreaCode=02

[RegionalSettings]
   LanguageGroup=11
   SystemLocale=0000041e
   UserLocale=0000041e
   InputLocale=0409:00000409

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

### the above is all about winnt.sif that i put in folder I386 on WinXp Sp2 and i found that, when i press enter to install,it's sitll skip finction for formatting drive...so i can't select whatdrive or drive that i want to format...I'm try a lot of alternate ways to solve this ploblem....

So...pls help me to solve this ploblem....

Thank you

Edited by Alanoll
Link to comment
Share on other sites


So...pls help me to solve this ploblem....

Thank you

ACK remove your Product ID. Also you should put your WINNT.SIF in code tags so it is easier to dechiper.

So you don't have the option to format or even choose what drive you install on? Does setup halt? Your WINNT.SIF looks right as far as the partition stuff. Here is mine for reference.

;
; Generated by nLite 0.99.8 beta 2
;

[Data]
MsDosInitiated = 0
UnattendedInstall = Yes

[Unattended]
UnattendSwitch = Yes
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
TargetPath = Windows
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
Hibernation = No

[Display]
Xresolution = 800
Yresolution = 600
BitsPerPel = 32
Vrefresh = 85

[GuiUnattended]
AutoLogon = Yes
AdminPassword = *
TimeZone = 15
OEMSkipRegional = 1
OemSkipWelcome = 1

[Shell]
DefaultThemesOff = Yes
DefaultStartPanelOff = Yes

[Components]
Indexsrv_system = Off

[UserData]
ProductKey = "Removed"
ComputerName = DEPLOYCD
FullName = "Anonymous"
OrgName = "Anonymous"

[RegionalSettings]

[Identification]
JoinWorkgroup = WORKGROUP

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