Hello everyone,

 

I got 

multiple  products that will deploy the same feature.  For example Word, Excel 
and PowerPoint standalone MSI will deploy
spelling check feature.  If any of these
products already installed spelling check feature, running other products setup
will disable the spelling check feature but need to keep reference count.  When 
I install Word with spelling check then
run Excel setup will disable spelling check feature.  When I uninstall Word I 
don’t want to uninstall
spelling check until Excel get uninstall. 
It’s some kind of dependency checking.

 

I try the following code to disable Spelling Check feature
when it already installed but these codes never works, Spelling Check always
enable, even it already installed.  If possible I want to display "Feature 
already installed" on description area.


 

<Feature Id=”SpellingCheck” Level=”1” Title=”Spelling
Check”>

  <Condition Level=”0”>!SpellingCheck=3</Condition>

  <ComponentRef Id=”Component_SpellingCheck”
/>

</Feature>

 

I cannot manage to get dependency checking works.  I'm not sure is that 
possible to do it. 

 

Any help is much appreciated 




      
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to