Unattended partition size (4096MB)

  • Thread starter Thread starter david
  • Start date Start date
D

david

Win2000: how do i create a 4GB partition during an
unattended install.
I tried ExtendOemPartition= 4096MB
;SetupMgrTag
[Data]
AutoPartiton="1"
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
Filesystem=ConvertNTFS
RePartition=yes
ExtendOemPartition = 4096
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No

[GuiUnattended]
AdminPassword=123456
AutoLogon=Yes
AutoLogonCount=2
OEMSkipRegional=1
TimeZone=4
OemSkipWelcome=1

[UserData]
FullName=Titan
OrgName=Home
ComputerName=Titan
ProductId=
[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes
 
Unfortunately, there is no setting in an answer file that lets you do that.
Your only options are to create the partitions beforehand (which is a pain,
because you have the issue of rebooting to allow you for format the drive)
or you resize the partition once setup has finished.

Let's hope Microsoft introduces that feature in the next version of Windows.

Oli
 
Back
Top