Hi all,

I have decided to use merge modules for all of the file set, since we have
some files that are shared and will be easier to update/upgrade later on…

I have 4 Services Merge modules that are installed to c:\program
files\Company\Product\Services\ Service 1.. Service2.. Service3.. Service4..

There are two merge modules of shared files that must be installed to each
of the 4 services…

I am using WIX 3.6 and Visual Studio 2010… each of the 4 services MM have
the 2 shared MM referenced and I have added them as dependency elements…

Code in each of the 4 services merge modules:

<Dependency RequiredId="NServiceBusMM.XXXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXX"
RequiredLanguage="1033" RequiredVersion="1.0.0.0" />
<Dependency
RequiredId="SharedServicesMM.XXXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXX"
RequiredLanguage="1033" RequiredVersion="1.0.0.0" />

However when running the install the 2 shared MM files do not install 

Question 1:         Is this not possible to do with Merge Modules? Sigh…
Question 2:         What should be done in the Product.wxs file regarding
these two shared merge modules? I only want them installed with the
services…

Thank you in advance!!

Steve Ogilvie




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/problem-using-merge-module-dependency-tp7580394.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to