Re: [WiX-users] How to install multiple assemlbies to GAC

2008-06-19 Thread Neil Enns
ge.net Subject: [WiX-users] How to install multiple assemlbies to GAC Hi, there, It seems that the only way to install multiple assemblies to GAC is to add the same number of component element in the wix file, for example: Can we just use ONE com

Re: [WiX-users] How to install multiple assemlbies to GAC

2008-06-19 Thread Christopher Painter
a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Thu, 6/19/08, Shiliang Li <[EMAIL PROTECTED]> wrote: > From: Shiliang Li <[EMAIL PROTECTED]> > Subject: [WiX-users] How to install multiple assemlbies to GAC > To: "wix-u

[WiX-users] How to install multiple assemlbies to GAC

2008-06-19 Thread Shiliang Li
Hi, there, It seems that the only way to install multiple assemblies to GAC is to add the same number of component element in the wix file, for example: Can we just use ONE component element to install multiple assemblies to GAC? If the a