..and also don't forget there are 64-bit and 32-bit registries so you
may need to explicitly choose one.
---------------
Phil Wilson


On Fri, Jun 6, 2014 at 12:43 PM, Pavan Konduru
<pavan.kond...@accelrys.com> wrote:
> Try putting type ="directory"
>
> -----Original Message-----
> From: Brett Faurot [mailto:brett.fau...@dh.com]
> Sent: Friday, June 06, 2014 12:32 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] RegistrySearch doesn't find Key
>
> I'm having problems using a registrysearch. I'm trying to get the install 
> location of MS SQL Reporting Services by checking the registry; but, my 
> installer is failing the find the key.
> <Property Id="REPORTINGSERVICESPROP">
>        <RegistrySearch Id="SqlSearch" Root="HKLM" 
> Key="Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER" 
> Name="test" Type="raw" /> </Property>
>
> This same method is used successfully many other times in this installer.  
> Also, I can successfully populate the property looking for a value when the 
> Key="Software\Microsoft\Microsoft SQL Server". It seems to be only once I 
> introduce MSRS10_50.MSSQLSERVER that the registrysearch fails and the 
> property fails to populate.  Any ideas?
>
> Thanks,
> Brett
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the 
> definitive new guide to graph databases and their applications. Written by 
> three acclaimed leaders in the field, this first edition is now available. 
> Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to