peteyates wrote:
> 
> fatal error LGHT0003: primary key 'regF857F4F67D6475833875D0C4140FEA
> 99' in column 'Registry' are duplicated in table 'Registry'
> 
Caused by your .wixobj file containing two elements that refer to the same
key+value. Look at the appropriate .wixobj file to figure out the exact
cause of the error.

peteyates wrote:
> 
> I have also been trying to use heat to generate a fragment, but when i
> try to compile the MSI I get an error from Candle as follows:
>  
> error CNDL0005 : The Component element contains an unexpected child
> element 'RegistryValue'.
>  
> The output does not contain a parent Registry element.
> 
Prob. Heat generates Wixv3-style Registry entries, which Wixv2 light.exe
doesn't like..?

peteyates wrote:
> 
> I am sure I am missing something simple, but if anyone can advise how I
> can register a 64-bit assembly in WIX 2 I would be very grateful.  
> 
Tallow probably isn't creating valid .wxs output from regasm's output - run
it directly against your assembly with the -c option.
-- 
View this message in context: 
http://www.nabble.com/Registering-64-bit-Assembly-tf4647422.html#a13282325
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to