http://blogs.msdn.com/b/windows_installer_team/archive/2005/08/27/454302.aspx
 
> From: fdohrend...@gmail.com
> To: Wix-users@lists.sourceforge.net
> Date: Fri, 16 Aug 2013 15:41:57 +0000
> Subject: [WiX-users] Set order in which AppSearch searches are executed
> 
> Is it possible to set the order in which AppSearches are executed?
> 
> 
> 
> 
> 
> i have following appSearches
> 
> 
> 
> 
> 
> <Property Id="INSTANCENAME">
> 
>       <RegistrySearch Id="GetInstanceName" Root="HKLM" 
> Key="SOFTWARE\Flo\Instances\[InstanceId]" Name="InstanceName" Type="raw" />
> 
>     </Property>
> 
>     <Property Id="TEMPINSTANCEID">
> 
>       <RegistrySearch Id="GetInstanceId" Root="HKLM" 
> Key="SOFTWARE\Flo\Instances" Name="[INSTANCENAME]" Type="raw" />
> 
>     </Property>
> 
> 
> 
> 
> As you can see on search is based on the result of the other so i need to 
> ensure the order.
> 
> How can i achieve that?
> 
> 
> 
> 
> Regards,
> 
> Florian Dohrendorf
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&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