Problem w unattended install & relocating d&s folder

M

Mike

I am attempting an unattended install of XP home to relocate the Documents
and Settings folder from the C:\ drive, where the OS is to be installed, to
a dedicated data drive.

The unattended install succeeds and does indeed create an "owner" account on
the chosen data drive, but when I attempt to create new user accounts, the
program defaults them to the C:\ drive again.

Here's the unattend.txt file I'm using. Am I doing something wrong?

;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
ProgramFilesDir="d:\Program Files"
CommonProgramFilesDir=d:\CommonFiles

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
profilesDir="F:\Documents and Settings"

[UserData]
ProductID=XXXXXX
FullName=XXXXXX
OrgName=""
ComputerName=BLACKBOX

[Display]
Xresolution=1024
YResolution=768
Vrefresh=72
BitsPerPel=32

[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=

[Branding]
BrandIEUsingUnattended=Yes


Home_Page=www.google.com
 
M

Mike

I have solved this problem, but have a new one. In the course of working
this out, I've managed to create some orphaned user profiles in the data
drive d&s folder that I'd like to delete, but which can't be because the
folder is protected.

Is there a way for me to remove these?

Thanks
 

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