Re: [WiX-users] Looking for an Msixxxxx Property

2008-10-18 Thread Bob Arnson
cemiles wrote: > My question is: Is there a property that can determine the install-state of > the Product/Fragment like (Uninstall/MajorUpgrade/etc.)? > At a product level, you can check REMOVE and UPGRADINGPRODUCTCODE. See the MSI SDK doc for details about how/when they're set. There's nothi

[WiX-users] Looking for an Msixxxxx Property

2008-10-15 Thread cemiles
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