Hi, I'm trying to add both the Visual C++ 2010 CRT and MFC merge modules to my project, but when I link I get:
2>Product.wxs(23): error LGHT1055: The AdminUISequence table contains an action 'CA_WindowsFolder_amd64_VC.585D293E_BFCC_3045_857D_FFD4B0225AB6' which cannot be merged from the merge module 'C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_MFC_x64.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. [project.wixproj] I'm using the following Merge statements: <Merge Id="VC100_CRT_x64" DiskId="1" Language="0" SourceFile="C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_CRT_x64.msm"/> <Merge Id="VC100_MFC_x64" DiskId="1" Language="0" SourceFile="C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_MFC_x64.msm"/> <Merge Id="VC100_MFCLOC_x64" DiskId="1" Language="0" SourceFile="C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_MFCLOC_x64.msm"/> <Merge Id="VC100_ATL_x64" DiskId="1" Language="0" SourceFile="C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_ATL_x64.msm"/> Does anyone know how to fix this? -- Bruce Cran ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users