INFO: JET 4.0 SP7-SP8 Runtime Notes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Desmond
    Indigo Rose Staff Member
    • Jul 2003
    • 709

    INFO: JET 4.0 SP7-SP8 Runtime Notes

    INFO: JET 4.0 SP7-SP8 Runtime Notes

    INFO: JET 4.0 SP7-SP8 Runtime Notes

    Document ID: IR02050
    The information in this article applies to:
    • Setup Factory 6.0

    SUMMARY

    This document provides development notes for the JET 4.0 SP7-SP8 runtime module that is used with Setup Factory 6.0.

    DISCUSSION

    Module Description

    All programs that utilize Microsoft's JET 4.0 Database Engine 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 JET 4.0 Database Engine will be installed with your application.

    The correct version of JET 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.):

    JET 4.0 SP7

    Windows 95, Windows 98, Windows ME, Windows NT 4.0

    JET 4.0 SP8

    Windows 2000, Windows XP, Windows Server 2003

    Module Configuration

    After installing the Setup Factory 6.0 JET 4.0 SP7-SP8 runtime module, the following Microsoft components must be downloaded and placed in the following locations:

    • MDAC 2.6 SP2 (MDAC_TYP.EXE) can be downloaded from: http://www.microsoft.com/downloads/details.aspx?FamilyID=8e5f816c-4918-4250-b8bd-3794582c9089&DisplayLang=en

      MDAC_TYPE.EXE (version 2.6) must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\MDAC26\MDAC_TYPE.EXE

    • MDAC 2.8 (MDAC_TYP.EXE) can be downloaded from: http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en

      MDAC_TYPE.EXE (version 2.8) must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\MDAC28\MDAC_TYPE.EXE

    • JET 4.0 SP7 for Windows 95, Windows 98, Windows NT 4.0 (Jet40SP7_9xNT.exe) and JET 4.0 SP7 for Windows ME (Jet40SP7_WMe.exe) can be downloaded from: http://support.microsoft.com/?KBID=282010

      Jet40SP7_9xNT.exe must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\Jet40SP7_9xNT.exe

      Jet40SP7_WMe.exe must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\Jet40SP7_WMe.exe

    • JET 4.0 SP8 for Windows 2000 (Windows2000-KB829558-x86-ENU.exe), JET 4.0 SP8 for Windows XP (WindowsXP-KB829558-x86-ENU.exe) and JET 4.0 SP8 for Windows Server 2003 (WindowsServer2003-KB829558-x86-ENU.exe) can all be downloaded from: http://support.microsoft.com/?kbid=829558

      Windows2000-KB829558-x86-ENU.exe must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\Windows2000-KB829558-x86-ENU.exe

      WindowsXP-KB829558-x86-ENU.exe must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\WindowsXP-KB829558-x86-ENU.exe

      WindowsServer2003-KB829558-x86-ENU.exe must be saved in the following directory:
      ...Setup Factory 6.0\Runtimes\Jet40SP7_SP8\WindowsServer2003-KB829558-x86-ENU.exe

    If the above seven files are not in their proper directories, or if they are incorrect versions, the Setup Factory 6.0 JET 4.0 SP7-SP8 runtime support module will not work properly and/or your build will fail.


    Developer Notes

    The Setup Factory 6.0 JET 4.0 SP7-SP8 runtime support module has the following minimum requirements for a successful install of the JET 4.0 Database Engine:

    • Windows 95 with the Y2K Update and Internet Explorer 4.01 SP2 or later
    • Windows 98 with the Y2K Update 2 and Internet Explorer 4.01 SP2 or later
    • Windows 98 Second Edition
    • Windows ME
    • Windows NT 4 SP5 (or greater) and Internet Explorer 4.01 SP2 or later
    • Windows 2000 SP3 (or greater) (Note: Service Pack 3 is required for Jet 4.0 SP8 on Windows 2000)
    • Windows XP
    • Windows Server 2003
    • Administrator permissions
    • Approximately 8 MB (8388608 bytes) for JET alone, or 28 MB (29360128 bytes) for JET and MDAC (if needed) free disk space

    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, JET 4.0 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 a previous version of JET 4.0 has already been installed, the JET components will be updated to SP7 or SP8, depending on the target OS. However if JET 4.0 has never been installed, JET 4.0 requires MDAC 2.6 or later to be present. If the installation of MDAC is required, the module will also install the latest version of MDAC that is supported on that operating system. In this case, Windows 95 will be updated to MDAC 2.6 SP2 and all other OS's who require it will have MDAC 2.8 installed.

    If both MDAC and JET 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. If only JET is updated, the JET screen will display at the end of the install notifying the user that the installation is complete, but requires a final reboot.

    The Setup Factory 6.0 JET 4.0 SP7-SP8 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%
    %IRIsDCOMInstalled%
    %IRUpdateJET%
    %IRUpdateMDAC26%
    %IRUpdateMDAC28%
    %IRUpdateJET%
    %IRMDACVersion%
    %IRMSJETVersion%
    %IRIEVersion%
    %IRNTVersion%

    MORE INFORMATION

    There 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 4.0 SP7-SP8 Runtime, Runtime Module


    Last reviewed: November 28, 2003
    Copyright © 2003 Indigo Rose Corporation. All rights reserved.
Working...
X