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

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