Re: [WiX-users] Feature state for related package during major upgrades in bundle

2012-01-01 Thread Rob Mensching
If you enable feature selection (MsiPackage/@EnableFeatureSelection) then Burn should fire callbacks on feature detection and planning. Note: EnableFeatureSelection is off by default because managing feature states in the Windows Installer can be very tricky. On Tue, Dec 20, 2011 at 1:36 PM, shru

[WiX-users] Feature state for related package during major upgrades in bundle

2011-12-20 Thread shruthi02
Hi, Am using a bundled installer to install major upgrades for a bunch of MSIs (that are installed using a bundle as well). While I can use DetectRelatedMsiPackage event to be informed about a major upgrade, I couldn't find a way to determine the state of individual features in the previous instal