DOCUMENT:Q148898 20-AUG-1999 [foxpro] TITLE :How to Make Batch Mode Setup Install Minimum Files PRODUCT :Microsoft FoxPro PROD/VER:3.00 3.00b OPER/SYS: KEYWORDS:kbsetup ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b ------------------------------------------------------------------------------- SUMMARY ======= After performing an Administrative Setup to a network directory, you can perform a batch mode installation (SETUP /Q) that does a minimum install rather than a complete install. The steps below describe how to do this. MORE INFORMATION ================ An Administrative Setup creates a network directory structure containing the files suitable for installing Visual FoxPro to network clients. You can automate the client installation by running Setup.exe in a batch mode. This is accomplished by connecting to the network directory containing the Administrative Setup files and running Setup.exe with the /Q command line parameter. By default, this will perform a complete install. To perform a minimum install instead, you need to modify the following three files in the Administrative Setup directory: Foxset16.stf Foxset32.stf Foxset95.stf You can edit these files with most text editors. However, the MS-DOS Editor (Edit.com) should not be used because it changes tabs to spaces. Below are the two lines that need to be changed. The change involves changing the second column in the indicated line to Yes or No, as needed. Note that indicates where the tab characters should be in each line. 1. Change the second column in the following line from Yes to No. Change this line: 13Yes&CompleteInstall all files for Microsoft Visual FoxProGroup26 28 29 30 31 32 33"foxsetup.dll, 103" to this line: 13No&CompleteInstall all files for Microsoft Visual FoxProGroup26 28 29 30 31 32 33"foxsetup.dll, 103" 2. Change the second column in the following line from No to Yes. Change this line: 15No&Laptop (Minimum)Install just the minimum set of files needed to run Microsoft Visual FoxPro.Group26 "foxsetup.dll, 105" to this line: 15Yes&Laptop (Minimum)Install just the minimum set of files needed to run Microsoft Visual FoxPro.Group26 "foxsetup.dll, 105" REFERENCES ========== For more information about installation scripts, please see the following article in the Microsoft Knowledge Base: Q119357 OFF: "How to Create a Custom Installation Script" (WC1046) Additional query words: VFoxWin ====================================================================== Keywords : kbsetup Technology : kbVFPsearch kbAudDeveloper kbVFP300 kbVFP300b Version : 3.00 3.00b ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1999.