home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / clip.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  2.5 KB  |  99 lines

  1.  
  2. ; CLIP.INF
  3. ;
  4. ; This is the Setup information file to install 
  5. ; ClipBoard Viewer in the Windows 95 1 product.
  6. ;
  7. ; Copyright (c) 1993-1995, Microsoft Corporation
  8.  
  9. [version]
  10. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  11. signature="$CHICAGO$"
  12. SetupClass=BASE
  13.  
  14. [BaseWinOptions]
  15. Register_Clip
  16.  
  17. [DestinationDirs]
  18. ClipBrd.win             = 25
  19. ClipBrd.del.win         = 25
  20. ClipBrd.hlp             = 18
  21. Register_Clip.CopyInf   = 17
  22.  
  23. [Register_Clip]
  24. AddReg    = Register_Clip.AddReg
  25. CopyFiles = Register_Clip.CopyInf
  26.  
  27. [Register_Clip.CopyInf]
  28. clip.inf
  29.  
  30. [Register_Clip.AddReg]
  31. HKLM,%KEY_OPTIONAL%,"ClipBrd",,"ClipBrd"
  32. HKLM,%KEY_OPTIONAL%\ClipBrd,INF,,"clip.inf"
  33. HKLM,%KEY_OPTIONAL%\ClipBrd,Section,,"ClipBrd"
  34. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
  35.  
  36. [Optional Components]
  37. ClipBrd
  38.  
  39. [ClipBrd]
  40. OptionDesc  = %ClipBrdOpt_DESC%
  41. Tip         = %ClipBrd_TIP%
  42. Parent      = AccessTop
  43. CopyFiles   = ClipBrd.win, ClipBrd.hlp
  44. DelFiles    = ClipBrd.del.win
  45. UpdateInis  = ClipBrd.links
  46. AddReg      = ClipBrd.install.reg
  47. InstallType = 0       ;Manual only
  48. IconIndex   = 40       ;Windows mini-icon for dialogs
  49. Uninstall   = ClipBrd_remove
  50.  
  51. [ClipBrd_remove]
  52. DelFiles    = ClipBrd.win, ClipBrd.hlp
  53. AddReg      = ClipBrd.remove.reg
  54. UpdateInis  = ClipBrd.links.remove
  55.  
  56.  
  57. ;--- Clipboard Viewer Install Sections ----------------
  58. [ClipBrd.win]
  59. clipbrd.exe
  60.  
  61. [ClipBrd.hlp]
  62. clipbrd.cnt
  63.  
  64. [ClipBrd.del.win]
  65. ;clean up any old clipbrd help files:
  66. clipbrd.hlp
  67.  
  68. [ClipBrd.links]
  69. setup.ini, progman.groups,, "group4=%APPS_DESC%"       ;creates folder
  70. setup.ini, group4,, """%Clipbd_DESC%"", CLIPBRD.EXE,,,,,%Clipbd_ShortDESC%"    ;creates link
  71.  
  72. ;Delete ClipBook Viewer if in Accessories Group:
  73. setup.ini, group4,, """%ClipBook_DESC%"""
  74.  
  75.  
  76. [ClipBrd.links.remove]
  77. setup.ini, progman.groups,, "group4=%APPS_DESC%"       ;creates folder
  78. setup.ini, group4,, """%Clipbd_DESC%"""                ;deletes link
  79. setup.ini, group4,, """%Clipbd_ShortDESC%"""                ;deletes link
  80.  
  81. [ClipBrd.install.reg]
  82. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"1"
  83.  
  84. [ClipBrd.remove.reg]
  85. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
  86. ;------------------------------------------------------
  87.  
  88. [Strings]
  89. ;Non-Localizable strings:
  90. KEY_OPTIONAL   = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  91.  
  92. ;Localizable strings:
  93. APPS_DESC       = "Accessories"
  94. ClipBrdOpt_DESC = "Clipboard Viewer"
  95. ClipBrd_TIP     = "Displays the contents of the Windows clipboard."
  96. Clipbd_DESC     = "Clipboard Viewer"
  97. ClipBook_DESC   = "ClipBook Viewer"
  98. Clipbd_ShortDESC = "Clipbrd"
  99.