The information in this article applies to:
SUMMARY
This article provides information regarding the redistribution of the DAO
components with your DAO-enabled application that was developed using
Visual C++ 4.0. The information in this article supersedes all
documentation found on or installed from the Visual C++ 4.0 CD-ROM.
MORE INFORMATIONThe Setup Script Located in Msdev\Redist\DaoThe setup script located in Msdev\Redist\Dao is the script that is used by Visual C++ to install the core DAO components, is also the setup script that is recommended for redistribution. However, there are certain limitations to this setup script that may make it unusable for redistribution with your DAO enabled application.
Errors in the DAO SDK Documentation Regarding DAO SetupThe Daosdk.hlp file's "Installing DAO on another machine" section contains several errors:
The Microsoft Jet IISAM FilesThe IISAM files that are installed by the DAO SDK setup scripts that do install IISAM files differ in size from those located in Msdev\Redist. The IISAM files located in Msdev\Redist are those installed by the ODBC setup script and are the only IISAM files that you are authorized to redistribute.Comparing the DAO SDK installed IISAM files with the redistributable IISAM files reveals that the versions are identical but with the exception of the Microsoft Access 2.0 IISAM Msrd2x32.dll, the SDK IISAM files are larger in size and have an earlier timestamp. This is because the IISAM files installed by the DAO SDK were included in the SDK prior to the removal of extra version information from the DLLs. When redistributing your DAO application, use the IISAM files from Msdev\Redist. Additional information will be added to this article as it becomes available. 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 the 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. REFERENCES
Please note that this article supersedes all documentation on the
Visual C++ 4.0 CD-ROM including, but not limited to:
Additional query words: install installation distribution
Keywords : kbsetup kbDAO kbDatabase kbMFC kbVC |
Last Reviewed: July 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |