defaults...

  • Thread starter Thread starter Jan
  • Start date Start date
J

Jan

Hi,

Can someone tell me what is the key in the registery that tells windows to
look in your optical drive when installing new windows components ?
How can I default new program installation to a drive other than "C:" ?
 
For the 1st question:

HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath
HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\ServicePackSourcePath

The source paths are set in the above location.


Some programs (installers) are hard-coded and default to a specific location. Some programs installer look for the ProgramFilesDir

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

Caution: Merely changing the ProgramFilesPath and ProgramFilesDir might affect the already installed programs.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


Hi,

Can someone tell me what is the key in the registery that tells windows to
look in your optical drive when installing new windows components ?
How can I default new program installation to a drive other than "C:" ?
 
Back
Top