home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / MFC40.INF < prev    next >
Windows Setup INFormation  |  1996-12-06  |  1KB  |  41 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. [DestinationDirs]
  24. ; Destination Directories for CopyFiles Sections.
  25. ; 11 indicates LDID_SYS - system directory
  26. mfcdllsx.files=11        
  27.  
  28. [mfcdllsx.files]
  29. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer 
  30. ; DLLs
  31. msvcrt40.dll,,,32
  32. mfc40.dll,,,32
  33. olepro32.dll,,,32
  34.  
  35. [mfcdllsx.register]
  36. ; msvcrt.dll is not self registering
  37. %11%\mfc40.dll
  38. %11%\olepro32.dll
  39.  
  40. ; ====================== Mfc40.inf ======================
  41.