Indigo Rose Software
  #1  
Old 09-30-2004
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
Post Dependency Module: Visual FoxPro 7.0 SP1

Installing the Visual FoxPro 7.0 SP1 Runtime

Overview
All programs developed with Microsoft Visual FoxPro 7.0 require a set of core runtime files in order to run. This article explains how to install this runtime with your Visual FoxPro application. These instructions assume you currently have the Visual FoxPro 7.0 SP1 runtime files installed on your development system via your Visual FoxPro 7.0 development software.

Background Information
Visual FoxPro 7.0 core runtime files include:
  • MSVCR70.DLL 7.0.9466.0
  • VFP7RENU.DLL 7.0.0.9465
  • VFP7R.DLL 7.0.0.9465
  • VFP7T.DLL 7.0.0.9465

If your Visual Fox Pro 7.0 application uses HTML Help, you will also need:
  • foxhhelp7.exe 7.0.0.9262
  • foxhhelpps7.dll 7.0.0.9262

MSVCR70.DLL should be installed to the users system directory, represented by "%SystemFolder%". The rest of the files should be installed to the users Visual FoxPro Common Files directory, represented by: "%CommonFilesFolder%\Microsoft Shared\VFP".

Note: If you support additional runtime languages beyond English, these also must be added to your project. They should contain the same settings as the English language file VFP7RENU.DLL. They can be found on your development system in ..\Program Files\Common Files\Microsoft Shared\VFP.

Usage Instructions
To incorporate the Visual FoxPro 7.0 runtime in your projects, follow the steps below:
  1. Unzip the contents of VFP7SP1_Template.zip (see bottom of article) into any folder on your system.
  2. Open the Setup Factory 7.0 project file VFP7SP1_Template.sf7 that was extracted from the ZIP file.
  3. Select all of the files in the file list and copy the file references (Ctrl+C or right-click and select Copy). If your application does not use HTML Help, you can exclude the files foxhhelp7.exe and foxhhelpps7.dll when copying.
  4. Paste these file references into your current working project file list that contains the rest of your application files.
  5. If you are installing the controls to the Common Files folder, you must also add the following action to your project after the files have been installed:
    Code:
    File.Run(SessionVar.Expand("%CommonFilesFolder%\\Microsoft Shared\\VFP\\FoxhHelp7.exe"), "/regserver", "", SW_SHOWNORMAL, false);

Note: Order matters, so make sure they are added in the same order as the template.

Following the above steps has added the required Visual FoxPro 7.0 runtime files to your project with all of their required settings.

Note: Currently the source paths for 5 of the 6 runtime files contain #COMMONFILESDIR#\Microsoft Shared\VFP. If the files you added display in red, this means that their local source paths are not where your Visual FoxPro runtime files are located. In this case, go into each of their properties and change their local folder path to where they exist on your development system.

The attached project file is designated "read-only" to ensure that it's settings do not get modified accidentally. If you wish to make modifications to it, you can uncheck its read-only attribute in its file properties.


Information Links
Created By: Indigo Rose Software (9/30/2004)
Last Revision: December 9, 2004 (003)
Attached Files
File Type: zip VFP7SP1_Template.zip (11.5 KB, 131 views)

Last edited by Darryl; 12-09-2004 at 02:03 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dependency Module: Visual FoxPro 8.0 SP1 Darryl Setup Factory 8.0 Examples 0 09-28-2004 04:38 PM
INFO: Visual FoxPro 8.0 SP1 Runtime Notes Desmond Setup Factory 6.0 Knowledge Base 0 11-28-2003 09:14 AM
INFO: Visual FoxPro 7.0 Service Pack 1 Runtime Support Module Support Setup Factory 6.0 Knowledge Base 0 10-30-2002 02:26 PM
INFO: Visual FoxPro 6.0 Service Pack 5 Runtime Support Module Support Setup Factory 6.0 Knowledge Base 0 10-30-2002 02:14 PM
Visual FoxPro 7.0 SP1 Runtime Module Mark Setup Factory 6.0 0 08-26-2002 09:06 AM


All times are GMT -6. The time now is 09:29 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software