home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / CCOS / CCDOS.ZIP / !SUNV / EC / DFKC / CCDOS / CCDOS.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1998-01-27  |  1.7 KB  |  64 lines

  1. ;// ***************************************************************
  2. ;// Name:  CCDOS.INF
  3. ;// Date:  97-12-02
  4. ;// ---------------------------------------------------------------
  5. ;//
  6. ;// Note:  Normally this file is installed automatically during the
  7. ;// CCDOS 97 installation process.
  8. ;//
  9. ;// TO INSTALL MANUALLY:
  10. ;//    Make sure this file is in the same directory as CCDOS.EXE, 
  11. ;// right-click on the file name from a Windows 95 Explorer window,
  12. ;// and select the "Install" option on the popup menu.
  13. ;//
  14. ;// TO REMOVE:
  15. ;//    Use the Control Panel's "Install/Remove Programs" menu.
  16. ;//
  17. ;// ---------------------------------------------------------------
  18.  
  19. [version]
  20. Signature = "$CHICAGO$"
  21. Provider = "Chenus Electronic Lab."
  22.  
  23. [Strings]
  24. REMOVE_DESC = "│╔╚╗┤≤╓╨╬─CCDOS 97┐∞╜▌╖╜╩╜"
  25. LOCATE = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
  26. PRODUCT = "CCDOS 97"
  27. CCDOS_HERE = "┤╙╒Γ╜°╚δ╓╨╬─DOS╖╜╩╜[&C]"
  28. PROGRAM = "CCDOS.EXE"
  29.  
  30. [CopyFiles.Inf]
  31. CCDOS.INF
  32.  
  33. [SourceDisksFiles]
  34. CCDOS.INF = 55
  35.  
  36. [SourceDisksNames]
  37. 55 = "","",1
  38.  
  39. [DefaultInstall]
  40. AddReg = Registry.Add
  41. CopyFiles = CopyFiles.Inf
  42.  
  43. [DefaultUninstall]
  44. DelReg = Registry.Add
  45. DelFiles = CopyFiles.Inf
  46.  
  47. [DefaultInstall.ntx86]
  48.  
  49. [DefaultUninstall.ntx86]
  50.  
  51. [DestinationDirs]
  52. CopyFiles.Inf = 17
  53.  
  54. [Registry.Add]
  55. HKLM,%LOCATE%\%PRODUCT%
  56. HKLM,%LOCATE%\%PRODUCT%,DisplayName,,"%REMOVE_DESC%"
  57. HKLM,%LOCATE%\%PRODUCT%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 32 %17%\CcDos.inf"
  58. HKCR,Directory\Shell\%PRODUCT%,,,"%CCDOS_HERE%"
  59. HKCR,Directory\Shell\%PRODUCT%\command,,,"%10%\command.com /k %01%\%PROGRAM%
  60. HKCR,Drive\Shell\%PRODUCT%,,,"%CCDOS_HERE%"
  61. HKCR,Drive\Shell\%PRODUCT%\command,,,"%10%\command.com /k %01%\%PROGRAM%
  62.  
  63. [Eof]
  64.