HOWTO: Create a DAO Setup that Installs Jet IISAM FilesLast reviewed: July 31, 1997Article ID: Q151426 |
The information in this article applies to:
SUMMARYThe DAO setup included on the Visual C++ 4.0 or 4.1 CD-ROM in the \MSDEV\REDIST\DAO directory does not install the Microsoft Jet IISAM files that are used by DAO for accessing databases such as Microsoft Excel and dBase. However, you can modify the DAOMIN.RUL InstallShield file included in the DAO SDK to create a new SETUP.INS file for the DAO Setup. By using the new .INS file with the existing DAO Setup, you can create a new DAO Setup that installs all of the IISAM files. Because a modification is needed to an InstallShield .RUL file, you need to install InstallShield from the Visual C++ 4.0 or 4.1 CD-ROM.
MORE INFORMATIONOnce you have the DAO SDK and InstallShield installed on your development machine, follow the steps below to have your setup program install IISAMs in a silent fashion without prompting the user:
For Visual C++ 4.2 UsersVisual C++ 4.2 includes the new InstallShield Express, and no longer installs the InstallShield SDK directly. Instead, you will need to install the InstallShield SDK from either Visual C++ 4.0 or 4.1 CD-ROM. Then follow the instructions in \ISHIELD\SDK\README.TXT to update the SDK with the latest files. COMPILE.EXE, used to re-compile the DAOMIN.RUL file, is not shipped on the Visual C++ 4.2 CD-ROM and can only be installed from the InstallShield SDK found on either Visual C++ 4.0 or Visual C++ 4.1. Keywords : MfcDAO MfcDatabase kbsetup Technology : kbMfc Version : 4.00 4.10 Platform : NT WINDOWS Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |