Any ideas why this might not be working (using WiX v3)?

<Property Id="SQL_PROTOCOL">
 <RegistrySearch
   Id="TcpIpCheck"
   Type="raw"
   Root="HKLM"
   Key="SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0"
   Name="ProtocolOrder" />
</Property>

I am not getting anything back from this and I know the key has values:
sm
tcp
np
I am using other registry searches in this product and they are working just
fine.  The key is a REG_MULTI_SZ.

I checked out the resultant MSI in Orca and it looks fine.  The RegLocator
and AppSearch tables are populated properly, but I am not getting any values
back.  I threw threw the following in a custom actions and I am getting an
empty message box:
strTcpIp = UCase(CStr(Session.Property("SQL_PROTOCOL")))
MsgBox strTcpIp

Any input is appreciated.

Regards,
//aj
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to