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.
 
Back
Top