How do I add my program to the users start menu with VS2010 Setup Project?

前端 未结 6 909
自闭症患者
自闭症患者 2020-12-09 02:42

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

6条回答
  •  执笔经年
    2020-12-09 02:47

    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.

提交回复
热议问题