home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / patches / NETWCH.EXE / NETWATCH.INF < prev    next >
INI File  |  1995-07-31  |  4KB  |  126 lines

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