home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY3.CAB / clip.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  3.4 KB  |  126 lines

  1. ; Localized    05/19/1998 12:48 AM (GMT)    7:3.0.406 A    CLIP.INF
  2.  
  3. ; CLIP.INF
  4. ;
  5. ; This is the Setup information file to install 
  6. ; ClipBoard Viewer in the Windows 95 1 product.
  7. ;
  8. ; Copyright (c) 1993-1995, Microsoft Corporation
  9.  
  10. [version]
  11. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  12. signature="$CHICAGO$"
  13. SetupClass=BASE
  14.  
  15. [BaseWinOptions]
  16. Register_Clip
  17.  
  18. [DestinationDirs]
  19. ClipBrd.win             = 25
  20. ClipBrd.del.win         = 25
  21. ClipBrd.hlp             = 18
  22. Register_Clip.CopyInf   = 17
  23.  
  24. [Register_Clip]
  25. AddReg    = Register_Clip.AddReg
  26. CopyFiles = Register_Clip.CopyInf
  27.  
  28. [Register_Clip.CopyInf]
  29. clip.inf
  30.  
  31. [Register_Clip.AddReg]
  32. HKLM,%KEY_OPTIONAL%,"ClipBrd",,"ClipBrd"
  33. HKLM,%KEY_OPTIONAL%\ClipBrd,INF,,"clip.inf"
  34. HKLM,%KEY_OPTIONAL%\ClipBrd,Section,,"ClipBrd"
  35. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
  36.  
  37. [Optional Components]
  38. ClipBrd
  39.  
  40. [ClipBrd]
  41. OptionDesc  = %ClipBrdOpt_DESC%
  42. Tip         = %ClipBrd_TIP%
  43. Parent      = DiskToolTop
  44. CopyFiles   = ClipBrd.win, ClipBrd.hlp
  45. DelFiles    = ClipBrd.del.win
  46. UpdateInis  = ClipBrd.links
  47. AddReg      = ClipBrd.install.reg
  48. InstallType = 0       ;Manual only
  49. IconIndex   = 40       ;Windows mini-icon for dialogs
  50. Uninstall   = ClipBrd_remove
  51. PerUserInstall = ClipBrd.links.pui
  52.  
  53. [ClipBrd_remove]
  54. DelFiles    = ClipBrd.win, ClipBrd.hlp
  55. AddReg      = ClipBrd.remove.reg
  56. UpdateInis  = ClipBrd.links.remove
  57. PerUserInstall = ClipBrd.links.remove.pui
  58.  
  59. ;--- Clipboard Viewer Install Sections ----------------
  60. [ClipBrd.win]
  61. clipbrd.exe
  62.  
  63. [ClipBrd.hlp]
  64. clipbrd.cnt
  65.  
  66. [ClipBrd.del.win]
  67. ;clean up any old clipbrd help files:
  68. clipbrd.hlp
  69.  
  70. [ClipBrd.links.pui]
  71. GUID = "PerUser_ClipBrd_Inis"
  72. DisplayName = %PUI_DESC_CLIPBOARD%
  73. Version = %PUI_VERSION%
  74. IsInstalled = 1
  75. StubPath = "rundll.exe %11%\setupx.dll,InstallHinfSection PerUser_ClipBrd_Inis 64 %17%\clip.inf"
  76. DontAsk = 2
  77.  
  78. [PerUser_ClipBrd_Inis]
  79. UpdateInis  = ClipBrd.links
  80.  
  81. [ClipBrd.links.remove.pui]
  82. GUID = "PerUser_ClipBrd_Inis"
  83. IsInstalled = 0
  84. StubPath = "rundll.exe %11%\setupx.dll,InstallHinfSection PerUser_ClipBrd_Inis_remove 64 %17%\clip.inf"
  85.  
  86. [PerUser_ClipBrd_Inis_remove]
  87. UpdateInis  = ClipBrd.links.remove
  88.  
  89. [ClipBrd.links]
  90. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%" ;creates folder
  91. setup.ini, progman.groups,, "group4=%APPS_DESC%"      ;creates folder
  92. ;create link
  93. setup.ini, group11,, """%Clipbd_DESC%"", CLIPBRD.EXE,,,,,%Clipbd_ShortDESC%"    ;creates link
  94. ;cleanup on upgrade
  95. setup.ini, group4,, """%Clipbd_DESC%"""               ;deletes link
  96. ;delete ClipBook Viewer if in Accessories Group:
  97. setup.ini, group4,, """%ClipBook_DESC%"""
  98.  
  99. [ClipBrd.links.remove]
  100. setup.ini, progman.groups,, "group11=%SYSTOOLS_DESC%" ;creates folder
  101. setup.ini, group11,, """%Clipbd_DESC%"""              ;deletes link
  102. setup.ini, group11,, """%Clipbd_ShortDESC%"""         ;deletes link
  103.  
  104. [ClipBrd.install.reg]
  105. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"1"
  106.  
  107. [ClipBrd.remove.reg]
  108. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
  109. ;------------------------------------------------------
  110.  
  111. [Strings]
  112. ;Non-Localizable strings:
  113. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  114.  
  115. ;Localizable strings:
  116. APPS_DESC = "╕╜╝■"
  117. SYSTOOLS_DESC = "╕╜╝■\╧╡═│╣ñ╛▀"
  118. ClipBrdOpt_DESC = "╝⌠╠∙░σ▓Θ┐┤│╠╨≥"
  119. ClipBrd_TIP = "╧╘╩╛ Windows ╝⌠╠∙░σ╡──┌╚▌íú"
  120. Clipbd_DESC = "╝⌠╠∙░σ▓Θ┐┤│╠╨≥"
  121. ClipBook_DESC = "╝⌠╠∙▓╛▓Θ┐┤│╠╨≥"
  122. Clipbd_ShortDESC = "Clipbrd"
  123.  
  124. PUI_VERSION = "4,10,1,1"
  125. PUI_DESC_CLIPBOARD = "Windows ░▓╫░ - ╝⌠╠∙░σ▓Θ┐┤│╠╨≥"
  126.