Set Default Windows Installer Disk [duplicate]

Posted on

QUESTION :

I was wondering if it was possible to set the default disk to be used my MSIs, E.G. Install to D:Program Files by default rather than C:Program Files, and, if it is possible, how to do so.
Thanks!

ANSWER :

Steps as below:

  1. Start Registry Editor by entering “Regedit” in the search All programs.
  2. Locate the following:
    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersion
  3. Right click on the value named ProgramFilesDir & change the default value C:Program Files to the path you want to install all your programs in.
  4. Click OK and Exit.

Leave a Reply

Your email address will not be published. Required fields are marked *