Jump to content

Recommended Posts

Posted

Hey All!

I made a Windows 7 Pro x86 with Retail DVD (ISO Downloaded from Microsoft) Image with AIK and ImageX, everything working just fine except the answer file....

Basically I want a single NTFS partition Extended.

Everything runs great until the Disk Configuration part, the setup stops for my to configure the disk options on the image setup and want it to be all unattended.

I will appreciated if somebody can help me with this. I'm going crazy here. Tried many different combinations on the Aswer File and still no luck.

-<DiskConfiguration> <WillShowUI>OnError</WillShowUI> -<Disk wcm:action="add"> -<CreatePartitions> -<CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> -<ModifyPartitions> -<ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>true</Extend> <Format>NTFS</Format> <Label>OS</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID>

post-385942-0-96281700-1387839697_thumb.

post-385942-0-02899500-1387839711_thumb.

post-385942-0-93746000-1387839714_thumb.


Posted

This is what I use for single partition.

            <DiskConfiguration>                <Disk wcm:action="add">                    <ModifyPartitions>                        <ModifyPartition wcm:action="add">                            <Active>true</Active>                            <Extend>true</Extend>                            <Format>NTFS</Format>                            <Label>System</Label>                            <Letter>C</Letter>                            <Order>1</Order>                            <PartitionID>1</PartitionID>                        </ModifyPartition>                    </ModifyPartitions>                    <DiskID>0</DiskID>                    <WillWipeDisk>true</WillWipeDisk>                    <CreatePartitions>                        <CreatePartition wcm:action="add">                            <Order>1</Order>                            <Size>20480</Size>                            <Extend>false</Extend>                            <Type>Primary</Type>                        </CreatePartition>                    </CreatePartitions>                </Disk>                <WillShowUI>OnError</WillShowUI>            </DiskConfiguration>

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