- 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
- How to Default Folder to Collapsed ? (Microsoft Windows) by Rob
- network access to Program Files folder on another PC? (Security & Administration) by James Houston
- Resetting the default program that a file type opens with (Microsoft Windows) by jnai
- Hiden Folder - Program Files/Offpoint (Microsoft Windows) by billhounslow@f2s.com
- "Program Files" -folder open when booting (Help and Support) by mjbrockm

