BUG: SETUP.APP Removes GENGRAPH.APP from DistributionLast reviewed: May 16, 1996Article ID: Q114495 |
The information in this article applies to:
- Microsoft FoxPro for Macintosh, versions 2.5x, 2.6a
SYMPTOMSWhen you are running a distributed application that takes advantage of GENGRAPH.APP, which is set up by the FoxPro for Macintosh Distribution Kit, the following error will occur:
File 'GENGRAPH.APP' does not exist. Cancel or Ignore. CAUSEThe Setup Wizard, SETUP.APP, does not include GENGRAPH.APP in the folder of disk images to be distributed even when GENGRAPH.APP has been placed in the source folder prior to running the Setup Wizard. Therefore, GENGRAPH.APP is not installed with the application. SETUP.APP has been coded to exclude the list of prohibited files found on page 8 of the FoxPro for Macintosh Distribution Kit "User's Guide." The code that determines if a file can be distributed looks at a table, NAUGHTY.DBF, to make this determination. If the current file to be processed is in NAUGHTY, then the file to be processed is skipped. Because GENGRAPH.APP is included in the table NAUGHTY, SETUP.APP skips over it when it is processing the files in the folder of files to be distributed.
RESOLUTIONIn order to include GENGRAPH.APP on one of the disks of files to be distributed, you must modify the Setup Wizard, SETUP.APP. Because the source code for the Setup Wizard is included with the Distribution Kit, you can make the necessary modifications to the source and rebuild SETUP.APP. IMPORTANT: Although GENGRAPH.APP can be distributed with an application created with FoxPro for Macintosh and the FoxPro for Macintosh Distribution Kit, Microsoft Graph cannot be distributed freely. Every copy of Microsoft Graph MUST be distributed with a licensed copy of a product that includes Microsoft Graph. These products include Microsoft Word version 5.0 and later for Macintosh, Microsoft PowerPoint version 3.0 and later for Macintosh, and Microsoft FoxPro versions 2.5b, 2.5c, and 2.6a for Macintosh. For additional information about distributing Microsoft Graph, please see the following article(s) in the Microsoft Knowledge Base:
ARTICLE-ID: Q114667 TITLE : Error Initializing OLE When Running GENGRAPHTo modify SETUP.APP so that GENGRAPH.APP will be included for distribution in future runs of the Setup Wizard, do the following:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
For more information about running the Setup Wizard, see Chapter 5 of the FoxPro Distribution Kit for Macintosh "User's Guide."
REFERENCESFoxPro for Macintosh "User's Guide," version 2.5 FoxPro for Macintosh Distribution Kit "User's Guide," version 2.5 "Macintosh User's Guide," Apple Computer
|
Additional reference words: FoxMac 2.50b 2.50c 2.60a EXCLUDE EXCLUDES graph
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |