How to Optimize the Distribution of ApplicationsLast reviewed: April 29, 1996Article ID: Q107402 |
The information in this article applies to:
SUMMARYDistributed applications require certain FoxPro files, but these files do not need to be included in every FoxPro application. Installing these files separately will save disk space if several FoxPro applications are run on a single system. In addition, your projects can be created as compact executable files, free of the required files that are not part of your project, and the distribution disks will take less time to create, since you can exclude the .ESL files from the disk-creation process. See below for a procedure that explains how to streamline the distribution process in this manner.
MORE INFORMATIONTo streamline the process of generating FoxPro applications, especially on the Windows platform, it is best to create an application that installs only the required files, and then manually modify the AUTOEXEC.BAT to include the directory where the FoxPro files are stored. To do this:
You can now install the Master application and modify the AUTOEXEC.BAT path statement to point to the FOXRUN directory. This directory will contain just the FOX*.ES* file(s) and will make the required changes to the proper *.INI files.
|
Additional reference words: FoxDos FoxWin 2.50 distribution
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |