I have a Visual Studio 2008 C# desktop app that I can publish an installer for just fine, however it installs itself into the User\AppData\ folder I can't seem to figure out how to make it go some normal place like Program Files. Also, how can I make it put a folder and shortcut in the Programs list of the Start Menu?
views:
79answers:
1
+1
A:
Sounds like you built a ClickOnce installer. Try adding a Setup project to your solution.
Joel Coehoorn
2010-01-13 04:48:00