Hi all,

I have 6 services merge modules, I have them building for both x86 and x64
(different output paths) all is fine…

I have to add 2 SQL Lite files, x86 and x64 to the 6 merge modules (the
binaries are built AnyCPU)

I decided to use 1 wixlib and condition the 2 files  Not Installed and  Not
VersionNT64  or Not Installed and  VersionNT64
Added the wixlib and I got a ton of warnings about LFN file blah

So I decided to create 2 SQL Lite wixlibs one x86 the other x64 bit

But instead of warnings I am getting errors…

How can I add a wixlib file to a merge module based on bitness, I have to
add both of them since the merge module is used in both x86 / x64 bit
services MSI

I don’;t want to create two sets of merge modules that would be a pain in
the butt… I want to keep this KISS…

Any help would be appreciated,

Steve




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Merge-Module-question-tp7589180.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

Reply via email to