If I install a program that was created by Visual Basic 6.0 (via Package and Deployment Wizard), and install it on my computer, is Visual Basic 6.0 need to run that installed program?
Printable View
If I install a program that was created by Visual Basic 6.0 (via Package and Deployment Wizard), and install it on my computer, is Visual Basic 6.0 need to run that installed program?
No. That is the whole purpose of the Package and Deployment Wizard. You just need to make sure that you include all dependant files ( such as a database for example ) that your program uses.
I should also mention that these days, a VB 6 app can run on most of the new Operating Systems, as they have the VB runtime files installed already.