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

前端 未结 6 907
自闭症患者
自闭症患者 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:59

    In the Setup Project File System, right-click the User's Programs Menu, and create a folder for your application. Go to the Application Folder, right-click project output, then select Create Shortcut to xxx. Drag the shortcut to the application folder.

提交回复
热议问题