Distributing Shared Assemblies

  • Thread starter Thread starter Rob Morgan
  • Start date Start date
R

Rob Morgan

I'm not sure if this topic has been discuss before if so please point to the
correct messages.

A while back I wrote a c# windows app that distributes Com+ applications to
one more remote servers with a single click. Now I'm wanting to do the same
thing with shared assemblies but I can't find any way of doing this. I
don't want to make an installer for each assembly every time. So my
question is, how can I remotely install a shared assembly and register it in
the remote servers gac with a windows application?

Thanks
Rob
 
Never tried this, however ... There is a COM API to the Global Assembly
Cache. I'm not sure whether this API can be remotely instantiated and
accessed or not. At present time I'm using it for local GAC access and am
pretty happy with it. You'll find the API documentation in KB article
317540. Hope this could help.
 
Back
Top