Install files into ProgramData folder using Visual Studio Installer

If you are a regular user of Visual Studio and you also use the Visual Studio Installer to create EXE and MSI installers for your programs then you sometimes may need to copy files to the ProgramData hidden folder. Within Visual Studio Installer this option is not easily available to you like the User’s Desktop […]

Install Files Into Programdata Folder Using Visual Studio Installer

If you are a regular user of Visual Studio and you also use the Visual Studio Installer to create EXE and MSI installers for your programs then you sometimes may need to copy files to the ProgramData hidden folder.

Within Visual Studio Installer this option is not easily available to you like the User’s Desktop is for example:

Visual Studio
Click to enlarge

However, you can carry this out by using the Custom Folder special folder.

Instructions

When you have opened your Visual Studio Installer project you should right click on the File System on Target Machine:

Visual Studio
Click to enlarge

Then go ahead and click on the Custom Folder:

Visual Studio
Click to enlarge

This will then create Custom Folder #1:

Visual Studio
Click to enlarge

You should then go ahead and right click on the folder and click Rename:

Visual Studio
Click to enlarge

Then rename the folder to ProgramData:

Visual Studio
Click to enlarge

That is the folder structure part complete but you now need to change the folder properties to ensure that the DefaultLocation points to the correct folder as by default it points to [TARGETDIR]:

Visual Studio
Click to enlarge

You will need to change the DefaultLocation to:

[CommonAppDataFolder]

So it should then look like this:

Visual Studio
Click to enlarge

You can then go ahead and add files and folders to this folder and they will be installed into the ProgramData folder.

Comments

If you have any questions or feedback about this guide, please feel free to leave us a comment below and we will try to get back to you as soon as we can.

🛠️

Gear We Recommend

A few general tech accessories worth having alongside this.

Browse our General Tech Accessories picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.

2 thoughts on “Install files into ProgramData folder using Visual Studio Installer

Comments are closed.