Hey

I have the following Merge entries inside the root <Directory> tag
<Merge Id="Sp5.Msm" Language="1033" DiskId="1" src="redist\Sp5.Msm" />
   <Merge Id="Sp5CCInt.Msm" Language="1033" DiskId="1"
src="redist\Sp5CCInt.Msm" />
   <Merge Id="Sp5Intl.Msm" Language="1033" DiskId="1"
src="redist\Sp5Intl.Msm" />
   <Merge Id="Sp5itn.Msm" Language="1033" DiskId="1"
src="redist\Sp5itn.Msm" />
   <Merge Id="Sp5SR.Msm" Language="1033" DiskId="1" src="redist\Sp5SR.Msm"
/>
   <Merge Id="Sp5TTInt.Msm" Language="1033" DiskId="1"
src="redist\Sp5TTInt.Msm" />
   <Merge Id="Sp5TTIntXP.Msm" Language="1033" DiskId="1"
src="redist\Sp5TTIntXP.Msm" />
   <Merge Id="SpCommon.Msm" Language="1033" DiskId="1"
src="redist\SpCommon.Msm" />

these are all added to a feature via the <MergeRef> tag. On Wix2.0 this
builds just fine, on WIX 3.0/Votive 3.0 i get the following errors:

Error    34    ICE27: Action: 'DuplicateFiles' in InstallExecuteSequence
table must come after the 'InstallFiles' action.    light.exe    0    1
Lingstaller
Error    75    ICE32: Possible Mis-Aligned Foreign Keys    installer.msi
0    1    installer
Error    76    ICE32: Possible Mis-Aligned Foreign Keys    installer.msi
0    1    installer


This makes me think the fault actually lies in the Mergefiles themselves,
which I deem odd since they are from Microsoft. Any takers?


- T
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to