Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 Community: ISLE ("Setup and Deployment" Doesn't Appear)

Tags:

I am using the Visual Studio 2015 Community Edition.

I am following the tutorial here.

Although, I am stuck on step 2 of To install the ISLE setup and deployment project template, where it says:

and then select Setup and Deployment.

This option doesn't even appear for me. The only option available under "Other project types" is "Visual Studio Solutions". I have searched the web for a direct download instead of this, yet I found nothing.

like image 952
DonDaDev Avatar asked Aug 08 '15 00:08

DonDaDev


People also ask

How do I install Setup and deployment in Visual Studio 2015?

This blog post shows to create setup file in Visual Studio 2015. Download Microsoft Visual Studio 2015 Installer Project. RightClick on the Setup from Solution Explorer->Build it->Go to the project physical path ->choose the setup project->Debug-> and you will find the Setup File, .exe File.

Why is Visual Studio installer not installing?

Deleting the Visual Studio Installer files and then rerunning the bootstrapper solves some update failures. Performing the following actions reinstalls the Visual Studio Installer files and resets the installation metadata. Close the Visual Studio Installer. Delete the Visual Studio Installer installation directory.

Where is Setup and deployment in Visual Studio 2019?

In Visual Studio, select the Extensions > Manage Extensions menu item. In the Manage Extensions dialog, expand Online > Visual Studio Marketplace > Tools and select Setup & Deployment.

Where is Visual Studio installer location?

The \Microsoft\VisualStudio\Shared directory is where Visual Studio stores the files that are shared by side-by-side Visual Studio installations. SDKs and tools are also stored in this directory.


1 Answers

An InstallShield Software Engineer just answered this question in a Flexera Software forum thread: "InstallShield 2015 Limited Edition does not support Visual Studio Community 2015." He refers to the ISLE registration page which reads: "InstallShield Limited Edition for Visual Studio supports Visual Studio Professional, Premium and Ultimate editions."

This seems to be the (annoying) answer, although it contradicts Microsoft stating that "InstallShield Limited Edition is free for users of all Visual Studio editions except the Express editions" (and Community Edition is not the same as the Express editions!)

So, the alternatives seem to be:

  • continue to use VS 2013 with ISLE
  • or pay for VS Professional 2015 (or higher) to get ISLE
  • or pay for InstallShield to use it within VS Community 2015
  • or use a different setup and deployment tool (which probably means creating existing ISLE setup projects from scratch)
like image 107
iguana Avatar answered Sep 19 '22 15:09

iguana