user6260784
user6260784

Reputation:

How to create setup application

I want to make "Set Up" project like in this video tutorial, but I can not find the "Set Up" project in Visual Studio (2017).

What do I need to install so I can create a "Set up Project" from New → Project?

[1]: https://i.sstatic.net/ZvEWp.png

Upvotes: 1

Views: 115

Answers (2)

Fran Cerezo
Fran Cerezo

Reputation: 948

VS 2008 was the last which included Setup projects. At my former job we used Inno Setup.

Upvotes: 0

Mert Akcakaya
Mert Akcakaya

Reputation: 3149

Visual Studio dropped shipping Setup project, at least it was the case for VS 2015. There is an extension that brings the experience back, I didn't try it though.

You can use ViX too, it is free,open souce and powerful but it demands some time and energy to learn.

Upvotes: 1

Related Questions