I have a C# class library that is COM visible and can be called from Visual C++ 6. It works fine.
Probably a stupid question, but even after Googling for an answer I can't find one. How do I copy and register this on another non-development machine? My machine has gacutil
and regasm
on it which I am using. However, these are not on the other machine. The only answers I seem to be able to find on Google talk about creating an installation app, but this is overkill for something that will only ever be used internally.