home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / Clock / clock.inf < prev    next >
Encoding:
INI File  |  1996-12-11  |  619 b   |  15 lines  |  [TEXT/CWIE]

  1. ;Sample INF file for Clock
  2. [Add.Code]
  3. Clock=Clock
  4.  
  5. [Clock]
  6. ; lines below specify that the specified circ3.ocx (clsid, version) needs to be installed on
  7. ; the system. If doesn’t exist already, can be downloaded from the given location (a .CAB)
  8. ; note: if “thiscab” is specified instead of the file location, it is assumed that the
  9. ; desired file is present in the same .CAB cabinet that the INF originated from
  10. ; otherwise, if the location pointed to is a different .CAB, the new cabinet is also downloaded and
  11. ; unpacked in order to extract the desired file
  12. file=clock.hqx
  13. clsid={F6CDB444-FBF1-11cf-821E-444553540000}
  14.  
  15.