Bugs item #1744399, was opened at 2007-06-27 11:45 Message generated for change (Comment added) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1744399&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v3.0 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Jonatin (jonatin) Assigned to: pmarcu (pmarcu) Summary: NetFx extension uses duplicate RegSearch IDs Initial Comment: The .NET detection properties in the NetFx extension use duplicate RegSearch IDs when searching for the installation key and the service pack keys. Example: RegistrySearch Id="NetFramework11" ... Name="Install" ... RegistrySearch Id="NetFramework11" ... Name="SP" ... This causes the following light.exe error when both the installation and SP properties are referenced in a .wxs: C:\delivery\Dev\wix_public\src\ext\NetFxExtension\wixlib\NetFxExtension.wxs(33): error LGHT0130: The primary key 'NetFramework11' is duplicated in table 'RegLocator'. Please remove one of the entries or rename a part of the primary key to avoid the collision. I would suggest changing the duplicate 'NetFramework11' and 'NetFramework20' IDs to 'NetFramework11SP' and 'NetFramework20SP' or the like. Many Thanks! ---------------------------------------------------------------------- >Comment By: pmarcu (pmarcu) Date: 2007-10-19 14:15 Message: Logged In: YES user_id=1612676 Originator: NO I think this was fixed a while back. ---------------------------------------------------------------------- Comment By: pmarcu (pmarcu) Date: 2007-10-01 10:41 Message: Logged In: YES user_id=1612676 Originator: NO Already fixed? I seem to recall this being fixed about 3 months ago. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1744399&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
