AppSearch is pulling up nothing, but later in the log, I see what should be
there:
AppSearch: Property:  SQL_PROTOCOL, Signature: TcpIpCheck
MSI (c) (10:40) [11:54:17:734]: PROPERTY CHANGE: Adding  SQL_PROTOCOL
property. Its value is ''.
...
Property(C): SQL_PROTOCOL = [~]sm[~]tcp[~]np[~]

Maybe I should try sequencing my custom action after CostFinalize.  It's
almost like the property is not being committed quickly enough, but I have
never seen anything like it before.

Regards,
//aj

On 6/18/07, Christopher Painter <[EMAIL PROTECTED]> wrote:

So what does AppSearch say in a verbose log file?

*Aaron Shurts <[EMAIL PROTECTED]>* wrote:

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


------------------------------
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! 
Travel<http://travel.yahoo.com/hotelsearchpage;_ylc=X3oDMTFtaTIzNXVjBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzIEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw--%0A>to
 find your fit.


-------------------------------------------------------------------------
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