Jump to content

A really easy question about Repration !


Recommended Posts

What do I have to put on the winnt.sif

If I want that it will Format only C:\ and leave it as FAT32 ...

AutoPartition=0 \ 1 ?

FileSystem=* ?

Repartition="Yes" ?

for now its like this , is it good ? :

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

[Unattended]
   FileSystem=*
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
   Repartition="Yes"
   UnattendSwitch="yes"
   WaitForReboot="No"
   OemPnPDriversPath="Drivers\002_Graphics"
   DriverSigningPolicy=Ignore

please answer as understabale ad you can :)

:thumbup

Link to comment
Share on other sites


if you prefer to manually choose a partition during text mode setup w/ full control on choice of filesystem, then make sure you have these lines set as they are under the [data] and [unattended] section of winnt.sif

[data]

autopartion=0

[unattended]

filesystem=*

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