Hi Bob,

 

Thanks for your quick response.  Is that possible to detect the spelling check
feature and display “Feature already installed” when it already installed by
other product?

 

Thanks

puyo



--- On Wed, 14/4/10, Bob Arnson <b...@joyofsetup.com> wrote:

From: Bob Arnson <b...@joyofsetup.com>
Subject: Re: [WiX-users] Disable feature when feature already installed
To: wix-users@lists.sourceforge.net
Received: Wednesday, 14 April, 2010, 9:17 AM

On 4/13/2010 8:18 PM, puyo puy wrote:
> 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.
>    

That's based on components, not features. As long as you follow the 
components rules, installing a feature with the same components as 
another product is essentially a no-op except for increment the 
component reference count.

> 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.

Because features are local to the product being installed; the feature 
hasn't been installed for this product so the install state is absent.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Download Intel® 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



      
------------------------------------------------------------------------------
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