home *** CD-ROM | disk | FTP | other *** search
- ; ========================= Mfc42.inf =========================
-
- ; This file will control the download of the MFC 4.2 DLLs
- ; that MFC controls depend on.
-
- [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
- msvcrt.dll,,,32
- mfc42.dll,,,32
- olepro32.dll,,,32
-
- [mfcdllsx.register]
- ; msvcrt.dll is not self registering
- %11%\mfc42.dll
- %11%\olepro32.dll
-
- ; ====================== Mfc42.inf ======================
-