home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Bonus / WIN95OEM / PRECOPY2.CAB / unknown.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1995-07-11  |  462 b   |  25 lines

  1. ;UNKNOWN.INF
  2. ;
  3. ; This INF will setup up an Unknown class.
  4. ; The Unsed class is where devices we cannot completely setup go
  5. ; temporarily
  6. ;
  7. ; Copyright (c) 1993-1995 Microsoft Corporation
  8.  
  9. [version]
  10. signature="$CHICAGO$"
  11. Class=Unknown
  12. Provider=%MS%
  13.  
  14. ;Class Install
  15. [ClassInstall]
  16. AddReg=Unknown_Reg
  17.  
  18. [Unknown_Reg]
  19. HKR,,,,%UnknownClassName%
  20. HKR,,Icon,,-18
  21.  
  22. [Strings]
  23. MS                      = "Microsoft"
  24. UnknownClassName    = "Other devices"
  25.