Microsoft KB Archive/104260: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 1: Line 1:
{|
{|
|width="100%"|
|width="100%"|
= PRB: "Variable CPSRNAME Not Found" in SetupWizard =
= PRB: "Variable CPSRNAME Not Found" in SetupWizard =


'''ID: Q104260'''
'''ID: Q104260'''
Line 11: Line 11:
== SYMPTOMS ==
== SYMPTOMS ==


The error message "Variable CPSRNAME not found" will appear if compression is interrupted while the SetupWizard is running.
The error message "Variable CPSRNAME not found" will appear if compression is interrupted while the SetupWizard is running.


== RESOLUTION ==
== RESOLUTION ==
Line 27: Line 27:
</pre>
</pre>
4. When this program opens, choose Find from the Edit menu. In the
4. When this program opens, choose Find from the Edit menu. In the
<pre>  Look For box, type &quot;cpsrname&quot; (without the quotation marks), and
<pre>  Look For box, type "cpsrname" (without the quotation marks), and
   press ENTER.
   press ENTER.


Line 34: Line 34:
       DELETE FILE (addbs(m.g_cprsdir) + cpsrname)
       DELETE FILE (addbs(m.g_cprsdir) + cpsrname)
</pre>
</pre>
5. Change &quot;cpsrname&quot; to read &quot;cprsname&quot; (without the quotation marks).
5. Change "cpsrname" to read "cprsname" (without the quotation marks).
6. Close the DKSETUP program and rebuild the application.
6. Close the DKSETUP program and rebuild the application.



Latest revision as of 09:32, 20 July 2020

PRB: "Variable CPSRNAME Not Found" in SetupWizard

ID: Q104260

The information in this article applies to:

  • Microsoft FoxPro Distribution Kit for Windows, versions 2.5 and 2.5a

SYMPTOMS

The error message "Variable CPSRNAME not found" will appear if compression is interrupted while the SetupWizard is running.

RESOLUTION

To correct this problem:

1. From the File menu, choose Open.

2. In the FOXPROW\WIZARD subdirectory will be the SETUP.PJX project.

   Select this file and choose the Open button.

3. Select the DKSETUP program (it will have a dot next to it), and

   choose the Edit button.

4. When this program opens, choose Find from the Edit menu. In the

   Look For box, type "cpsrname" (without the quotation marks), and
   press ENTER.

   You will find the line:

      DELETE FILE (addbs(m.g_cprsdir) + cpsrname)

5. Change "cpsrname" to read "cprsname" (without the quotation marks). 6. Close the DKSETUP program and rebuild the application.

Additional reference words: FoxWin 2.50 2.50a DK compress errmsg err msg KBCategory: kbsetup kbprg kberrmsg kbprb KBSubcategory: FxtoolDk


Last Reviewed: June 27, 1995
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.