home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / CREATIVE / CTCMJP / CTCMJP.EXE / CTCM.INF < prev    next >
Windows Setup INFormation  |  1996-02-14  |  1KB  |  61 lines

  1. ; Creative Technology Ltd.
  2. ;      Copyright (c) Creative Technology Ltd, 1994-1996.
  3. ;
  4. ; Description
  5. ;      This .inf files is to allow the user to set up the environment
  6. ;      when they upgrade from Windows 3.1 to Windows95
  7. ;
  8. ;      It will : 1. Add entry in the <WIN95>/SYSTEM.INI
  9. ;                   Under [boot] section, Key=drivers, the entry ctpnpscn.drv
  10. ;                2. Copy CTPNPSCN.DRV to <WIN95>/SYSTEM directory
  11. ;                3. Copy CTCM.EXE into Win95 directory
  12. ;                4. Remark out device=<CTCM>/CTCM.EXE
  13. ;                5. Remark out SET CTCM
  14. ;                6. Remark out CTCU /S /W=C:<WIN31>
  15. ;
  16. ; Revision 1.00
  17. ;
  18.  
  19. [Version]
  20. Signature="$CHICAGO$"
  21. provider=%CREAF%
  22.  
  23. [DefaultInstall]
  24. CopyFiles=CTCM.CopyList, CTPNPSCN.CopyList
  25. UpdateIniFields=Update.SystemIni
  26. UpdateCfgSys=Update.ConfigSys
  27. UpdateAutoBat=Update.AutoexecBat
  28.  
  29. [DestinationDirs]
  30. CTCM.CopyList = 10        ; LDID_WINDOWS
  31. CTPNPSCN.CopyList = 11            ; LDID_SYS
  32.  
  33. [SourceDisksFiles]
  34. ctcm.exe=1
  35.  
  36. [SourceDisksNames]
  37. 1="",,,
  38.  
  39. ;---------------------------------------------------------------;
  40.  
  41. [CTCM.CopyList]
  42. ctcm.exe,ctcm.exe,
  43.  
  44. [CTPNPSCN.CopyList]
  45. ctpnpscn.drv,,
  46.  
  47. [Update.SystemIni]
  48. %10%\system.ini, boot, drivers,,ctpnpscn.drv,1
  49.  
  50. [Update.ConfigSys]
  51. DevDelete=ctcm.exe
  52.  
  53. [Update.AutoexecBat]
  54. UnSet=ctcm
  55. CmdDelete=ctcu
  56.  
  57. ;---------------------------------------------------------------;
  58.  
  59. [Strings]
  60. CREAF="Creative Labs"
  61.