relocate \program files\ ?

  • Thread starter Thread starter Tore Melberg
  • Start date Start date
T

Tore Melberg

Does anyone know if it is possible to relocate c:\program files\ before
installing Win2k/XP, as a setting in unattend.txt

The reason I want this done is because we have a norwegian windows
environment, but some english speaking users, that requires english windows
versions, and the norwegian Windows installs its program files in to
c:\programfiler while the english one uses c:\program files\

Therefor it would be great if it could be changed, to install in
c:\programfiler so that it matches the norwegian settings we use.

I have done a search/replace of program files with programfiler in registry
and that seems to work fine, but im still curious if there is an easier way
to do this, before you start installing windows.
 
Add two lines to the [Unattended] section

ProgramFilesDir="yourpath"
CommonProgramFilesDir="yourpath"

but better don't do that.
 

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

Back
Top