|
#1
|
||||
|
||||
|
INFO: JET and MDAC (Complete) Runtime Notes
INFO: JET and MDAC (Complete) Runtime NotesDocument ID: IR02051The information in this article applies to:
SUMMARYThis document provides development notes for the JET and MDAC (Complete) runtime module that is used with Setup Factory 6.0. DISCUSSIONModule Description All programs that utilize Microsoft's JET 4.0 Database Engine and Microsoft's Data Access Components (MDAC) require a set of core runtime files in order to run. When this runtime module is added to a Setup Factory 6.0 project, the appropriate core set of files for both JET and MDAC will be installed with your application. The correct version of each component will be installed based on the target operating system. Below is a summary of the versions that will be installed on each operating system if they satisfy their minimum requirements. (For more information about the minimum requirements, see the Developer Notes section of this document.): MDAC 2.6 SP2
MDAC 2.8
JET 4.0 SP7
JET 4.0 SP8
Module Configuration After installing the Setup Factory 6.0 JET and MDAC (Complete) runtime module, the following Microsoft components must be downloaded and placed in the following locations:
If the above seven files are not in their proper directories, or if they are incorrect versions, the Setup Factory JET and MDAC (Complete) runtime support module will not work properly and/or your build will fail. Developer Notes The Setup Factory 6.0 JET and MDAC (Complete) runtime support module installs these components as a "whole." Therefore it will only install if the requirements of both components are met. If any requirement fails, neither component will be installed. The following minimum requirements are needed for a successful install of both MDAC and JET:
Note: The module will check all of the above requirements except for the Windows Y2K Updates and available disk space needed. If you want your install to include the module size in its disk space calculation, you can add its value (in bytes) to the built-in variable %AdditionalDiskSpace% (See the built-in variables section of the Setup Factory 6.0 Command Reference for more information about this variable). Error handling is not performed in the module. If any of its requirements are not met, the module components will simply not be installed. However a failure variable is automatically set so you can handle the situation how you wish. If all requirements are met, the variable %IRRequirementFail% will contain the value FALSE, however if any requirement fails, this variable will contain the value TRUE. The earliest point you can check this variable is on the BEFORE actions tab of your first screen. For example, you could display an "Abort" screen with its screen condition as %IRRequirementFail% = TRUE. If both components are installed, there will be two reboots needed in order to complete the installation. MDAC will be installed with your application. Following the installation of MDAC, an MDAC reboot screen will be displayed, prompting the user to reboot their system. Upon reboot, the installation will continue with the installation of JET. Once JET is installed, a JET screen will display notifying the user that the installation is complete, but requires a final reboot. The Setup Factory 6.0 JET and MDAC (Complete) runtime support module uses a series of custom variables to complete its installation. In order to avoid the corruption of their data, or yours, the following variables must not be used (modified) in any install that uses this module: %IRRequirementFail% MORE INFORMATIONThere are a number of resources available on the Internet that you can use to find out more about Microsoft's Data Access Components and Jet Database Engine. Here are a few links:
KEYWORDS: Setup Factory 6.0, JET, MDAC, Runtime Module Last reviewed: November 28, 2003 Copyright © 2003 Indigo Rose Corporation. All rights reserved. |
| Thread Tools | |
| Display Modes | |
|
|






Linear Mode
