Jump to content

drive label and formatting not working


Recommended Posts

Merry Christmas all

I have not found a post resolving this issue, if there is my apologies and please point me in the right direction..

i am not able to format/label my target partition of 4 drive of E: or the others as well, I also checked technet but did not find my answer there either.. i believe i am following the AIK chm as shown.

I am not looking to wipe and repartition my hd every time as i plan on data storage on part 3 D:\

and i am doing the install from there instead of a dvd.

I am however able to work around this with a cmd file but would really like to use my xml

here is my stuff.. any ideas would be great thx

- <DiskConfiguration>

<WillShowUI>OnError</WillShowUI>

- <Disk wcm:action="add">

- <ModifyPartitions>

- <ModifyPartition wcm:action="add">

<Active>true</Active>

<Extend>false</Extend>

<Label>Boot</Label>

<Order>1</Order>

<PartitionID>1</PartitionID>

<TypeID>0x27</TypeID>

<Format>NTFS</Format>

</ModifyPartition>

- <ModifyPartition wcm:action="add">

<Active>false</Active>

<Extend>false</Extend>

<Format>NTFS</Format>

<Label>C_Drive</Label>

<Letter>C</Letter>

<Order>2</Order>

<PartitionID>2</PartitionID>

</ModifyPartition>

- <ModifyPartition wcm:action="add">

<Active>false</Active>

<Extend>false</Extend>

<Format>NTFS</Format>

<Label>D_Drive</Label>

<Letter>D</Letter>

<Order>3</Order>

<PartitionID>3</PartitionID>

</ModifyPartition>

- <ModifyPartition wcm:action="add">

<Active>false</Active>

<Extend>false</Extend>

<Format>NTFS</Format>

<Label>E_Drive</Label>

<Letter>E</Letter>

<TypeID />

<Order>4</Order>

<PartitionID>4</PartitionID>

</ModifyPartition>

</ModifyPartitions>

<DiskID>0</DiskID>

<WillWipeDisk>false</WillWipeDisk>

</Disk>

</DiskConfiguration>

<EnableFirewall>false</EnableFirewall>

<EnableNetwork>true</EnableNetwork>

<LogPath>D:\Log.Txt</LogPath>

<Restart>Restart</Restart>

- <ImageInstall>

- <OSImage>

- <InstallFrom>

- <Credentials>

<Username>E_Drive</Username>

</Credentials>

- <MetaData wcm:action="add">

<Value>Windows 7 Ultimate</Value>

<Key>/IMAGE/NAME</Key>

</MetaData>

</InstallFrom>

<WillShowUI>OnError</WillShowUI>

- <InstallTo>

<DiskID>0</DiskID>

<PartitionID>4</PartitionID>

</InstallTo>

</OSImage>

</ImageInstall>

- <UpgradeData>

<WillShowUI>OnError</WillShowUI>

<Upgrade>false</Upgrade>

</UpgradeData>

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