July 24, 200917 yr I'm trying to install windows unattended, but ...I'm prompted about the parititoning and installation location ...why? How can I get past this screen without having to decide how I want the drive partitioned? I only want one big C drive, one partition ... how can I do this here?Here are the "Data" and "Unattended" sections of my winnt.sif:[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS
July 26, 200917 yr Add/Change the following lines to your unattended setup:[unattended] UnattendMode=FullUnattended UnattendSwitch=Yes TargetPath="\Windows" Repartition=Yes WaitForReboot=No OemSkipEula=Yes OemPreinstall=Yes
July 27, 200917 yr Author Add/Change the following lines to your unattended setup:[unattended] UnattendMode=FullUnattended UnattendSwitch=Yes TargetPath="\Windows" Repartition=Yes WaitForReboot=No OemSkipEula=Yes OemPreinstall=YesMaelstorm, thanks a lot.The funny thing is that I attempted to use the windows utility, and I told it that I wanted an unattended installation.... You know, that wizard that creates your unattend.txt file for you? ...Imagine my shock when I'm asked to say how the disk is partitioned, when I thought I had already covered that in the wizard.EDIT:This worked awesome, thanks!I now see where I should have read this page more carefully. (It covers the switches that I didn't use.)http://unattended.msfn.org/unattended.xp/view/web/19/Thanks again! Edited July 27, 200917 yr by instant000
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now