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

  • Poisson Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demo of Poisson regression, where the goal is to predict a count of things arriving, such as the number of telephone calls received in a 10-minute interval at a call center. When your source data is close to mathematically Poisson distributed, Poisson regression is simple and effective.

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

Subscribe on YouTube

Upcoming Training Events