Changing Installation Path

Developer

Active member
Joined
May 30, 2007
Messages
29
Programming Experience
Beginner
Hi,

I want to be able to change the location of which the setup.exe file installs the application in visual studio 2005. I know how to make the executable setup file get created in a specific location, but how do you make that file setup the developed application to a specific location i.e. "C:\Program files\Some Folder\Application Here". Thanks.
 
If you use ClickOnce deployment you don't have to worry about that, because it can't be changed.
 
Back
Top