beatbox99 Posted May 26, 2006 Posted May 26, 2006 I'm working on a partial unattended setup for Win2K Pro. I'd like to automatically select and use the entire "C" drive for the install, but when I run my CD, it stops at the select partion screen....What am I doing wrong here????[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=DefaultHide ;ReadOnly FullUnattended OemPreinstall=Yes OemFilesPath="..\$OEM$" OEMPnPDriversPath=drivers\IntelINF;drivers\NET\Broadcom;drivers\NET\Wireless;drivers\VIDEO DriverSigningPolicy=Ignore OEMSkipEula=Yes TargetPath=\WINNT ;FileSystem=LeaveAlone ;ConvertNTFS OverwriteOemFilesOnUpgrade=No KeyboardLayout="US" ;NTUpgrade=No ;Win9xUpgrade=No ;ExtendOemPartition=1
dansouza Posted May 27, 2006 Posted May 27, 2006 All sorts of things.Need to only choose 1 option for UnattendMode and FileSystem, and you need to remove the semi-colons from the front of your entries in [unattended], and add the following under [unattended]Repartition=YesUnattendSwitch="Yes"You can remove the following lines:OverwriteOemFilesOnUpgrade=NoNTUpgrade=NoWin9xUpgrade=NoSince it's not an upgrade, they're not necessary.
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