Article ID: 151426 - Last Review: November 21, 2006 - Revision: 2.2 How To Create a DAO Setup that Installs Jet IISAM FilesThis article was previously published under Q151426 On This PageSUMMARY
The 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 INFORMATION
Once 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. APPLIES TO
| Article Translations
|

Back to the top
