.MSI - Install Package, etc.

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
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?
 
Back
Top