home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / pcmciamf.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-21  |  959 b   |  44 lines

  1.  
  2. ; Copyright (c) 1993-1995 Microsoft Corporation
  3. ;
  4. ; PCMCIAMF.INF  -- This file contains the descriptions of multifunction
  5. ;                  PCMCIA 3.0 PC Cards supported in Windows 95
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  11. Class=MultiFunction
  12. ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318}
  13. Provider=%MS%
  14.  
  15. ; Class Install
  16. [ClassInstall]
  17. Addreg=MFReg
  18.  
  19. [MFReg]
  20. HKR,,,,%MFClassName%
  21.  
  22. ; Table of Contents
  23. [Manufacturer]
  24. %MFCName%=MFCParent
  25.  
  26. ;---------------------------------------------------------------;
  27.  
  28. [MFCParent]
  29. %MFCParent.DeviceDesc%=MFCPCCard,*PCMCIA\MFC
  30.  
  31. [MFCPCCard]
  32. AddReg=MFCPCCard.Reg
  33.  
  34. [MFCPCCard.Reg]
  35. HKR,,DevLoader,,*PCCARD
  36.  
  37. ;---------------------------------------------------------------;
  38.  
  39. [Strings]
  40. MS="Microsoft"
  41. MFClassName="Multi-function adapters"
  42. MFCName="(Multi-function PC Card Parent Driver)"
  43. MFCParent.DeviceDesc="Multi-function PC Card Parent"
  44.