how to deploy .NET framework and locate regasm.exe

D

Dev

Good morning sirs,

I'm new on deploying .NET application, and now I need to deploy one.

I will try myself to find information about the installing of the framework
(if you have some interesting links/info, tell me) but the main question of
this message is:

1) Assuming that I have successfuly deployed my app and the framework, I
need to register via regasm.exe a C# DLL that will be used by a VB 6.0
client app.
In my developing environment, I manually used regasm to export the type
library and register the DLL for use (in the same directory of the vb 6.0
..exe).

Do you have any tips for do this [semi-]automatically in a target machine,
via a setup.exe?

Note: I used Install Shield Developer 7.02 for the original deploy of the
VB6.0 app that in this new version uses a C# DLL.

Regards,

Dev
 
M

Mohamoss

Hi Dev !
one thing that you can do it to create a setup package and add this (
running regasm.exe ) as a custom command to your installer package . hope
that helps

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

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