0

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?

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
MetaGuru
  • 42,847
  • 67
  • 188
  • 294
  • More than 3300 rep and I'm still human? Contrary to popular belief, the amount of rep you have does not make you less tired at the end of the day. Sorry to put a ding in your perfect little world. – MetaGuru Jan 13 '10 at 15:10

1 Answers1

1

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

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794