Jump to content

Please help me with winnt.sif


Recommended Posts

I got a little problem. I try to install WIndows XP Pro Unattended without having to select a partition and format the drive. I try the put the Repartition=No command but when setup start, he ask me to select the partition i want to use and in which format i will like to format my HD...

Here is the code of my winnt.sif

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch="yes"
   TargetPath=\WINDOWS
   WaitForReboot="No"
   Repartition=No
   OemPnPDriversPath="drivers\lan;drivers\sound\"
   DriverSigningPolicy=Ignore
   FileSystem=*


[GuiUnattended]
   AdminPassword=
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[UserData]
   ProductKey=
   FullName=""
   OrgName=""
   ComputerName=

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=85

[TapiLocation]
   CountryCode=107
   Dialing=Tone
   AreaCode=450

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00001009
   UserLocale=00001009
   InputLocale=1009:00000409

[Identification]
   JoinWorkgroup=

[Networking]
   InstallDefaultComponents=Yes

[Components]
   msmsgs=off
   msnexplr=off

[Shell]  
   DefaultStartPanelOff = Yes
   DefaultThemesOff = Yes

[WindowsFirewall]
   [WindowsFirewall]
   Profiles = WindowsFirewall.TurnOffFirewall

   [WindowsFirewall.TurnOffFirewall]
   Mode = 0

Did i do something wrong in my command line???

If i put the

AutoPartition=1

command do i have to put the

Repartition=NO

command line? . Please help me.... :wacko:

Link to comment
Share on other sites


Use Autopartition = 1 if you want to install windows on the first partition without an windows installation already on it. Else set it at 0.

If you want windows on the first drive, use repartition = Yes. Drive will be refomated and windows will install. Else set it at No.

I prefer getting the prompt for partitioning myself. You may lose the ability for repairing etc.

;)

Link to comment
Share on other sites

Windows is already installed on my HD. I want to format in NTFS and install windows on my HD. (I dont have any partition. Only 1 HD of 140 gig) I dont need the ability for repairing

So i have to put

Use Autopartition = 0 
repartition = Yes

Is that right?

Link to comment
Share on other sites

i am attempting to do the same thing ( i am a newbie so i appologize if this is repetition) but..... just so i understnad this correctly.....

if i add the lines

[data]

Autopartition = 1

[unattended]

Repartition = Yes

this will automatically delete all partitions on my primary HD in this case C:\ and then create 1 partition that is the complete size of my c:\ which would be approx 120GB in my case and then quick format the new single partition using NTFS?

if this is the correct understnading then great!

thanks for all of your help!

also, anyone know how to do unattended setup like this but with it autoamtically creating multiple partitions of specific sizes??? I am going to be workign on my home server after i successfuly create a setup for my computer.

THANKS!!!!

Dave

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