XML toolset.
Subject: Re: [WiX-users] wix uninstall of service
You can add a condition to a custom action of
$ProductComponent < 3 and not UPGRADINGPRODUCTCODE
to get it to run only when the service component is being removed but not
during a major upgrade. If you want it to run during a
You can add a condition to a custom action of
$ProductComponent < 3 and not UPGRADINGPRODUCTCODE
to get it to run only when the service component is being removed but not
during a major upgrade. If you want it to run during a major upgrade, remove
the "and not UPGRADINGPRODUCTCODE".
-Ori
2 matches
Mail list logo