I'm having a problem with RegistrySearch and hoping someone can help me.

In the code below, the first RegistrySearch is fine, while the following
two are causing the errors seen below the code.

I don't see any difference in the three, as far as syntax goes.

Any ideas what the problem may be?


Thanks!

 

<Property Id="SEARCHFORNET20">

<RegistrySearch Id="RegistrySearch2" Root="HKLM" Type="raw"

Name="Install" Key="SOFTWARE\Microsoft\NET Framework
Setup\NDP\v2.0.50727"/>

</Property>

<Property Id="O2003PIAINSTALLED">

<RegistrySearch Id="O2003PIA" Type="raw" Root="HKLM"
Name="O2003PIAInstalled" Key="SOFTWARE\WSOD\Maestro\" />

</Property>

<Property Id="O2007PIAINSTALLED">

<RegistrySearch Id="O2007PIA" Type="raw" Root="HKLM"
Name="O2007PIAInstalled" Key="SOFTWARE\WSOD\Maestro\" />

</Property>

 
Error 1 ICE03: Invalid registry path; Table: RegLocator, Column: Key,
Key(s): O2003PIA
C:\Dev\Code\WSOD\Apps\Products\Maestro\Client\Install\MaestroDashboardAd
min.wxs 9 1 MaestroClient
Error 2 ICE03: Invalid registry path; Table: RegLocator, Column: Key,
Key(s): O2007PIA
C:\Dev\Code\WSOD\Apps\Products\Maestro\Client\Install\MaestroDashboardAd
min.wxs 12 1 MaestroClient

 

 

David Bartmess

Wall Street On Demand 

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

direct: 303.417.9999 x585

cell: 303.883-9117

fax: 303.444.2586

 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to