If the issue is that you have a component used by two features, I don't
think the component definition is the problem. There are two feature
elements, Auth and Bridge, right? So what happens if you add the component
to each feature? This should work somehow - the resulting FeatureComponent
table in the MSI file will have the component twice, once for each feature.

Phil Wilson


On Fri, Nov 22, 2013 at 12:18 PM, Nicolás Alvarez <nicolas.alva...@gmail.com
> wrote:

> 2013/11/22 wixtester <sangee...@hotmail.com>:
> > Thanks for the suggestion.
> > Putting KeyPath to the registry element didnot make any difference. It
> still
> > gets removed.
> > Is SharedDllRefCount="yes" correct attribute for a component that has a
> > shared registry entry?
> >
> > thanks.
>
> That attribute is only necessary when you have DLLs shared with
> another non-MSI installation that uses a legacy method for DLL
> reference-counting instead of MSI components.
>
> Your component doesn't even have a DLL, so that attribute is useless.
> Don't use it.
>
> --
> Nicolás
>
>
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up
> now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to