I'm trying to understand how merge modules work. The MSI file is 
created, but light produces some warnings I dont understand.

For instance:

light.exe : warning LGHT1076 : ICE25: Possible dependency failure as we 
do not find [EMAIL PROTECTED] v in 
ModuleSignature table

D:\devel\Era3D\wix\Era3D.wxs(52) : warning LGHT1055 : The 
InstallExecuteSequence table contains an action 'SxsUninstallCA' which 
cannot be merged from the merge module 
'wix\merge/Microsoft_VC80_MFC_x86.msm'.  This action is likely colliding 
with an action in the database that is being created.  The colliding 
action may have been authored in the database or merged in from another 
merge module.  If this is a standard action, it is likely colliding due 
to a difference in the condition for the action in the database and 
merge module.  If this is a custom action, it should only be declared in 
the database or one merge module.

light.exe : warning LGHT1076 : ICE82: This action 
SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence 
number 1 in the table InstallExecuteSequence

How do I resolve those issues?

I've only added this to my wxs:
...
<Merge Id='VC80_MFC' SourceFile='merge/Microsoft_VC80_DebugMFC_x86.msm' 
DiskId='1' Language='1033' />
<Merge Id='VC80_ATL' SourceFile='merge/Microsoft_VC80_ATL_x86.msm' 
DiskId='1' Language='1033' />
...

<Feature...>
...
<MergeRef Id='VC80_ATL' />
<MergeRef Id='VC80_MFC' />
...
</Feature>


-- 
chs


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to