home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / software / homet_hit / files / HomeTheater2.exe / 3rdPartyApp / atl.exe / atl.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-06-02  |  883 b   |  41 lines

  1. ;==========================atl.inf==============================
  2. ;This file controls the installation of the ansi version of atl.dll.
  3.  
  4.  
  5. [version]
  6. ; version signature (same for NT and Win95) do not remove
  7. signature="$CHICAGO$"
  8. AdvancedINF=2.0
  9.  
  10. [SourceDisksNames]
  11. ;This section specifies that all sources are in the "default" location
  12. 1="default",,1
  13.  
  14. [SourceDisksFiles] 
  15. atl.dll=1
  16.  
  17. ;install section for WinNT
  18. [DefaultInstall.NT]
  19. Copyfiles=atldllfilesNT
  20. RegisterOCXs=atldllregister
  21.  
  22. ;install section for Win95
  23. [DefaultInstall]
  24. Copyfiles=atldllfiles
  25. RegisterOCXs=atldllregister
  26.  
  27. [DestinationDirs]
  28. ; Destination directory for CopyFiles Sections.
  29. atldllfiles=11
  30. atldllfilesNT=11
  31.  
  32. [atldllfilesNT]
  33. atl.dll,atlw.dll,,32
  34.  
  35. [atldllfiles]
  36. atl.dll,atla.dll,,32
  37.  
  38. [atldllregister]
  39. %11%\atl.dll
  40. ;==========================atl.inf==============================
  41.