MSFN Forum: Create partition size (SOLVED) - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Create partition size (SOLVED) unattend.xml

#1 User is offline   revog 

  • Group: Members
  • Posts: 6
  • Joined: 27-October 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2013 - 02:31 PM

Hey Everyone!

I was wondering if it is possible to make an unlimited partition, because there are different kind of size's.

I am referring to this part:

-<CreatePartitions>
-<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>25000</Size>
<Type>Primary</Type>
</CreatePartition>

In this example im making a 25GB primary hard disk.
But what if another hard disk is bigger than this do i have to change the size every time or can i make it unlimited so that it fits on each disk?

Thanks in advance! B)

This post has been edited by revog: 04 January 2013 - 01:09 PM



#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2013 - 07:41 PM

                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Type>Primary</Type>
                            <Extend>true</Extend>
                        </CreatePartition>

<Extend> is the key

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy