[DEPLOY] No GacUtil

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Mythran (kip_potter_at_hotmail.com)
Date: 06/17/04


Date: Thu, 17 Jun 2004 11:23:37 -0700

Our problem, we use a third-party utility to create the installer for our web
controls, libraries, and applications. Question I have is how can we install
into the gac using this third-party installer w/o using gacutil since gacutil is
no longer available for the newer framework(s)?

This third-party installer is framework independant and therefore does not have
any internal ways of installing things into the GAC. BUT, it is quite impressive
for what it can do.

http://www.innosetup.com

Above link is the link to the installer.

Thanks in advance :)

Mythran



Relevant Pages

  • Re: Installing to GAC using Deployment Project
    ... Codebase is usually referred to in the context of Regasm.exe ... Gacutil just puts assemblies in the GAC, ... Definitive Guide to Windows Installer ... > However I need this dll to be installed in the GAC. ...
    (microsoft.public.dotnet.general)
  • RE: GacUtil missing in .NET v1.1
    ... As far as I can tell, gacutil is not included with the .net redistributable. ... installer put the assemblies in the GAC. ... > pbromley at adi dot co dot nz ...
    (microsoft.public.dotnet.framework)
  • Re: Installer Custom Actions Problem VS.2005
    ... setup project can install into the GAC just fine (you'll ... In your uninstall case, what seems to be happening is that your assembly is ... There is no support in Windows Installer for managed code custom actions. ... Because it's so dependent on loading assemblies it can be fragile. ...
    (microsoft.public.vsnet.setup)
  • Re: GAC References Across Solutions
    ... SolutionA contains a project that builds myLib.dll and an MSI installer. ... the destination machine, the installer will load myLib.dll into the GAC. ... However, I do NOT want to distribute the dll with project B. Instead, I ...
    (microsoft.public.vsnet.general)
  • Re: Assembly Loading Failure
    ... Assemblies aren't commited to the GAC during an MSI install until after your ... I have a .NET application that is called from within an installer custom ... The call to the application in the custom action is done through ...
    (microsoft.public.dotnet.framework)