Related resources for Deployment unit
  • Deploying a COM Component from C#9/30/2012 5:17:10 AM. Here is some code to help you to deploy a COM component from C#. I needed to programmatically deploy a project that would be registered as COM object (not COM+) and be installed into GAC. The following two classes will help in this objective.