With Visual Studio 2008 how can I set what file path my published setup.exe installs to?
I have a Vi开发者_Python百科sual 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?
Sounds like you built a ClickOnce installer. Try adding a Setup project to your solution.
精彩评论