home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Extra / Dll / VisualC / mfc42.exe / RCDATA / CABINET / Mfc42.inf < prev    next >
Windows Setup INFormation  |  1997-09-03  |  1KB  |  39 lines

  1. ; ========================= Mfc42.inf ========================= 
  2.  
  3. ; This file will control the download of the MFC 4.2 DLLs 
  4. ; that MFC controls depend 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. 1="default",,1                                            
  14.                             
  15. [DefaultInstall]                
  16. ; Default section to process and copy all files under the section 
  17. ; mfcdllsx.files and Register DLLs under the section mfcdllsx.register.
  18. CopyFiles=mfcdllsx.files        
  19. RegisterOCXs=mfcdllsx.register  
  20.  
  21. [DestinationDirs]
  22. ; Destination Directories for CopyFiles Sections.
  23. ; 11 indicates LDID_SYS - system directory
  24. mfcdllsx.files=11        
  25.  
  26. [mfcdllsx.files]
  27. ; ,,,32 - Suppress version conflict dialog and don't overwrite newer 
  28. ; DLLs
  29. msvcrt.dll,,,32
  30. mfc42.dll,,,32
  31. olepro32.dll,,,32
  32.  
  33. [mfcdllsx.register]
  34. ; msvcrt.dll is not self registering
  35. %11%\mfc42.dll
  36. %11%\olepro32.dll
  37.  
  38. ; ====================== Mfc42.inf ======================
  39.