Tech Support > Microsoft Windows > Setup & Deployment > Set default folder for Program files
Set default folder for Program files
Posted by GeneM on September 27th, 2005


How do we set the default folder for Program files?

I'd like to set it on a 2nd partition in Win XP.

Thanks!
--
Grateful Guy

Posted by Johan Arwidmark on September 28th, 2005


You can use the ProgramFilesDir and CommonProgramFilesDir variables
when doing an unattend setup of Windows XP.

[Unattended]
ProgramFilesDir="D:\Program Files"
CommonProgramFilesDir="D:\Program Files\Common Files"


regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment


On Tue, 27 Sep 2005 16:45:02 -0700, "GeneM"
<GeneM@discussions.microsoft.com> wrote:

>How do we set the default folder for Program files?
>
>I'd like to set it on a 2nd partition in Win XP.
>
>Thanks!



Similar Posts