Open .ISM with InstallShield Limited Edition - visual-studio-2010

Environment: TFS 2010 + VisualStudio 2010 + InstallShield Limited Edition.
I am sorry to be novice about InstallShield.
I have a InstallShield project with .ISM extension. Is it possible to load it in InstallShield Limited Edition. I tried but it is not recognizing the .ISM extension.
I tried to create New InstallShield project using InstallShield Limited Edition. It generates .ISL and .ISPROJ extensions instead of .ISM.
What is .ISM (IF InstallShield is creating .ISL and .ISPROJ project
files)?
How can I work on .ISM InstallShield setup (project) , using
InstallShield Limited Edition (if possible)?
My minimum requirement is to look into the existing setup , even if not enabled to build and generate an MSI.
Thanks and Regards
Sumeet Nandan Garg.

InstallShield limited edition cannot import, open, or build projects created in a paid edition of InstallShield. In order to get a better idea what is in that project, you might try evaluating the Professional or Premier edition of InstallShield. If you find that you need anything beyond the capability set of the Limited Edition, you will likely need to purchase the Professional or Premier edition.

Related

Installshield limited version for the project migration VS2010 to VS2017

I had VS2010 application along with the Installshield limited edition installer. I did migrate the project from VS2010 to vS2017, my other application got converted fine. But the install shield project was unable to connect to convert to 2017. The Visual studio enterprise is installed on my machine. Let us know if I need to apply any patches to installshield limited edition.
Thanks,
InstallShield Limited Edition is not available in Visual Studio 2017. Our group had to buy a license for InstallShield Express when we migrated our project to VS2017.

Are we still stuck with installer projects .vdrpoj or WiX in Visual Studio 2013?

Is there no better Installer project in Visual Studio 2013 than the Setup projects or WiX?
I have a .vdproj and some WiX projects since Visual Studio 2008 which I now need to migrate to Visual Studio 2013. Do I still have to use the same two project types or is there a better solution?
Setup projects are still not supported with MSBuild and the WiX projects are still XML (although I see a visual designer is now available to purchase).
I am sick of both of them. I need something that is visual and that is supported by MSBuild. We have many custom actions too.
There is also Advanced Installer which have a Visual Studio Installer extension (with UI) which is available in their free edition (from what I know). Their Installer extension for VS is also MSBuild compatible.
WiX is the default way to go for free solutions that need to do advanced steps and must be able to integrate into Team Build and MSBuild.
Product Free/Paid VS designer MsBuild Support
InstallShield LE free yes yes
InstallShield Pro paid yes yes
InstallAware paid yes yes 3)
Advanced Installer free yes yes
NSIS free no no
MS VS Installer Projects free yes no
Wix Toolset free no 1) yes
InnoSetup free no no
PS App Deploy Toolkit free no 2) no
Remarks:
There is an extension that seems to support a user interface for WiX
Since it's PowerShell based you could use the Visual Studio PowerShell Tools.
Advanced Installer can generate an MSBuild compatible .*proj file on request.
Links to products:
InstallShield
Install Aware
Advanced Installer
Microsoft Visual Studio Installer Projects 2013
WiX Toolset
WiX Visual Studio extension
NSIS
InnoSetup
PS AppDeploy Toolkit
Remember that Team Build 2013 has a set of native extension points that allow you to execute PowerShell scripts after build which can trigger pretty much every type of installer project you need. Non-MSBuild-based systems like the PS AppDeploy Toolkit or NSIS can be triggered with relative ease this way.
XML and script-based UI's are generally easier to merge and branch and provide better maintainability over time as you're pretty much free to define the modules in separate files and provide comments on why certain files are deployed where or which commands are executed when.
I used the extension Visual Studio Installer Projects Extension: VSI_Bundle.
See the The Visual Studio Blog
It worked good for me.

Install Shield Limited Edition in visual Studio 2013 Express

First of all I'm new to visual studio. I need to develop a Setup (.exe) using Visual Studio C#. In order to create a setup, we need Windows Installer wizard. While searching on google I got a link from msdn Here
I tried to create a new project as described, but I wasn't able to find "Other Project Types". I searched google again and finally I got: InstallShield Limited Edition template provided by flexerasoftware.com. I registered and downloaded InstallShield 2013 Express Edition, and installed it. Restarted the machine and opened Visual Studio 2013, still I couldn't find other project type templates.
Everyone simply says choose setupwizard under "other project types", but no one provides any description on templates setup.
What am I missing here, and why this much complexity to create setup file wizard. Guide me If I am missing anything, I'm in a serious trouble.
Note : Currently am using Visual Studio 2013 Express edition.
Thanks.
This link explain where to find it:
http://msdn.microsoft.com/en-us/library/dn531020.aspx
From the link below:
>
To enable InstallShield Limited Edition On the menu bar, choose File,
New, Project.
In the New Project dialog box, expand the Other Project
Types node, and then choose the Setup and Deployment node.
In the template list, choose Enable InstallShield Limited Edition, and then
choose the OK button.
In the browser window that opens, read the
instructions, and then choose the Go to the download web site link.
This link explain where to find it:-https://diptimayapatra.wordpress.com/2013/09/16/create-setup-and-deployment-of-wpf-application-step-by-step-with-visual-studio-2012/
InstallShield Limited Edition for Visual Studio InstallShield Limited Edition can be integrated into all edition
This ist you answer:
Instructions for installing and activating InstallShield Limited Edition
for Visual Studio InstallShield Limited Edition can be integrated
into the following editions of Visual Studio: Professional, Premium,
and Ultimate. Note that Visual Studio Express Edition does not support
integration with InstallShield Limited Edition.
I try to see if it is possible anyway...

