chollus Posted April 12, 2005 Share Posted April 12, 2005 I would like to change environment variable %ProgramFiles$ to point to a different directory than the default C:\Program Files\, since some programs can't cope with spaces in directory names (Python, for instance).So far I found out that I should change:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]"ProgramFilesDir"="C:\Program Files"I'm using nLite for my unattended CD so I thought I could extract NLITE.INF from NLITE.IN_ and add the following line:HKLM,"%SMWC%","ProgramFilesDir"="C:\\programs"where "%SMWC%" stands for "Software\Microsoft\Windows\CurrentVersion".Would that work or should I try something different? I don't want some other file changing my settings later in the installation process, but i also wouldn't like to be late and change this when C:\Program Files\ has already been created and some programs installed in it. Can somebody please help me? Link to comment Share on other sites More sharing options...
DigeratiPrime Posted April 12, 2005 Share Posted April 12, 2005 Welcome to MSFN You mentioned you are using a Unattended CD, have you looked at doing this in WINNT.SIF? http://unattended.msfn.org/global/reference.htmProgramFilesDir="C:\My Program Files"You can change the default location of Program Files using this entry. Replace the drive letter and folder name as appropriate.Also this topic has been brought up, so you may find what you need by searching the forums. Link to comment Share on other sites More sharing options...
chollus Posted April 12, 2005 Author Share Posted April 12, 2005 Thank you, I will try that. I hope it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now