You cannot search for the existance of a registry KEY (folder icon in 
regedit), only for a value. Type "Directory" means that this value should be 
treated as a directory (with trailing backslash).

-- 
Stefan Krueger
Microsoft Windows Installer MVP

Please post your questions in the newsgroup or vist one of these web sites:

Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de

InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)

"Erich Buhler" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
>
> Hi guys,
> I have the following line, but even the folder exists on the registry, Wix
> says the opposite.
>
>    <Property Id="SEARCHFORNET20">
>      <RegistrySearch Id="RegistrySearch2" Root="HKLM" Type="directory"
> Key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727" />
>    </Property>
>
> Is it possible that Wix 3.0 doesn't like the spaces in "NET Framework
> Setup"?
> Do you know how to solve it?
>
> Thank,
> Erich.
> -- 
> View this message in context: 
> http://www.nabble.com/RegistrySearch-fails-in-Wix-3.0-tf3409533.html#a9498749
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV 




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to