I have:
Feature tree and custom action list. Minimal example:

<Feature Id='Complete'...>
    <Feature Id="CoreFeature"...>
    ...
    </Feature>
    <Feature Id="OptionalFeature" ...>
    ...
    </Feature>
</Feature>

<CustomAction Id="InstallOptionalFeature" BinaryKey=.../>
<CustomAction Id="UninstallOptionalFeature" BinaryKey=.../>

<InstallExecuteSequence>
    <Custom Action="InstallOptionalFeature" After="InstallInitialize">NOT
Installed AND <![CDATA[&OptionalFeature=3]]</Custom>
    <Custom Action="UninstallOptionalFeature"
After="InstallInitialize">Installed AND ?????</Custom>
</InstallExecuteSequence>

I want:
The action UninstallOptionalFeature gets executed during uninstallation if
and only if the feature "OptionalFeature" was installed.

wix 2.0.5325
Thanks.

-----
-- Andrei
-- 
View this message in context: 
http://www.nabble.com/Howto-uninstall-the-feature--tp17695375p17695375.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to