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 >
Windows Setup INFormation  |  1999-02-05  |  2KB  |  58 lines

  1. ; ========================= Mfc40.inf ========================= 
  2.  
  3. ; This file will control the download of the MFC 4.0 DLLs 
  4. ; that MFC controls depend on.
  5.  
  6. ; These are the DLLs for VC 4.1b so should be the last in that line.
  7.  
  8. [version]                    
  9. ; version signature (same for both Nt and Win95) do not remove
  10. signature="$CHICAGO$" 
  11. AdvancedINF=2.0      
  12.  
  13. [SourceDisksNames]            
  14. ; This section specifies that all sources are in the "default" location. 
  15. 1="default",,1                                            
  16.                             
  17. [DefaultInstall]                
  18. ; Default section to process and copy all files under the section 
  19. ; mfcdllsx.files and Register DLLs under the section mfcdllsx.register.
  20. CopyFiles=mfcdllsx.files        
  21. RegisterOCXs=mfcdllsx.register  
  22.  
  23. [DefaultInstall.NT]                
  24. ; Default section to process and copy all files under the section 
  25. ; mfcdllsx.files and Register DLLs under the section mfcdllsx.register.
  26. CopyFiles=mfcdllsx.filesNT        
  27. RegisterOCXs=mfcdllsx.registerNT  
  28.  
  29. [DestinationDirs]
  30. ; Destination Directories for CopyFiles Sections.
  31. ; 11 indicates LDID_SYS - system directory
  32. mfcdllsx.files=11        
  33. mfcdllsx.filesNT=11        
  34.  
  35. [mfcdllsx.files]
  36. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer 
  37. ; DLLs
  38. msvcrt40.dll,,,32
  39. mfc40.dll,,,32
  40. olepro32.dll,,,32
  41.  
  42. [mfcdllsx.register]
  43. ; msvcrt.dll is not self registering
  44. %11%\mfc40.dll
  45. %11%\olepro32.dll
  46.  
  47. [mfcdllsx.filesNT]
  48. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer 
  49. ; DLLs
  50. msvcrt40.dll,,,32
  51. mfc40.dll,,,32
  52.  
  53. [mfcdllsx.registerNT]
  54. ; msvcrt.dll is not self registering
  55. %11%\mfc40.dll
  56.  
  57. ; ====================== Mfc40.inf ======================
  58.