ss7thirty
Well-known member
I have a VB6 scan application which uses a few .NET components and contains a few configuration (ini) files that all need to be in certain folders on a persons PC. I know that this can be easily accomplish with the .NET setup tools provided.
However, there is a problem.
Is there a way to include the regasm tool so that I can copy a .DLL to a certain location and it register it creating a .tlb file specific to that computer?
Is there a way to include some code into an setup project. Or what is the best way to create my own while still doing all of these things and having all of the functionality that a .NET setup project has.
Does anyone know how to go about this?
However, there is a problem.
Is there a way to include the regasm tool so that I can copy a .DLL to a certain location and it register it creating a .tlb file specific to that computer?
Is there a way to include some code into an setup project. Or what is the best way to create my own while still doing all of these things and having all of the functionality that a .NET setup project has.
Does anyone know how to go about this?