Yep, the SxsInstallCA and SxsUninstallCA custom actions weren't modularized
(given distinct identifiers), so only one version will get picked up. This
shouldn't be a problem as I believe they parse a custom table
(SxsMsmGenComponents) which will be built correctly with data from both CRT
and MFC modules. The string overflow errors are simply that the Visual
Studio team made their identifiers too long - once modularized, they
overflow the permitted length of the field (running validation would have
shown this...)

If using the CRT and MFC merge modules, you need to merge their
corresponding policy merge modules (i.e.
policy_8_0_Microsoft_VC80_CRT_x86.msm and
policy_8_0_Microsoft_VC80_MFC_x86.msm). These files force the Windows
side-by-side assembly system to redirect from the (wrong) version number
listed in the manifest created by Visual Studio to the version you're
actually installing.

I can't work out where the 'duplicate sequence number' errors have come from
as SystemFolder.whatever are directory IDs, not actions.

(Yes, the phrase 'litany of errors' could be used here.)

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony Wieser
Sent: 29 March 2007 17:51
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problems with MFC and CRT 8 Merge Modules

I added this to my project file:

<Merge Id='CRT80' Language='1033' SourceFile='c:\program files\common
files\merge modules\Microsoft_VC80_CRT_x86.msm' DiskId='1' />

<Merge Id='MFC80' Language='1033' SourceFile='c:\program files\common
files\merge modules\Microsoft_VC80_MFC_x86.msm' DiskId='1' />



and then added this to my main feature:

<MergeRef Id="CRT80" />

<MergeRef Id="MFC80" />

When I built with WiX, I got tons of ICE warnings as shown below.  Is this
expected?  Microsoft claim in msdn that you should do this:

>From the Project menu, point to Add and click Merge Module. Select
Microsoft_VC80_CRT_x86.msm and Microsoft_VC80_MFC_x86.msm, and click OK.

Anthony Wieser
Wieser Software Ltd

I:\2005\CPP\NDS\HexagonWx\HexagonWx.wxs(55,0): Warning LGHT1055: The
InstallExecuteSequence table contains an action 'SxsInstallCA' which cannot
be merged from the merge module 'c:\program files\common files\merge
modules\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.

I:\2005\CPP\NDS\HexagonWx\HexagonWx.wxs(55,0): Warning LGHT1055: The
InstallExecuteSequence table contains an action 'SxsUninstallCA' which
cannot be merged from the merge module 'c:\program files\common files\merge
modules\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(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Component, Column: KeyPath, Key(s):
downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.100.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.101.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.103.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.104.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.193.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.762.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.100.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.101.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.103.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.104.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.193.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE03: String overflow (greater than
length permitted in column); Table: Registry, Column: Registry, Key(s):
reg_downlevel_manifest.8.0.50727.762.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E

light.exe(0,0): Warning LGHT1076: ICE25: Possible dependency failure as we
do not find [EMAIL PROTECTED] v in
ModuleSignature table

light.exe(0,0): Warning LGHT1076: ICE25: Possible dependency failure as we
do not find [EMAIL PROTECTED] v in
ModuleSignature table

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence
number 2 in the table InstallExecuteSequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence
number 1 in the table InstallExecuteSequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence
number 2 in the table InstallUISequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence
number 1 in the table InstallUISequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence
number 2 in the table AdminExecuteSequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence
number 1 in the table AdminExecuteSequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence
number 2 in the table AdminUISequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence
number 1 in the table AdminUISequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E has duplicate sequence
number 2 in the table AdvtExecuteSequence

light.exe(0,0): Warning LGHT1076: ICE82: This action
SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E has duplicate sequence
number 1 in the table AdvtExecuteSequence


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


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