Its annoying because the files will NEVER be installed on top of each other...
So you install the files to subfolders, then use DuplicateFile table to put the "right" files into the proper folder? I looked at the DuplicateFile element but it didn't make any sense to me? Do you have an example? Thanks, Steve -----Original Message----- From: Christopher Painter [mailto:chr...@iswix.com] Sent: September-24-13 5:22 PM To: General discussion for Windows Installer XML toolset.; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Merge Module question... It's a warning not an error. The way I get around this is to set the Directory to subfolders like x86 and x64 and then use the DuplicateFile table to get the right file installed to the right directory. ---------------------------------------- From: "StevenOgilvie" <sogil...@msn.com> Sent: Tuesday, September 24, 2013 1:26 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Merge Module question... I have added it back to 1 WIXLIB when I compile it works but I get this error twice for each merge module: Warning 22 ICE30: The target file 'kd1er3dy.dll|SQLite.Interop.dll' might be installed in '[TARGETDIR]\EnterpriseAuditLogService\' by two different conditionalized components on an LFN system: 'cmp_SQLite.Interop_x86.9EFC3F5B_3D47_4233_A162_371DEF5D8E92' and 'cmp_SQLite.Interop_x64.9EFC3F5B_3D47_4233_A162_371DEF5D8E92'. If the conditions are not mutually exclusive, this will break the component reference counting system. C:\Dev\Core Technologies\Main\Setup\TitusServices\TitusSQLiteLib\Library.wxs 18 1 TitusEnterpriseAuditLogServicesMergeModule each component (2 components each x 1 for x86 and 1 for x64) i.e. <Component Id="cmp_SystemDataSQLite_x86" Guid="{some GUID}"> <File Id="file_SystemDataSQLite_x86" KeyPath="yes" Source="$(var.sourcePath)ThirdParty\SQLite\x86\System.Data.SQLite.dll" /> <Condition>< ! [ CDATA [NOT Installed AND NOT VersionNT64 ] ] ></Condition> </Component> have to put spaces on the condition or nabble removes the whole line :( for x64 take the NOT VersionNT64 to just VersionNT64 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Merge-Module-q uestion-tp7589180p7589182.html Sent from the wix-users mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users