Hi,

The problem is with auto generation of Registry @ Id attribute.

If you use the following code snippet you will get the same error:

<Registry Root="HKLM" Key="Software\Acme" />
<Registry Root="HKLM" Key="Software\Acme" Value="Acme" Type="string"/>

from the WiX.chm:
If this attribute is not specified, an identifier will be generated
by hashing the parent Component identifier, Root, Key, and Name.

In your case the the Component, Root, Key and Name are the same - it
means that autogenerated Id will be the same for both rows.

You should :
- generate the [EMAIL PROTECTED] manualy
or
- do not use the <Registry Root="HKLM" Key="Software\Acme" /> row
since it will be created with second row.

Regards

Stefan


Jacquet Fabian wrote:
> Hi,
>  
> I have registered a lot of dll in my wix file.
> When I compile, It say me:
> primary key 'regBE0F48905C64AC279B15D9E4AD01FD72' in column 'Registry'
> are duplicated in table 'Registry'
>  
> I don't understand.
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> 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

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
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

Reply via email to