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

Reply via email to