home *** CD-ROM | disk | FTP | other *** search
- ; ========================= Mfc40.inf =========================
-
- ; This file will control the download of the MFC 4.0 DLLs
- ; that MFC controls depend on.
-
- ; These are the DLLs for VC 4.1b so should be the last in that line.
-
- [version]
- ; version signature (same for both Nt and Win95) do not remove
- signature="$CHICAGO$"
- AdvancedINF=2.0
-
- [SourceDisksNames]
- ; This section specifies that all sources are in the "default" location.
- 1="default",,1
-
- [DefaultInstall]
- ; Default section to process and copy all files under the section
- ; mfcdllsx.files and Register DLLs under the section mfcdllsx.register.
- CopyFiles=mfcdllsx.files
- RegisterOCXs=mfcdllsx.register
-
- [DestinationDirs]
- ; Destination Directories for CopyFiles Sections.
- ; 11 indicates LDID_SYS - system directory
- mfcdllsx.files=11
-
- [mfcdllsx.files]
- ; ,,,32 - Suppress version conflict dialog and don't overwrite newer
- ; DLLs
- msvcrt40.dll,,,32
- mfc40.dll,,,32
- olepro32.dll,,,32
-
- [mfcdllsx.register]
- ; msvcrt.dll is not self registering
- %11%\mfc40.dll
- %11%\olepro32.dll
-
- ; ====================== Mfc40.inf ======================
-