Connecting Tech Pros Worldwide Forums | Help | Site Map

gacutil

Geoffrey
Guest
 
Posts: n/a
#1: Jun 21 '06
Hello,

I have to install a COM library on some pc.
For this, I must do a regasm "..." and a gacutil -i "..."

but gacutil is not installed with .net2, on ly with VS and SDK.

What is the best solution to install on client pc ? copy the gacutil ?



Marc Gravell
Guest
 
Posts: n/a
#2: Jun 21 '06

re: gacutil


Perhaps create an installer (setup project) for the interop / COM pair,
and get this to gacify the interop.

Marc

Tim Van Wassenhove
Guest
 
Posts: n/a
#3: Jun 21 '06

re: gacutil


On 2006-06-21, Geoffrey <AEnlevergeoffrey@dufour.be> wrote:[color=blue]
> Hello,
>
> I have to install a COM library on some pc.
> For this, I must do a regasm "..." and a gacutil -i "..."
>
> but gacutil is not installed with .net2, on ly with VS and SDK.
>
> What is the best solution to install on client pc ? copy the gacutil ?[/color]

I've circumvented that 'problem' by making a setup project (which seems
to take care of the registration of the libraries.)

--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Closed Thread