DLL distribution

  • Thread starter Thread starter vovan
  • Start date Start date
V

vovan

I need to distribute (copy one single dll file into the proper location on
the workstation and register it by using Regasm.exe) the DLL created in VB
2005.
I tried to add setup project to the solution. There are 6 kinds of them. I
tried 2 of them Setup Project and Setup Wizard.
I have no idea what to do next.

Any help where to start please

vovan
 
I need to distribute (copy one single dll file into the proper
location on the workstation and register it by using Regasm.exe) the
DLL created in VB 2005.
I tried to add setup project to the solution. There are 6 kinds of
them. I tried 2 of them Setup Project and Setup Wizard.
I have no idea what to do next.

How about a simple batch file?
 
Back
Top