unattend install

G

Guest

I am working on learning an unattended install of XP. I have it working
except it gets hung up on choosing the partition to install to. I have to
choose the partition manually even though I have it set up to install
automatically. The code that I am using is:
;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

Could someone please help with this? Also after I run SetUP Manager I
never get a Finish button I only get a Next and it is grayed out so I have to
cancel to get out of it. Is this normal???

Thanks!!!
 
J

Johan Arwidmark

If using a CD you need to add the following to your unattend file

[Unattended]
Repartition = Yes


And regarding Setup Manager, this is normal :)

regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top