home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 May
/
PCW0501.iso
/
patch
/
WIN98SP1
/
IE401.SP2
/
ie4mfc40.cab
/
Mfc40.inf
< prev
next >
Wrap
Windows Setup INFormation
|
1999-02-05
|
2KB
|
58 lines
; ========================= 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
[DefaultInstall.NT]
; Default section to process and copy all files under the section
; mfcdllsx.files and Register DLLs under the section mfcdllsx.register.
CopyFiles=mfcdllsx.filesNT
RegisterOCXs=mfcdllsx.registerNT
[DestinationDirs]
; Destination Directories for CopyFiles Sections.
; 11 indicates LDID_SYS - system directory
mfcdllsx.files=11
mfcdllsx.filesNT=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
[mfcdllsx.filesNT]
; ,,,32 - Suppress version conflict dialog and don't overwrite newer
; DLLs
msvcrt40.dll,,,32
mfc40.dll,,,32
[mfcdllsx.registerNT]
; msvcrt.dll is not self registering
%11%\mfc40.dll
; ====================== Mfc40.inf ======================