Bugs item #1744399, was opened at 2007-06-27 12:45 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Private: No Submitted By: Jonatin (jonatin) Assigned to: Scott Kurtzeborn (scotk) 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! ---------------------------------------------------------------------- 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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
