Showing results for September 2010 - Visual Studio Setup

Sep 16, 2010
0
0

Restart Manager functionality in WiX 3.5

Heath Stewart
Heath Stewart

WiX 3.5 provides features to integrate with Visual Studio 2005, 2008, and 2010. But like many add-ins, since new files are being added they certainly can’t be in use by devenv.exe. So when we call devenv.exe /setup as part of our install, the changes may not show up in running instances of Visual Studio. To provide a better experience – and becaus...

InstallationVisual StudioWiX
Sep 8, 2010
0
0

Downgrading Shared Components

Heath Stewart
Heath Stewart

Shared components define shared resources. It might seem obvious, but it’s important to understand that whatever you do to a shared resource during the installation of one product affects those same resources for any other product. For example, when upgrading one product to update files shared with another product, that other product will use...

UninstallMailbagMSI4.5