Layout of the Distribution Disks

See Also16WVDFO

You must know the name of each file in your application and which distribution disk it is on before you write your setup program.

The first distribution disk must contain the following files:

         SETUP.EXE

         SETUP1.EXE (or whatever file name you specify)

         SETUP.LST

         VER.DLL

         SETUPKIT.DLL

         VBRUN300.DLL

         Any other files listed in SETUP.LST (the files that will be preinstalled)

 

By calculating the size of the remaining files, you can determine which files each disk should contain.

 

Note   The Setup Toolkit does not allow you to split a file between disks.