unattend install

  • Thread starter Thread starter Guest
  • Start date Start date
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!!!
 
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
 
Back
Top