Jump to content

Win7 unattended inst. on partition 2


Recommended Posts

Hi, new guy incoming.

I'm currently attending a senior high-school in Norway. All the students got a DELL Latitude D531. Windows7 runs perfectly fine, even for those who only got 1gb ram. Great OS.

I've played around a little with the Win7 WAIK, but I'm not sure about this:

The DELL Latitude got a OEM partition, I don't want this partition to be wiped during the unattended installation.

What should my answerfile contain to make Win7 wipe and install on the second partition, but leave the first partition alone?

In advance: thank you all for your enligtenment.

Link to comment
Share on other sites


This will install to the second partion on disk 0

			<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>

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