Help - Search - Members - Calendar
Full Version: Win7 unattended inst. on partition 2
MSFN Forums > Unattended Windows Discussion & Support > Unattended Windows 7/Server 2008R2

   


Google Internet Forums Unattended CD/DVD Guide
solerlie
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.
jbm
This will install to the second partion on disk 0

CODE
            <ImageInstall>
                <OSImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>2</PartitionID>
                    </InstallTo>
                    <InstallToAvailablePartition>false</InstallToAvailablePartition>
                    <WillShowUI>OnError</WillShowUI>
                </OSImage>
            </ImageInstall>
solerlie
Thank you!

So no need to set any "wipe disk" stuff in the answerfile. Guess i can find out that myself. Your help was much appreciated




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.