Jump to content

Recommended Posts

Posted (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.

setup8.jpg

I've changed the winnt.sif file multiple times. Here is mine.

Can someone help.

Thanks

Mike

woops, forgot to take out the key :)

WINNT.SIF

Edited by dmikester1

Posted

change: AutoPartition = 1 to AutoPartition = 0

If 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=NO

Specifies 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 = ConvertNTFS

If 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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...