Showing results for WiX Archives - Visual Studio Setup

Jun 9, 2015
0
0

Redirect the Package Cache using registry-based policy

Heath Stewart
Heath Stewart

Visual Studio can require a lot of space on the system drive, and previous methods of redirecting the Package Cache can be tricky for some people to set up or even maintain as junctions across volumes may be removed on boot. The cache is there for good reasons and has significantly reduced the failure rate, but for people with smaller system drives...

InstallationVisual StudioWiX
Feb 11, 2014
0
0

How to relocate the Package Cache

Heath Stewart
Heath Stewart

Visual Studio can require a lot of space on the system drive. Based on years of data collected from customers’ installations from the Customer Experience Improvement Program, we took advantage of this feature in Burn – the Windows Installer XML (WiX) chainer – to eliminate most errors during repair, servicing, and even uninstall. This was not a pop...

InstallationVisual StudioWiX
Sep 6, 2012
0
0

Windows Installer XML (WiX) v3.6 Released

Heath Stewart
Heath Stewart

The Windows Installer XML (WiX) team has released version 3.6 which, most notably, released a powerful and customizable chainer named Burn. The Visual Studio 2012 setup applications were built on Burn using features such as package caching, reference counting, and sticky patching to improve the overall experience from past releases.Head on over to ...

InstallationNewsWiX
Jul 26, 2012
0
0

How Visual Studio 2012 Avoids Prompts for Source

Heath Stewart
Heath Stewart

Requiring source packages during installation, repairs, and even uninstall are common occurrences for some customers. The core issue is that Windows Installer needs the source location of the package and its files to install - and can't find them automatically - when attempting to restore the machine to the state it should be in (according to that ...

InstallationVisual StudioNews
Jul 26, 2012
0
0

Easier Authoring for Slipstreaming Patches

Heath Stewart
Heath Stewart

Slipstreaming Windows Installer patches is, technically, installing the MSP simultaneously with the MSI as a single transaction. This is, effectively: The applicable transforms (both the authoring changes and patch transforms) are applied to the MSI and the MSI is installed with those changes from the start. Both the MSI and MSP are cached in the...

InstallationWiX
May 31, 2012
0
0

Announcing Windows Installer XML v3.6 Release Candidate

Heath Stewart
Heath Stewart

On a day of many great Release Candidate (RC) announcements, I should not forget another important RC milestone: Windows Installer XML (WiX) v3.6 RC.We’ve made a lot of improvements, simplified some scenarios, and fixed a lot of bugs. Download v3.6 RC and give it a try and let us know if you find any other issues.

InstallationNewsWiX
Mar 7, 2012
0
0

Packaging Caching in Burn

Heath Stewart
Heath Stewart

There are times when repairing or servicing a product that source media is required. As more product installs move to web-based installs, these prompts for source are harder to solve. In order to replace missing, corrupted, or older files, the source is required because those files have to come from somewhere.Burn, the bootstrapper application in t...

WiX
Feb 21, 2012
0
0

Introducing Sticky Patching and Add-ons

Heath Stewart
Heath Stewart

Late last week I checked in a feature for Windows Installer XML’s (WiX) chainer, Burn, that I’m really excited about (ask my colleagues): sticky patching.This is a feature at the bundle (what we call our composition of packages for Burn) level that supports related bundles of type “Patch” and “Addon”. Whenever yo...

WiX
Feb 21, 2012
0
0

Introducing Package Reference Counting

Heath Stewart
Heath Stewart

These days it’s more common to install products composed of more than one installer package. Modern applications are often a loose fitting of localized components and being authored into a single package just isn’t practical.For example, a localized application will undoubtedly have neutral or single-language binaries while using satell...

WiXUninstall
Oct 28, 2011
0
0

Introducing Managed Bootstrapper Applications

Heath Stewart
Heath Stewart

Now that WiX v3.6 has been released, I introduce the managed bootstrapper application (MBA) interoperability layer. It’s been available for a while actually, and if you’ve installed any builds of WiX v3.6, or the Microsoft Visual Studio 11.0 Developer Preview you’ve seen it in action. While Burn – the WiX bootstrapper engine – and the core boots...

WiX.NET