This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Problem with installing *.dll in GAC
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 02, 2012
05:03 AM
Problem with installing *.dll in GAC
Hi, community.
I have an easy project. I want to install common dll to GAC. When I built release, I had a lot of warnings about dependencies. I tried to disable these warnings by settings ".Net scan at build" = "None".
Strange behaviour, all dll with this setting installed in c:\ but not in GAC. Please, check my attachments.
Any idea how I can use this property and install dll into GAC?
Thanks in advance, Alex
I have an easy project. I want to install common dll to GAC. When I built release, I had a lot of warnings about dependencies. I tried to disable these warnings by settings ".Net scan at build" = "None".
Strange behaviour, all dll with this setting installed in c:\ but not in GAC. Please, check my attachments.
Any idea how I can use this property and install dll into GAC?
Thanks in advance, Alex
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 03, 2012
06:49 AM
Support answer:
If you would like to install an assembly to the Global Assembly Cache, the .NET Scan at Build setting for the assembly’s component must be set to either Properties Only or Dependencies and Properties. If it is set to none then the files would end up under the root directory.
Kindly refer the below helpnet article which has more information regarding NET Scan at Build setting.
http://helpnet.installshield.com/installshield18helplib/IHelpCompDestination.htm
If you would like to install an assembly to the Global Assembly Cache, the .NET Scan at Build setting for the assembly’s component must be set to either Properties Only or Dependencies and Properties. If it is set to none then the files would end up under the root directory.
Kindly refer the below helpnet article which has more information regarding NET Scan at Build setting.
http://helpnet.installshield.com/installshield18helplib/IHelpCompDestination.htm