Reputation: 5344
How do I change the default output path of a VS2008 setup-project?
It installs into Program Files\myOldProjectName right now.
Upvotes: 1
Views: 4688
Reputation: 83
At "File System" window of setup project You can select "Application Folder" and set DefaultLocation property.
You can use installer properties (listed here). Just put property name in square brackets.
Upvotes: 1
Reputation: 7594
Right-click on Setup Project --> View --> File System
Right-click on Application Directory --> Properties --> Default Location
Upvotes: 7