How do I add my program to the users start menu with VS2010 Setup Project?
I don\'t see an obvious place to do this.
What would be even bett
Right click on the setup project and click View -> File System. There is a foler there for User's Programs Menu. You can add a shortcut to your project's executable there.
Here is a link that walks you through the process.