May 4, 200917 yr HII put, in the root directory of the DVD for Vista SP1 64-bit provided by TechNet Plus, the file autounattend.xml. His section refers to the partition of the disk is: <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>25000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>2</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Partition1</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Partittion2</Label> <Letter>D</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>Always</WillShowUI> </DiskConfiguration>When, however, I get the window partition, I do not see any partition, and if in the destination disk, there are partitions earlier, are not even cleared. Why?THANKSBYE
May 10, 200917 yr Author Finally, I realized the problem: The erasing of hard-disk and the creation of my two primary partitions occur after pressing the Next button of the partitions window creating also problems during the next phase of installation of Vista SP1 64-bit. Thus, there is a way to display the partitions window after the execution of the block <DiskConfiguration> </DiskConfiguration> so that I can also change on the fly the size of those partitions?THANKSBYE
Create an account or sign in to comment