home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 564 b | 28 lines |
-
- ;UNKNOWN.INF
- ;
- ; This INF will setup up an Unknown class.
- ; The Unsed class is where devices we cannot completely setup go
- ; temporarily
- ;
- ; Copyright (c) 1993-1995 Microsoft Corporation
-
- [version]
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- Class=Unknown
- ClassGUID={4d36e97e-e325-11ce-bfc1-08002be10318}
- Provider=%MS%
-
- ;Class Install
- [ClassInstall]
- AddReg=Unknown_Reg
-
- [Unknown_Reg]
- HKR,,,,%UnknownClassName%
- HKR,,Icon,,-18
-
- [Strings]
- MS = "Microsoft"
- UnknownClassName = "Other devices"
-