
Chapter 27
CREATING THE SETUP PACKAGE
T
o distribute your application and run your application on other systems it is
necessary that all the files that are linked to the application and all dll and
supporting files that are used in the application be present in other systems
also. There are two ways to run your application on another system. First, is to
install Visual Basic 6.0 on that system and copy your project, but this will take
much hard disk space and time to install. The second and better way is to create a
setup of the application and run the setup file. This will take less space and time
to install because the setup file contains only ...