Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 better than this is a link to a reference that holds my hand through setting up projects so I can see how it is supposed to be done.

Thanks!

like image 627
Jason Avatar asked Jul 31 '11 01:07

Jason


People also ask

How do I use Microsoft Visual Studio Installer project?

From Visual Studio, choose Extensions > Manage Extensions, and search for "Visual Studio Installer Projects". Or, download the extension directly from the Marketplace. From the Start window, choose Create a new project, and then type "setup" in the search box. Choose a Setup project, and follow instructions.

How do you create a project Setup?

Go to Extensions > Manage Extensions > Online > Search, find, download and install Microsoft Visual Studio Installer Projects extension. 2). Add a new Setup Project in your solution > right-click Application Folder > Add > Project Output… > choose the corresponding Project > select Primary output > OK.

Where is Setup and deployment in Visual Studio 2019?

In Visual Studio, select the Extensions > Manage Extensions menu item. In the Manage Extensions dialog, expand Online > Visual Studio Marketplace > Tools and select Setup & Deployment.


1 Answers

  1. Go to Application Folder, look on the right hand side it should say, Primary output from X (make sure you don't have other widgets covering up this real estate.)
  2. Right click that => make shortcut
  3. Go to User's Program's Menu ==> create the folder that you want your shortcut to reside in, probably your company name
  4. Drag the shortcut from step 2 to the folder you just created.
like image 134
patrick Avatar answered Sep 28 '22 08:09

patrick