home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-12-11 | 619 b | 15 lines | [TEXT/CWIE] |
- ;Sample INF file for Clock
- [Add.Code]
- Clock=Clock
-
- [Clock]
- ; lines below specify that the specified circ3.ocx (clsid, version) needs to be installed on
- ; the system. If doesn’t exist already, can be downloaded from the given location (a .CAB)
- ; note: if “thiscab” is specified instead of the file location, it is assumed that the
- ; desired file is present in the same .CAB cabinet that the INF originated from
- ; otherwise, if the location pointed to is a different .CAB, the new cabinet is also downloaded and
- ; unpacked in order to extract the desired file
- file=clock.hqx
- clsid={F6CDB444-FBF1-11cf-821E-444553540000}
-
-