I'm trying to extend WiX at the product/fragment level w/ a new extension.

The hangup is, I'm trying to institute some Remove flags:

A) RemoveOnUninstall
B) RemainsOnMajorUpgrade
C) Never Remove

I've seen properties that get the component state (assume we're extending at
the file level) like so:

MsiGetComponentState(hInstall, component, &installed, &action)
.
.
.

My question is: Is there a property that can determine the install-state of
the Product/Fragment like (Uninstall/MajorUpgrade/etc.)?
-- 
View this message in context: 
http://n2.nabble.com/Looking-for-an-Msixxxxx-Property-tp1338060p1338060.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to