News

Visual Studio App Installer Updated

Many devs still miss the Microsoft-built installer included with Visual Studio 2010 and earlier versions.

Starting with Visual Studio 2012, Microsoft stopped offering its internal Setup project template, instead going with a third-party version from Flexera Software called InstallShield Limited Edition. That particular switch angered a number of .NET developers who relied on Setup to deploy their applications to various platforms.

Despite that, Microsoft stayed with the Flexera solution, which comes free with Visual Studio. Now, InstallShield has been upgraded in response to developer requests. Tony Goodhew, a Microsoft program manager, wrote today on the Visual Studio blog that the top needs were the ability to install 64-bit apps and services, install Windows Services, distribute the Visual Studio Tools for Office (VSTO) runtime, and use relative paths within project files. All those features have been added to InstallShield Limited Edition.

The new version, still in beta, is available for both Visual Studio 2012 and Visual Studio 2013 Preview. Goodhew also noted that some Visual Studio users were having issues with project conversion, "particularly when converting setup projects that included custom actions." He said Microsoft is working with Flexera to diagnose and solve those problems, and asking for feedback on specific related issues.

Another installer that many Windows developers use is the open-source Windows Installer XML (WiX), available on SourceForge. One developer said his solution is to develop in Visual Studio 2012 and keep a copy of Visual Studio 2010 on his development box, just to "generate the setup" from the Setup template included with the older versions.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube