Hi,
My installer requires the ability to install and uninstall single/multiple
features.
I was able to create the <Feature> node to achieve the installation on a per
feature basis. However the uninstall always removes the entire product. What am
I missing? I am doing the uninstall via Add/Remove Programs.
A snippet of my installer:-
<Feature Id="Feature1" Title="Feature1" Level="1" Description="Feature1"
Display="expand" AllowAdvertise="no" InstallDefault="local"
TypicalDefault="install">
<Feature Id="Feature1Service" Title="Feature 1 Service"
Description="Feature 1 Service" ConfigurableDirectory="FEATURE1INSTALLDIR"
Level="1" Display="expand" AllowAdvertise="no" InstallDefault="local"
TypicalDefault="install">
<MergeRef Id="Feature1Service"/>
</Feature>
<Feature Id=" Feature1UI" Title="Feature1 UI" Description="Feature1 UI"
Level="1" Display="expand" AllowAdvertise="no" InstallDefault="local"
TypicalDefault="install">
<MergeRef Id="Feature1UI"/>
</Feature>
</Feature>
<Feature Id="Feature2" Title="Feature2" Level="1" Description="Feature2"
Display="expand" AllowAdvertise="no" InstallDefault="local"
TypicalDefault="install">
<Feature Id="Feature2Service" Title="Feature 2 Service"
Description="Feature 2 Service" ConfigurableDirectory="FEATURE2INSTALLDIR"
Level="1" Display="expand" AllowAdvertise="no" InstallDefault="local"
TypicalDefault="install">
<MergeRef Id="Feature2Service"/>
</Feature>
<Feature Id=" Feature2UI" Title="Feature2 UI" Description="Feature2 UI"
Level="1" Display="expand" AllowAdvertise="no" InstallDefault="local"
TypicalDefault="install">
<MergeRef Id="Feature2UI"/>
</Feature>
</Feature>
Thanks
Vidya
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users