Unable to create 64bit msi installer using VS 2010

I want to create a 64 bit msi installer using VS 2010.
I try to create a project by clicking on
Other Project Types->Setup and Deployment->Visual Studio Installer->SetUp Project.
But project does not allow Target platform to be edited, it is blank by default.
I want to create msi installer for 32 as well as 64 bit.
Visual Studio Setup and Deployment (VDPROJ) projects don't support creating x64 installers. This is one of the many reasons why Microsoft killed that technology in VS2012.
The replacement tool is InstallShield 2013 Limited Edition and it does support 64bit installations.
If you want to stay on VS 2010 then you'd need to consider using InstallShield 2013 Professional and/or Windows Installer XML (WiX).

Create MSI or setup project with Visual Studio 2012

I create a small application and I would like to create one MSI file.
In Visual Studio 2010 you have this project type under:
Other Project Types -> Setup and Deployment -> Visual studio Installer -> Setup Project
But the only thing you got in Visual Studio 2012 is "Enable InstallShield Limited Edition".
You can change the .NET Framework, but nothing changes.
Why is it not there any more? And how can I get it back? Is there a new way to do this?
Please see:
Visual Studio setup projects (vdproj) will not ship with future versions of VS
Windows Installer Deployment
It was announced 1 1/2 years ago that the project types were being killed. Alternatives are:
Use A VS2008/2010 Solution to build your installer
Switch to another tool such as InstallShield or Windows Installer XML
To create setup projects in Visual Studio 2012 with InstallShield Limited Edition, watch this video.
The InstallShield limited edition that cannot install services.
"ISLE is by far the worst installer option and the upgraded, read -
paid for, version is cumbersome to use at best and impossible in most
situations. InnoSetup, Nullsoft, Advanced, WiX, or just about any
other installer is better. If you did a survey you would see that
nobody is using ISLE. I don't know why you guys continue to associate
with InstallShield. It damages your credibility. Any developer worth
half his weight in salt knows ISLE is worthless and when you stand
behind it we have to question Microsoft's judgment."
By Edward Miller (comments in Visual Studio Installer Projects Extension).
The WiX Toolset, which, while powerful is exceeding user-unfriendly and has a steep learning curve. There is even a downloadable template for installing Windows services (ref. VS2012: Installer for Windows services?).
For Visual Studio 2013, see blog post Creating installers with Visual Studio.
Have you tried the "Publish" method? You just right click on the project file in the solution explorer and select "Publish" from the pop-up menu. This creates an installer in a few very simple steps.
You can do more configuration of the installer from the Publish tab in the project properties window.
NB: This method only works for WPF & Windows Forms apps.
Microsoft has listened to the cry for supporting installers (MSI) in Visual Studio and released the Visual Studio Installer Projects Extension. You can now create installers in Visual Studio 2013; download the extension here from the visualstudiogallery.
ISLE (InstallShield Limited Edition) is the "replacement" of the Visual Studio Setup and Deploy project, but many users think Microsoft took wrong step with removing .vdproj support from Visual Studio 2012 (and later ones) and supporting third-party company software.
Many people asked for returning it back (Bring back the basic setup and deployment project type Visual Studio Installer), but Microsoft is deaf to our voices... really sad.
As WiX is really complicated, I think it is worth to try some free installation systems - NSIS or Inno Setup. Both are scriptable and easy to learn - but powerful as original SADP.
I have created a really nice Visual Studio extension for NSIS and Inno Setup with many features (intellisense, syntax highlighting, navigation bars, compilation directly from Visual Studio, etc.). You can try it at www.visual-installer.com (sorry for self promo :)
Download Inno Setup (jrsoftware.org/isdl.php) or NSIS (nsis.sourceforge.net/Download) and install V&I (unsigned-softworks.sk/visual-installer/downloads.html).
All installers are simple Next/Next/Next...
In Visual Studio, select menu File -> New -> Project, choose NSISProject or Inno Setup, and a new project will be created (with full sources).
There is some progress for Visual studio 2013 developers :-D woot woot! See blog post Visual Studio Installer Projects Extension.
Link and information were retrieved from Brian Harry's blog post Creating installers with Visual Studio.
Have a look at the article Visual Studio Installer Deployment. It will surely help you.
You can choose the correct version of .NET framework on the page.
So for you, make it .NET 4.5. I guess that would be there for Visual Studio 2012.
I think that Deploying an Office Solution by Using ClickOnce (MSDN) can be useful.
After creating an Outlook plugin for Office 2010 the problem was to install it on the customer's computer, without using ISLE or other complex tools (or expensive).
The solution was to use the publish instrument of the Visual Studio project, as described in the link. Just two things to be done before the setup will work:
Install the PIA (Primary Interop Assembly) of Office 2010
Install the VSTO 2010 runtime

Resources