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 is not possible

Sorry

Dominik
-- 
View this message in context: 
http://www.nabble.com/How-can-I-use-RegistrySearch-to-check-if-a-key-exists-tp15217543p15225941.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 determine if the registry key exists.

Here is my wix code:


  


--Tom

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users