[wix-users] DLLs registered during installation
Edwin Castro
egcastr at gmail.com
Fri Apr 27 08:54:24 PDT 2018
Agreed, don't add to the GAC if private deployment works for your
application.
That said, take a look at the Assembly attribute on the File element:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/file.html
--
Edwin G. Castro
On Fri, Apr 27, 2018 at 8:01 AM, Joel McBeth via wix-users <
wix-users at lists.wixtoolset.org> wrote:
> Do they need to be in the GAC if you install them in the application
> directory?
>
> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf
> Of Brian E via wix-users
> Sent: Friday, April 27, 2018 10:49
> To: WiX Users <wix-users at lists.wixtoolset.org>
> Cc: Brian E <brianke at gmail.com>
> Subject: [wix-users] DLLs registered during installation
>
> If I include a DLL (from packages I get from NuGet or develop myself) in
> my product, add it to the installer and place it in the C:\Programs Files
> (x86)/MyProgram directory, do these DLLs get automatically registered in
> the GAC or is there something I need to do in WiX to initiate the
> registration?
>
> In case it matters, all of these DLLs I include in the installer are
> digitally signed using our company's digital signature.
>
> Brian
>
> If you can't explain it simply, you don't understand it well enough. -
> Albert Einstein
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
More information about the wix-users
mailing list