How to deploy a COM
问题 I just finished building my new COM project (C#, .NET 3.5). This project will be called by a VFP application. It's working great on my development machine, but now I need to know how to deploy it on the user's machine. Click Once isn't available for this kind of project, so I guess I'm stuck with manually distributing the DLL. So, where should I put the DLL and how do I register it? BTW, the 3.5 framework is already installed on the user's machine. TIA 回答1: I've really never used RegSvr32