Re: [WiX-users] Installing into the GAC

2009-04-17 Thread Rob Mensching
Exactly right, Don. Note, if you are sharing amongst products all built by WiX then .wixlibs may be more interesting: http://robmensching.com/blog/posts/2008/10/10/What-are-.wixlibs-and-why-would-you-use-them Don Benson wrote: > On Fri, Apr 17, 2009 at 2:07 PM, wrote: > > >> We have 2 prod

Re: [WiX-users] Installing into the GAC

2009-04-17 Thread Don Benson
On Fri, Apr 17, 2009 at 2:07 PM, wrote: > > 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. If the shared components between the two

[WiX-users] Installing into the GAC

2009-04-17 Thread noel . anderton
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