home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / patches / SYSMN.EXE / SYSMON.INF < prev   
INI File  |  1995-07-31  |  4KB  |  119 lines

  1. ; SYSMON.INF
  2.  
  3. ; This is the Setup information file to install CD-ROM only Applets
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10. SetupClass=PLUSPACK
  11.  
  12. [DestinationDirs]
  13. Sysmon.Win.Copy         = 25    ; LDID_SHARED
  14. Sysmon.HLP.Copy         = 18    ; LDID_HELP
  15. Register_PPApplets.Copy = 17    ; LDID_INF
  16.  
  17. [Register_PPApplets.Copy]
  18. sysmon.inf
  19.  
  20. [Optional Components]
  21. sysmon
  22.  
  23. [DefaultInstall]
  24. OptionDesc  = %SYSMONOpt_DESC%
  25. Tip         = %SYSMON_TIP%
  26. Parent      = AccessTop
  27. CopyFiles   = Sysmon.Win.Copy, Sysmon.HLP.Copy, Register_PPApplets.Copy
  28. UpdateInis  = Sysmon.Inis
  29. AddReg      = Sysmon.install.reg
  30. InstallType = 0               ;Manual only
  31. IconIndex   = 48              ;Machine mini-icon for dialogs
  32. Uninstall   = Sysmon_remove
  33.  
  34. [sysmon]
  35. OptionDesc  = %SYSMONOpt_DESC%
  36. Tip         = %SYSMON_TIP%
  37. Parent      = AccessTop
  38. CopyFiles   = Sysmon.Win.Copy, Sysmon.HLP.Copy, Register_PPApplets.Copy
  39. UpdateInis  = Sysmon.Inis
  40. AddReg      = Sysmon.install.reg
  41. InstallType = 0               ;Manual only
  42. IconIndex   = 48              ;Machine mini-icon for dialogs
  43. Uninstall   = Sysmon_remove
  44.  
  45. [Sysmon_remove]
  46. DelFiles    = Sysmon.Win.Copy, Sysmon.HLP.Copy
  47. DelReg      = Sysmon.remove.reg
  48. UpdateInis  = Sysmon.Rem.Inis
  49.  
  50. ;---- System Monitor Install Sections -----------------------
  51. [Sysmon.Win.Copy]
  52. sysmon.exe
  53.  
  54. [Sysmon.HLP.Copy]
  55. sysmon.cnt
  56. sysmon.hlp
  57.  
  58. [Sysmon.Inis]
  59. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"            ;creates folder
  60. setup.ini, group11,, """%SysMon_Desc%"", SYSMON.EXE,,, sysmon,,%SysMon_ShortDesc%"   ;creates link
  61.  
  62. [Sysmon.Rem.Inis]
  63. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%"         ;creates folder
  64. setup.ini, group11,, """%SysMon_Desc%"""                       ;deletes link
  65. setup.ini, group11,, """%SysMon_ShortDesc%"""                       ;deletes link
  66.  
  67. [Sysmon.install.reg]
  68. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\SysMon,DisplayName,,"%SysMon_Desc%"
  69. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\SysMon,UninstallString,,"RunDll setupx.dll,InstallHinfSection Sysmon_remove 4 sysmon.inf"
  70.  
  71. [Sysmon.remove.reg]
  72. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\SysMon
  73. ;---------------------------------------------------------
  74.  
  75. [Strings]
  76. ;Non-localizable Strings:
  77. KEY_OPTIONAL   = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  78. KEY_RENAME     = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  79. KEY_DEL        = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
  80. KEY_RUNONCE    = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  81.  
  82. ;Localizable Strings:
  83. APPS_DESC       = "Accessories"
  84. SYSTOOLS_DESC   = "Accessories\System Tools"
  85. Net_Watcher_Desc= "Net Watcher"
  86. Net_Watcher_ShortDesc = "Net-Wtch"
  87. SysMon_Desc     = "System Monitor"
  88. SysMon_ShortDesc = "Sysmon"
  89. TOUR_DESC       = "Windows 95 Tour"
  90. TOUR_TIP        = "Teaches you a few basics of Windows 95 to get you up and running quickly."
  91. OnlineUG_DESC  = "Online User's Guide"
  92. OnlineUG_TIP   = "Online version of the Windows 95 User's Guide"
  93. SYSMONOpt_DESC  = "System Monitor"
  94. SYSMON_TIP      = "Enables you to monitor system performance."
  95. NETWATCHopt_DESC = "Net Watcher" 
  96. NETWATCH_TIP    = "Enables you to monitor your network server and connections."
  97. CharMapOpt_DESC = "Character Map"
  98. CharMap_TIP     = "Enables you to insert symbols and characters into documents."
  99. CharMap_Desc    = "Character Map"
  100. CharMap_ShortDesc = "Charmap"
  101. QVplus_DESC = "Quick View, extra"
  102. QVplus_TIP  = "Additional viewers to preview documents without opening them."
  103.  
  104. FV_DESC         = "Quick View"
  105. FV_TIP          = "Enables you to preview a document without opening it."
  106.  
  107. HelpInit_Desc   = "Windows Help"
  108.  
  109. Disk_1_Desc     = "Downloaded Files"
  110.  
  111. [SourceDisksNames]
  112. 1  = %Disk_1_Desc%,,0
  113.  
  114. [SourceDisksFiles]
  115. SYSMON.INF    =1,,    3445
  116. SYSMON.EXE    =1,,    65024
  117. SYSMON.CNT    =1,,    263
  118. SYSMON.HLP    =1,,    10558
  119.