Re: [WiX-users] How can I use RegistrySearch to check if a key exists

2008-02-01 Thread Dominik Guder
Thomas Hargrove wrote: > > I am trying to determine if a registry key exists, but the key is a > empty string. > Hi, regarding http://www.nabble.com/RegistrySearch-with-empty-registrykeys-td13269405.html and its link to http://msdn2.microsoft.com/en-us/library/aa371171.aspx states that this

[WiX-users] How can I use RegistrySearch to check if a key exists

2008-01-31 Thread Thomas Hargrove
I am trying to determine if a registry key exists, but the key is a empty string. If I change the string in the registry to contain something, I get the correct value in my property. If the registry string is empty, I get an default value of the property. It seems there is no way to simply deter