Showing tag results for Uninstall

Apr 1, 2008
Post comments count0
Post likes count0

Windows Installer 4.5 Beta 2 Available

Heath Stewart
Heath Stewart

The Windows Installer team released Windows Installer 4.5 Beta 2 recently. While not a lot has visibly changed since the first beta for which I provided an overview, it's important to note that a new column was added to the CustomAction table since changes to column types are not supported in a transform or patch but adding a new column is supporte...

InstallationNewsUninstall
Aug 27, 2007
Post comments count0
Post likes count0

What's New in Windows Installer 4.5: Overview

Heath Stewart
Heath Stewart

The What's New section of the Windows Installer 4.5 CHM available in the downloads section of the Windows Installer 4.5 Beta Connect site has technical details of new functionality and changes as usual, but now that we can talk about Windows Installer 4.5 I wanted to provide an overview of the new functionality. I'll be detailing several topics in ...

InstallationLoggingUninstall
Jun 28, 2007
Post comments count0
Post likes count0

Unchanged Files Break Patch Uninstall

Heath Stewart
Heath Stewart

I've discussed a couple different reasons that Windows Installer 3.0-style patches - those with the MsiPatchMetadata table in the patch package itself - might not be uninstallable. I explained another reason in a discussion about the new patch build support in Windows Installer XML (WiX) v3 recently, describing why unchanged files should not be upd...

InstallationVisual StudioVS2005SP1
Jun 22, 2007
Post comments count0
Post likes count0

Uninstallable Patches that are not Uninstallable

Heath Stewart
Heath Stewart

Patching with Windows Installer is the act of applying a pair of transforms in a patch to a Windows Installer product, then repairing that product. Any changes made in the transforms affect the aggregate view that Windows Installer reinstalls. This is displayed in the diagram below, where the bottom layer is the components in the product MSI, the s...

InstallationUninstall
Dec 18, 2006
Post comments count0
Post likes count0

Uninstall Visual Studio 2005 Service Pack 1 Beta before Installing the Release

Heath Stewart
Heath Stewart

Before installing the release of Visual Studio 2005 Service Pack 1, you must uninstall the Service Pack 1 Beta. If you do not uninstall the beta first, you will receive the following message localized appropriately for Windows, "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missin...

InstallationVS2005SP1Uninstall
Dec 9, 2006
Post comments count0
Post likes count0

Source Resolution during Patch Uninstall

Heath Stewart
Heath Stewart

There are a number of guidelines to prevent requiring source media for patch installation. These guidelines can also help prevent requiring source media during patch uninstall, but there are a number of caveats. Recall from Rebuilding the Installer Cache that the baseline cache contains files that were replaced. But files that get replaced don't al...

InstallationUninstall
Jun 14, 2006
Post comments count0
Post likes count0

Be Careful or Even Avoid Using Type 35 Custom Actions

Heath Stewart
Heath Stewart

My blog was pretty quiet for a while because of a problem we ran into regarding Windows Installer type 35 custom actions. These custom actions change the target location for a directory.Developer Division uses type 35 custom actions for vertical integration with other editions of our Visual Studio products, so that installing products with shared f...

InstallationUninstall