home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / ncplatfm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-05-27  |  915 b   |  40 lines

  1. ;****************************************************************************
  2. ;*    NcPlatfm.inf
  3. ;*    Main multifunction inf file for installing NetCommander.
  4. ;****************************************************************************
  5.  
  6. [Version]
  7. LayoutFile    = layout.inf, layout1.inf
  8. Signature    =    $CHICAGO$
  9. Class            =    NoDriver
  10. Provider        =    %DMM%
  11.  
  12. [Manufacturer]
  13. %DMM%    =    NetCmdrPlatfm
  14.  
  15. [NetCmdrPlatfm]
  16. %NetCmdrPlatfmDesc%    =    NetCmdrPlatfm.Install, NetCmdrPlatfmID
  17.  
  18. [NetCmdrPlatfm.Install]
  19. CopyFiles=NetCmdrPlatfm.CopyFiles.Sys
  20. AddReg=NetCmdrPlatfm.AddReg.HKR
  21.  
  22. [NetCmdrPlatfm.AddReg.HKR]
  23. HKR,,DevLoader,0,ncdriver.vxd
  24. HKR,,InfPath,0,ncPlatfm.inf
  25.  
  26. [DestinationDirs]
  27. DefaultDestDir=11
  28.  
  29. [NetCmdrPlatfm.CopyFiles.Sys]
  30. ncdriver.vxd 
  31. ncvector.vxd
  32.  
  33. [ControlFlags]
  34. ExcludeFromSelect    =    NetCmdrPlatfmID
  35.  
  36. [Strings]
  37. DMM="Diamond Multimedia"
  38. NetCmdrPlatfmDesc="NetCommander ISDN (Platform Device)"
  39.  
  40.