damo12 Posted October 26, 2006 Posted October 26, 2006 (edited) I created an unattended installation for Windows Server 2003 (Standard Edition) using the instructions on this website for unattended installations. However, I assumed that no user input would be necessary whether the OS was installed as a host or guest (virtual machine) OS. However, when I install the OS on a virtual machine, I am prompted for two inputs, 1. which partition I want to install the OS on and 2. what file system do I want to use to format this partition. Can these options be included in the winnt.sif answer file so that no user input is required to install a fully automated installation of this OS on a virtual machine?PS: Please find attached my answer file and screen shots of the prompts that I need to respond to.Unattended_setup.pdfunattend.txt Edited October 26, 2006 by damo12
DannyFluit Posted October 26, 2006 Posted October 26, 2006 hello,I think you have to add "repartition=YES" to the [unattended] section[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No UnattendedSwitch="Yes" TargetPath=\WINDOWS repartition=YESgood luck,Danny
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now