Thanks Bob. FWIW, the problem appears to be with a default value.
Removing the following registry value gets me past the issue for now.
<RegistryValue Root="HKCR"
Key="CLSID\{01D6FA3C-BCF4-35AB-820A-49ACAF99F5F8}\InprocServer32"
Value="mscoree.dll" Type="string" Action="write" />
<snip>
C:\projects\sandbox\COMTest.wxs(19) : error LGHT0130 : The primary key
'reg9D78D592D2980BC3F33101F91D853AE6' is duplicated in table 'Registry'.
Please remove one of the entries or rename a part of the primary key to
avoid the collision.
It means that the Registry rows the Class element generates has the same
Root, Key, and Name values as one of the RegistryValue elements. Again,
please file a bug -- at least some of the generated RegistryValue
elements can be omitted because they duplicate the strongly-typed
Class/ProgId elements.
</snip>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users