home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 February / Tuning-CD.bin / hardtun / DLL / MFC / MFC.EXE / MFC42.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1997-02-13  |  1.1 KB  |  40 lines

  1. ; Mfc42.inf
  2.  
  3. ; This file will control the download of the MFC 4.2 DLLs that 
  4. ; MFC controls are dependant on.
  5.  
  6. [version]                    
  7. ; version signature (same for both Nt and Win95) do not remove
  8. signature="$CHICAGO$" 
  9. AdvancedINF=2.0      
  10.  
  11. [SourceDisksNames]            
  12. ; This section specifies that all sources are in the "default" location. 
  13. ; This is a SETUPX quirk.  INF authors: just copy past the Version and
  14. ; SourceDiskNames section and you will be always OK.
  15. 1="default",,1                
  16.                             
  17.                             
  18. [DefaultInstall]                
  19. ; Default section to process and copy all files under the section 
  20. ; mfcdllsx.files and Register DLLs under the section mfcdllsx.register.
  21. CopyFiles = mfcdllsx.files        
  22. RegisterOCXs=mfcdllsx.register  
  23.  
  24. [DestinationDirs]
  25. ; Destination Directories for CopyFiles Sections.
  26. ; 11 indicates LDID_SYS - system directory
  27. mfcdllsx.files         = 11        
  28.  
  29.  
  30. [mfcdllsx.files]
  31. ; ,,,32 will - "Suppress version conflict dialog and don't overwrite newer DLLs
  32. msvcrt.dll,,,32
  33. mfc42.dll,,,32
  34. olepro32.dll,,,32
  35.  
  36.  
  37. [mfcdllsx.register]
  38. %11%\mfc42.dll
  39. %11%\olepro32.dll
  40.