Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2017 setup project missing

Anyone know where the elusive setup project template went to for Visual Studio 2017?
Trying to update VS2015 setup projects, but their setup projects are not supported and MS has no information I can find (I followed every link in their forums from the IDE for the last 5 hours, but they take me to old pages!). InstallShield is nowhere to be found & ClickOnce is still not an option.

like image 994
DaveN Avatar asked Mar 16 '17 15:03

DaveN


People also ask

How do I add another project type in Visual Studio 2017?

3) You will have to restart your VS2017 for the installation to happen so click on "close" button then restart you VS2017 then you should have it! 4) To use it you right click on your "Solution abc" then "Add New Project" under "Other Project Types" select "Visual Studio Installer" as I did in this attachment below.

How do I create a setup installation in Visual Studio?

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.


1 Answers

Full explained and working solution:

1) open vs2017 and select "Tools" -> "Extensions and Updates"

2) Under Extensions and Updates select "Online" on the left of the window and on the right type in search box "Visual Studio Installer Projects Extension" hit enter and it is the first download in result (attached image) select this result "Microsoft Visual Studio 2017 Installer Projects" and click on "Download"

3) You will have to restart your VS2017 for the installation to happen so click on "close" button then restart you VS2017 then you should have it!

4) To use it you right click on your "Solution abc" then "Add New Project" under "Other Project Types" select "Visual Studio Installer" as I did in this attachment below.

Second image is the result and First image is the search for this project template

enter image description here

like image 65
Dung Avatar answered Sep 24 '22 17:09

Dung