Unattended partition size (4096MB)

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
 
O

Oli Restorick

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top