PATCH: Ndkwiz.exe Contains Latest Version of Dksetup.prg

Last reviewed: February 19, 1998
Article ID: Q113783
2.60 WINDOWS kbprg kbprb kbfile

The information in this article applies to:

  • Microsoft FoxPro for Windows, version 2.6

SYMPTOMS

Ndkwiz.exe is a patch that corrects several incorrect references to files that no long exist in the Dksetup.prg.

MORE INFORMATION

The following file is available for download from the Microsoft Software Library:

 ~ Ndkwiz.exe (size: 43230 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

Ndkwiz.exe is a self-extracting file that contains the following:

  Dksetup.prg  - the revised Distribution Kit Setup Wizard program
  Required.dbf - a table used by the Setup program
  Readme.txt   - the text of this article

Once you have obtained Ndkwiz.exe, type "ndkwiz" (without the quotation marks) at the MS-DOS prompt to extract the files listed above from the Ndkwiz.exe file. Copy the Dksetup.prg and Required.dbf files to the DKWIZARD subdirectory (in your FoxPro for Windows directory), then rebuild the Setup.pjx project.

NOTE: This file is not necessary if you are using the Setup Wizard (Setup.app) included with the Distribution Kit. You need this updated file only if you want to modify the Setup Wizard and create a new application.

The Dksetup.prg file is one of the program files used to create Setup.app, the Setup Wizard used to create Setup disks for applications created with the FoxPro for Windows Distribution Kit.

Several references to old files exist in this file, including:

   #DEFINE c_eslfile     "Foxw250b.esl"
   #DEFINE c_oldesl      "Foxw2500.esl"
   #DEFINE c_oldesl1     "Foxw250a.esl"

If the Dksetup.prg file is used to create a new Setup.app application, the following error message will appear when the Setup Wizard begins to build disks:

   FoxPro Setup Wizard Error

Foxw250b.esl is not among the files to ship with your application. It must be on the destination machine in order to run your application.

This problem will only affect users who build a new Setup.app file using the Dksetup.prg file. If the Setup.app file that ships with the Distribution Kit is used, this problem will not occur.


Additional reference words: FoxWin 2.60 setupwizard DK S14705 softlib
cannot locate
KBCategory: kbprg kbprb kbfile
KBSubcategory: FxtoolDk

Keywords : FxtoolDk kbfile kbprb kbprg
Version : WINDOWS:2.6
Platform : WINDOWS
Issue type : kbprb
Solution Type : kbfile


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: February 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.