Wix ICE Warning - LGHT1076: ICE69?

I have 2 web application projects. when I prepared the first build using wix and MSBuild

but when I try to do this for the second file, it didn’t work ... I realized that it contains the same product code, update code and GUID

: warning LGHT1076: ICE69: link to inappropriate components. the record 'reg8A3751B50238EDF0FACAEE74FC89759B' from the Regis registration table belongs to the component 'cmp1A9031335E9554FB2A145276832DF1F7'. However, the formatted string in the value file is' filB6D67A5A6BD4F933D77F 1F20625E019D ', which belongs to the component' Cmp6AF2A0A8BF3E14CDDC849A3253AAD235. Components in the same feature. [C: \ xx \ x \ x \

Edit:

Thank you man, but I'm trying to delete previous collected files, any key, how to do this?

<Exec Command='"$(WixPath)candle" -ext WixIIsExtension -ext WixUtilExtension -ext WiXNetFxExtension -dpublishDir=$(Publish) -dMyWebResourceDir=. @(WixCode, &apos; &apos;)' ContinueOnError="false" WorkingDirectory="." /> <Exec Command='"$(WixPath)light" -ext WixUIExtension -ext WixIIsExtension -ext WixUtilExtension -ext WiXNetFxExtension -out $(MsiOut) @(WixObject, &apos; &apos;)' ContinueOnError="false" WorkingDirectory="." /> 
+4
source share

Source: https://habr.com/ru/post/1410983/


All Articles