http://msdn.microsoft.com/library/aa371173.aspx

"A RegPath may not begin or end with a backslash (\)."

Remove the '\' char after the "2.0".

(I found it by looking in MSDN for the ICE03 topic, found the "Invalid
registry path" entry in the table, and clicked on the link in the other
column of the table).

-----Original Message-----
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] 
Sent: Tuesday, July 27, 2010 2:55 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] ICE03 errors

I'm getting this error after converting to WiX 3.0.

 [exec] C:\Installation\Packages\E3_3_0\UI\uiUpdate_standard.wxs(90) :
error
 LGHT0204 : ICE03: Invalid registry path; Table: RegLocator, Column:
Key, Key(s): Wse20Search

Here's the code snippet

<Property Id="WSE20CHECK">
    <RegistrySearch Id="Wse20Search" Root="HKLM"
Key="SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\Microsoft WSE
2.0\" Type="raw" />
</Property>

This was working fine in WiX 2.0, but I did not run ICE on it.

Updated to 3.0.5419.0 and started getting these types of errors.

Doesn't happen with all RegistrySearch elements, only some like the
example above.

Thanks
Chad




----------------------------------------------------------------------------
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to