How to Change the Default Values in SETUP.APP in Dist Kit

Last reviewed: May 31, 1996
Article ID: Q101589
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5 and 2.5a

SUMMARY

NOTE: This article does not apply to Visual FoxPro for Windows.

SETUP.APP (the FoxPro for Windows Distribution Kit SetupWizard) uses the information you supply at the various SETUP.APP prompts as default values in future sessions. This information is stored in the DKSETUP.INI file.

To reset the current defaults, delete all copies of DKSETUP.INI. One copy is in the FoxPro development directory (usually FOXPROW), and a second copy is in the directory that contains your application files. The next time SETUP.APP is run, it prompts you for new information and rebuilds both copies of DKSETUP.INI.

MORE INFORMATION

SETUP.APP prompts you for information it needs to build its setup program (SETUP.EXE), such as where to find the application files and where to place the disk images. This information is stored in DKSETUP.INI, which is stored in your application directory. A second copy is also placed in the FoxPro development directory. SETUP.APP first reads the copy of DKSETUP.INI in the development directory. After you specify which directory contains your application files, it uses the DKSETUP.INI file (if it exists) in that directory.

NOTE: You can edit the DKSETUP.INI file with any text editor, such as the FoxPro program editor or Windows Notepad.

Sample DKSETUP.INI File

   [Preferences]
   SourceDirectory=D:\FOXW\DKAPPS\
   DestinationDirectory=D:\DKIMAGE
   RuntimeDirectory=C:\DKWIN\DKSETUP\
   Make1.44MegDisks=Y
   Make1.2MegDisks=N
   Make720KDisks=N
   InstallGraph=N
   UserDefaultDirectory=D:\STATES
   ApplicationName=D:\FOXW\DKAPPS\STATES.EXE
   ProgManDescript=My DK App
   ProgManGroup=Main
   UserCanModify=1
   SuppressLogo=1
   ConfigFile=
   EXEParameters=
   PostExecute=
   SetupBanner=My Software Design Company Setup
   Copyright=My Software Design Company
   SplitSize=363520
   Algorithm=2


Additional reference words: FoxWin 2.50 2.50a
KBCategory: kbtool kbsetup
KBSubcategory: FxtoolDk



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.

Last reviewed: May 31, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.