home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / unknown.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  564 b   |  28 lines

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