views:

79

answers:

1

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?

+1  A: 

Sounds like you built a ClickOnce installer. Try adding a Setup project to your solution.

Joel Coehoorn

related questions