John Lalande wrote:
> Our product contains a feature to integrate with Lotus Notes.  The 
> feature's Level is set to 0 (so that it is not selectable), and 
> conditionally set to 1 if Lotus Notes is installed.  If later, Notes 
> is uninstalled, then our product won't uninstall the Notes integration 
> feature, leaving files in the Notes install folder and the product 
> entry in the ARP.

Wix3.msi had the same problem with Votive: If you uninstalled a version 
of Visual Studio, the Votive feature for that version of VS would be 
orphaned. The simple fix: Add "OR REMOVE" to the condition, so that the 
feature is always enabled during an uninstall or feature-removal 
maintenance mode.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to