Jump to content

How to move the Program Files directory?


ji46

Recommended Posts

Using winnt.sif with the 32 bit version of Windows it is possible to use

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch=Yes

WaitForReboot = No

DriverSigningPolicy = ignore

NonDriverSigningPolicy = ignore

ProgramFilesDir = "D:\Program Files"

to change the Program Files Directory to partition D. There is no mention of this switch in the 64 bit version for winnt.sif.

Is there a way of changing the registry entries from "ProgramFilesDir=C:\Program Files" to "ProgramFilesDir=D:\Program Files" before runonceex runs to install apps so they go to the D:\ partition?

All attempts at getting regedit to add registry entries with updated drive letters has failed to make any difference so far. I don't know at what point in an unattended install to do it at.

Link to comment
Share on other sites


this works

ProgramFilesDir = "C:\Program Files"

CommonProgramFilesDir = "C:\Program Files\Common"

ProgramFilesDir(x86) = "C:\Program Files(x86)"

CommonProgramFilesDir(x86) = "C:\Program Files(x86)\Common"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...