Hi all!

We have such a problem: We have several products with general part
(feature). Components (files) in this feature maybe different in newer
versions. Some products can be installed together. If we install product "A"
with version of general feature 1 (files "a","b","c") and then install
product "B" with version of general feature 2 (files "b","c","d"), product
"A" will work correctly. But if we uninstall product "B" then we lost file
"d". And files "b","c" will not work correctly without file "d". Partial
solution is increase reference in registry for file "d", when we installing
product "B" if we find out that general feature was already installed. Then
if we remove product "B" all files will be in the right place. But in this
case after removing product "A" file "d" will stay on the hdd. That is not
good.
One more solution was to allocate general feature in separate msi. But then
every product will be a bootstrapper which will contain two msi's - general
feature and other parts of product. It will solve the problem as I can see
but the wish was to make a single msi for a single product.

Is there any standard solutions for such situation? Or maybe somebody faces
such a problem and can help with the solution.

Thank you for help!

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/General-part-feature-in-different-products-tp6554285p6554285.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of 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-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to