Jump to content

Vista Unattended - Will Not Create Disk Partitions


Recommended Posts

Or as a very simple note from the .chm

InstallTo specifies the disk and partition where you want to install the Windows image. For unattended installations, you must specify either InstallTo or InstallToAvailablePartition.

Link to comment
Share on other sites


  • 2 weeks later...

Hi, name is Brian. I'm new to the forums and i'm having trouble with the disk config portion.

This is what I have currenty

<DiskConfiguration>
<WillShowUI>Never</WillShowUI>
<Disk>
<CreatePartitions>
<CreatePartition>
<Order>1</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<ModifyPartitions>
<ModifyPartition>
<Active>true</Active>
<Extend>False</Extend>
<Format>NTFS</Format>
<Label>SYSTEM</Label>
<Letter>C</Letter>
<PartitionID>1</PartitionID>
<Order>1</Order>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>

For some reason it is not wiping the disk and doesn't recreate the partition

EDIT: Using RTM with the newest WAIK.

Also tried using RC2 with the same issues.

Edited by hartmoney
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...