Sigh 4 warnings x 6 merge modules :(

Okay thanks all :)

Steve

-----Original Message-----
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] 
Sent: September-24-13 10:41 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Merge Module question...

On Tuesday, September 24, 2013, StevenOgilvie wrote:

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

It's not an error, it's a warning. As the message says, if the conditionals are 
not mutually exclusive, things will break. Your conditions *are* mutually 
exclusive, so there is no problem.

Adding Microsoft's Visual C++ Runtime merge modules to your MSI will trigger 
the same ICE, by the way; and it's safe there too.


--
Nicolás
------------------------------------------------------------------------------
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

Reply via email to