Com interop deployment
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I developed a C# interface, that will be called by the VC++ code and it is working fine. For deployment I am registering the C# dll in the client machne using the regasm.exe tool. Now I am planing to develop my own MSI application using Installshield, any idea how to do this?, One more point I understand is it is not required to call regsvr32.exe to rigister a COM component if I am doing the deployment through MSI application. sarma