HOWTO get an assembly registered as COM object during deploytment?

C

Cartoper

I am trying to deploy a .Net 1.1 project using the VS2003 setup
program. I need one assembly to be registered as a COM object via
regasm. How does one go about doing that in the VS2003 setup program?

Cartoper
 
P

Pedro Luna Montalvo

Hi,

You must use a Custom Action to get registered your assembly.

The following link shows how to use a Custom Action to execute the ngen tool
to generate the native images for the assemblies been deployed.
http://msdn2.microsoft.com/en-us/library/3hwzzhyd(vs.80).aspx

The concept is the same for you, instead of executing ngen.exe, you must
execute regasm tool.

Pedro Luna
Gye, Ecu
 

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