gacutil

  • Thread starter Thread starter Geoffrey
  • Start date Start date
G

Geoffrey

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 ?
 
Perhaps create an installer (setup project) for the interop / COM pair,
and get this to gacify the interop.

Marc
 
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 ?

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