Share via


How to create setup project in visual studio 2017?

Question

Wednesday, April 26, 2017 1:21 AM

I recently reformatted my computer and had to install visual studio 2017 community edition in place of visual studio 2015 community edition. In the latter I had the option to add a new project > other projects > create setup project in order to create an EXE for applications. In the 2017 edition however, there is no 'other projects' node in the add new project pane. How can I fix this?

All replies (4)

Wednesday, April 26, 2017 5:58 AM | 4 votes

Hi danielc92,

Welcome to MSDN forum.

After you have installed workloads for visual studio 2017, "other project types" node will appear in the add new project pane. If you can't still find it, please repair visual studio 2017 firstly and then click->Tools->Extensions and Updates to download Microsoft Visual studio 2017 Installer Projects.

After this, you could find it when you create a new project.

Best regards,

Joyce

Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].


Wednesday, September 13, 2017 11:59 PM

I just googled "Microsoft 2017 Installer Projects", selected "download" from the site.

It subsequently downloaded the necessary file and automatically installed it. Consequently I

then had Visual Studio Installer option available under "Other Projects"


Friday, November 16, 2018 12:59 PM

Hi Joyce

I am a newbie  at visual studio programming and when I Google how to create an installer project in Visual Studio 2017, most answers tell me how to install this extension.

So now I have installed the Microsoft Visual Studio 2017 Installer Projects extensoin, but then what? Are there any resources available describing what to do next?

Best regards

Trond Kvalo


Friday, November 16, 2018 2:10 PM

>So now I have installed the Microsoft Visual Studio 2017 Installer Projects extensoin, but then what? Are there any resources available describing what to do next?

Your favourite search engine should be able to find some, such as this:
https://msdn.microsoft.com/en-us/library/cc766795.aspx?f=255&MSPPError=-2147217396

Dave