Re: [WiX-users] Building with a .dll from GAC

2011-04-07 Thread Brinkmeier, Doug
M To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Building with a .dll from GAC This may help if you've not seen it. http://msdn.microsoft.com/en-us/library/ms251723.aspx -Original Message- From: Brinkmeier, Doug [mailto:doug.brinkme...@countryfinancial.com] Sent: 07 Apri

Re: [WiX-users] Building with a .dll from GAC

2011-04-07 Thread Peter Shirtcliffe
s Integer _ Function InstallAssembly(ByVal flags As Integer, ByVal assemblyFilePath As String, ByVal refData As InstallReference) As Integer End Interface Any chance this could be included in a future release? To our company, this proves to be a major issue currently in

Re: [WiX-users] Building with a .dll from GAC

2011-04-07 Thread Brinkmeier, Doug
As [Object]) As Integer _ Function InstallAssembly(ByVal flags As Integer, ByVal assemblyFilePath As String, ByVal refData As InstallReference) As Integer End Interface Any chance this could be included in a future release? To our company, this proves to be a major issue cur

Re: [WiX-users] Building with a .dll from GAC

2011-04-07 Thread David Watson
com] Sent: 07 April 2011 15:43 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Building with a .dll from GAC I've been doing some research, and seeing a lot of posts about installing a .dll to the GAC, but (at least to me) it seems like the much more common scenario is just simply usi

[WiX-users] Building with a .dll from GAC

2011-04-07 Thread Brinkmeier, Doug
I've been doing some research, and seeing a lot of posts about installing a .dll to the GAC, but (at least to me) it seems like the much more common scenario is just simply using a known .dll/assembly name installed in the GAC in the build (just to deploy to the install directory). I won't know