home *** CD-ROM | disk | FTP | other *** search
- ; Mfc42.inf
-
- ; This file will control the download of the MFC 4.2 DLLs that
- ; MFC controls are dependant 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.
- ; This is a SETUPX quirk. INF authors: just copy past the Version and
- ; SourceDiskNames section and you will be always OK.
- 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 will - "Suppress version conflict dialog and don't overwrite newer DLLs
- msvcrt.dll,,,32
- mfc42.dll,,,32
- olepro32.dll,,,32
-
-
- [mfcdllsx.register]
- %11%\mfc42.dll
- %11%\olepro32.dll
-