I have a Main Burn exe Bundle that need to install a secondary exe Bundle 
package,I have added the secondary exe package as ExePackage in the Main Bundle 
and add it in che Main Bundle Chain, and I need to add the right Detect 
condition for this package.How can I use the related Bundle?
Thanks




> From: jacob.hoo...@greenheck.com
> To: wix-users@lists.sourceforge.net
> Date: Thu, 7 May 2015 19:34:35 +0000
> Subject: Re: [WiX-users] How to use RegistrySearch using a searching 
> condition?
> 
> Custom Action or within your custom BA?
> 
> For the former I'd start with the functions from butil.cpp, though there 
> still are future concerns about the potential for maintaining backwards and 
> forwards compatibility.  
> 
> If you're doing this in a custom BA, have a look at the RelatedBundle element.
> 
> -----Original Message-----
> From: Marco Tognacci [mailto:mark...@live.it] 
> Sent: Thursday, May 07, 2015 2:21 PM
> To: WiX - users
> Subject: Re: [WiX-users] How to use RegistrySearch using a searching 
> condition?
> 
> ProductSearch works only with msi packages, I need to have the same feature 
> but with a Bundle Burn exe package,at this momento there is no extension for 
> doing this so I 'm tring to search manually in the registry.
> 
> 
> > From: jocoo...@jackhenry.com
> > To: wix-users@lists.sourceforge.net
> > Date: Thu, 7 May 2015 19:14:23 +0000
> > Subject: Re: [WiX-users] How to use RegistrySearch using a searching 
> > condition?
> > 
> > See util:ProductSearch.
> > 
> > --
> > John Merryweather Cooper
> > Senior Software Engineer | Integration Development Group | Enterprise 
> > Notification Service Jack Henry & Associates, Inc.(r) | Lenexa, KS  
> > 66214 | Ext:  431050 |jocoo...@jackhenry.com
> > 
> > 
> > 
> > -----Original Message-----
> > From: Marco Tognacci [mailto:mark...@live.it]
> > Sent: Thursday, May 7, 2015 2:04 PM
> > To: WiX - users
> > Subject: [WiX-users] How to use RegistrySearch using a searching condition?
> > 
> > I need to search a registry key of this kind, where is present a GUID 
> > with the ProductCode of an installed package that I don't know 
> > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
> > \{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}\
> > I need to find the registry key based on the string defined inside it 
> > with Name=BundleUpgradeCodeValue={MyUpgradeCode}
> > where MyUpgradeCode is a fixed code that I Know.
> > 
> > Is there any way for serarching all the registry key to search the one that 
> > have inside a string BundleUpgradeCode={MyUpgradeCode} ???Is there any way 
> > for serarch the registry key using a predicate or matching condition?
> > Thanks.                                       
> > ----------------------------------------------------------------------
> > -------- One dashboard for servers and applications across 
> > Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ 
> > applications Performance metrics, stats and reports that give you 
> > Actionable Insights Deep dive visibility with transaction tracing using APM 
> > Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> > NOTICE: This electronic mail message and any files transmitted with it 
> > are intended exclusively for the individual or entity to which it is 
> > addressed. The message, together with any attachment, may contain 
> > confidential and/or privileged information.
> > Any unauthorized review, use, printing, saving, copying, disclosure or 
> > distribution is strictly prohibited. If you have received this message 
> > in error, please immediately advise the sender by reply email and delete 
> > all copies.
> > 
> > 
> > ----------------------------------------------------------------------
> > -------- One dashboard for servers and applications across 
> > Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 
> > 50+ applications Performance metrics, stats and reports that give you 
> > Actionable Insights Deep dive visibility with transaction tracing 
> > using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>                                         
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications Performance 
> metrics, stats and reports that give you Actionable Insights Deep dive 
> visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to