|
WDS/RIS SIF File
Hi,
We are deploying Windows XP SP2 via WDS, all working fine.
Just have something that i want to clarify...
When the installation starts I would like the HD on the machine to be
totally wiped & formatted in NTFS & the full capacity of the drive used as
one fat partition.
Here is a snippit of my "ristndrd.sif" file, could someone confirm that the
AutoPartition, FileSystem, Repartition, UseWholeDisk are the right things to
set to do this?
Also when the setup starts to format the disk it appears to do a quick
format, is there a way of making it do a standard format...
Thanks in advance, Mat
[data]
AutoPartition=1
floppyless = "1"
msdosinitiated = "1"
UnattendedInstall="Yes"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE %"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1
[Unattended]
DriverSigningPolicy = Ignore
OemPreinstall = yes
OemPnpDriversPath = Drivers\Nic
UnattendMode=DefaultHide
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE %"
LegacyNIC = 1
[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes
|