dmikester1 Posted March 1, 2007 Posted March 1, 2007 (edited) I have windows xp x64 and am trying to make a fully unattended setup with all the goodies. On my tests the setup is stopping at this screen.I've changed the winnt.sif file multiple times. Here is mine.Can someone help.ThanksMikewoops, forgot to take out the key WINNT.SIF Edited March 1, 2007 by dmikester1
IcemanND Posted March 2, 2007 Posted March 2, 2007 change: AutoPartition = 1 to AutoPartition = 0If you have the selection on 1 then Windows Setup will install the OS on any free partition that is available. If you remove this line or if you put AutoPartition=0 then setup will ask you on which partition you wish to install Windows onto and advises you what to do if your partition already contains an OS.change: Repartition=1 to Repartition=NOSpecifies whether to delete all partitions on the first drive of the client computer and to reformat the drive with the NTFS file system automatically.remove: FileSystem = ConvertNTFSIf you prefer to manually choose a partition during text-mode setup with full control on choice of filesystem, add this entry to your winnt.sif file.
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