lyubolp
lyubolp

Reputation: 349

Cant find Visual Studio Installer Projects on Visual Studio 2013

After finishing my C# application I had to make an installer. After seeing that the default installer projects are gone, i searched for a replacement.

I found the Visual Studio Installer Projects. I downloaded the file from here: https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d.

When i restarted Visual Studio, opened my project, clicked "add new project" and here is what I got: enter image description here

Problem is that I cant find the setup project. I have tried repairing the install. I restarted Visual Studio several times.

My Question:

How can I find the installer project and why it's not working for me.

If I cant make it work, are there any alternatives ? (except InstallShield)

Additional info:

Visual Studio 2013 Community with update 4

Windows 8.1 64-bit

Upvotes: 8

Views: 13536

Answers (3)

Maheesha Nashath
Maheesha Nashath

Reputation: 1

I had the same problem and it turns out that visual studio removed the support for installer projects in 2010. but still you can download and install it in your version

VS2013

VS2015

VS2017

Upvotes: 0

Philip Rego
Philip Rego

Reputation: 648

Visual Studio setup projects no longer ship with Visual Studio

However, you can download them here.

Or use a third party library like WiX.

Upvotes: 1

m.lanser
m.lanser

Reputation: 484

You could try Tools > Extensions and Updates and search for it:

enter image description here

Upvotes: 12

Related Questions