Reputation: 349
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:
Problem is that I cant find the setup project. I have tried repairing the install. I restarted Visual Studio several times.
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)
Visual Studio 2013 Community with update 4
Windows 8.1 64-bit
Upvotes: 8
Views: 13536
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
Upvotes: 0
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