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
"Cartoper" <cartoper@gmail.com> escribió en el mensaje de
noticias:c7d5d63d-ceb0-4605-bf2a-818b7d33143f@f3g2000hsg.googlegroups.com...
> 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