The first character of each of those is an "O" (oh), not a zero. I already ran into that..
It looks like it's fixed with taking the trailing slashes off the Keys. Cut n paste error strikes again! Thanks! -----Original Message----- From: Ian Elliott (Excell Data Corporation) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 11:24 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with RegistrySearch Also, I believe properties cannot begin with numbers so the following properties are illegal: O2003PIAINSTALLED O2007PIAINSTALLED -----Original Message----- From: David Bartmess [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 8:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with RegistrySearch 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 ------------------------------------------------------------------------ - 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 ------------------------------------------------------------------------- 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