home *** CD-ROM | disk | FTP | other *** search
- ;==========================atl.inf==============================
- ;This file controls the installation of the ansi version of atl.dll.
-
-
- [version]
- ; version signature (same for NT and Win95) do not remove
- signature="$CHICAGO$"
- AdvancedINF=2.0
-
- [SourceDisksNames]
- ;This section specifies that all sources are in the "default" location
- 1="default",,1
-
- [SourceDisksFiles]
- atl.dll=1
-
- ;install section for WinNT
- [DefaultInstall.NT]
- Copyfiles=atldllfilesNT
- RegisterOCXs=atldllregister
-
- ;install section for Win95
- [DefaultInstall]
- Copyfiles=atldllfiles
- RegisterOCXs=atldllregister
-
- [DestinationDirs]
- ; Destination directory for CopyFiles Sections.
- atldllfiles=11
- atldllfilesNT=11
-
- [atldllfilesNT]
- atl.dll,atlw.dll,,32
-
- [atldllfiles]
- atl.dll,atla.dll,,32
-
- [atldllregister]
- %11%\atl.dll
- ;==========================atl.inf==============================
-