We have 2 products that use the same framework version. We have 2 Wix files
that generate 2 MSI's. We are installing the framework dll's, into the GAC
manually and would like to add them to each installer. We want the 2
products dependencies on the GAC installed frame work to be to be
independent of each other. To be able to be both on the same version or on
different versions of the framework dll's.
The behavior we are looking for is if both products are on the same version
of the frame work then the component count will go to 2 and the un-install
of either would leave a version in the a GAC for the other product. If they
are on different versions then we want both versions to be side by side in
the GAC. if we update one then we want the correct version removed from the
GAC and replaced by the latest version..
How do we do this with Wix?
Should the components for the framework dll's have the same Guid?
Are there any other flags that need to be set either in Wix or when
executing the MSI?

Thanks
Noel Anderton


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to