gacutil

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

Marc Gravell

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

Marc
 
T

Tim Van Wassenhove

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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top