Tech Support > Microsoft Windows > Setup & Deployment > unattend install
unattend install
Posted by SandyG on January 22nd, 2006


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!!!


--
SandyG

--
SandyG

Posted by Johan Arwidmark on January 22nd, 2006


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


On Sun, 22 Jan 2006 03:03:02 -0800, SandyG
<SandyG@discussions.microsoft.com> wrote:



Similar Posts