home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 2.5 KB | 99 lines |
-
- ; CLIP.INF
- ;
- ; This is the Setup information file to install
- ; ClipBoard Viewer in the Windows 95 1 product.
- ;
- ; Copyright (c) 1993-1995, Microsoft Corporation
-
- [version]
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [BaseWinOptions]
- Register_Clip
-
- [DestinationDirs]
- ClipBrd.win = 25
- ClipBrd.del.win = 25
- ClipBrd.hlp = 18
- Register_Clip.CopyInf = 17
-
- [Register_Clip]
- AddReg = Register_Clip.AddReg
- CopyFiles = Register_Clip.CopyInf
-
- [Register_Clip.CopyInf]
- clip.inf
-
- [Register_Clip.AddReg]
- HKLM,%KEY_OPTIONAL%,"ClipBrd",,"ClipBrd"
- HKLM,%KEY_OPTIONAL%\ClipBrd,INF,,"clip.inf"
- HKLM,%KEY_OPTIONAL%\ClipBrd,Section,,"ClipBrd"
- HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
-
- [Optional Components]
- ClipBrd
-
- [ClipBrd]
- OptionDesc = %ClipBrdOpt_DESC%
- Tip = %ClipBrd_TIP%
- Parent = AccessTop
- CopyFiles = ClipBrd.win, ClipBrd.hlp
- DelFiles = ClipBrd.del.win
- UpdateInis = ClipBrd.links
- AddReg = ClipBrd.install.reg
- InstallType = 0 ;Manual only
- IconIndex = 40 ;Windows mini-icon for dialogs
- Uninstall = ClipBrd_remove
-
- [ClipBrd_remove]
- DelFiles = ClipBrd.win, ClipBrd.hlp
- AddReg = ClipBrd.remove.reg
- UpdateInis = ClipBrd.links.remove
-
-
- ;--- Clipboard Viewer Install Sections ----------------
- [ClipBrd.win]
- clipbrd.exe
-
- [ClipBrd.hlp]
- clipbrd.cnt
-
- [ClipBrd.del.win]
- ;clean up any old clipbrd help files:
- clipbrd.hlp
-
- [ClipBrd.links]
- setup.ini, progman.groups,, "group4=%APPS_DESC%" ;creates folder
- setup.ini, group4,, """%Clipbd_DESC%"", CLIPBRD.EXE,,,,,%Clipbd_ShortDESC%" ;creates link
-
- ;Delete ClipBook Viewer if in Accessories Group:
- setup.ini, group4,, """%ClipBook_DESC%"""
-
-
- [ClipBrd.links.remove]
- setup.ini, progman.groups,, "group4=%APPS_DESC%" ;creates folder
- setup.ini, group4,, """%Clipbd_DESC%""" ;deletes link
- setup.ini, group4,, """%Clipbd_ShortDESC%""" ;deletes link
-
- [ClipBrd.install.reg]
- HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"1"
-
- [ClipBrd.remove.reg]
- HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
- ;------------------------------------------------------
-
- [Strings]
- ;Non-Localizable strings:
- KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
-
- ;Localizable strings:
- APPS_DESC = "Accessories"
- ClipBrdOpt_DESC = "Clipboard Viewer"
- ClipBrd_TIP = "Displays the contents of the Windows clipboard."
- Clipbd_DESC = "Clipboard Viewer"
- ClipBook_DESC = "ClipBook Viewer"
- Clipbd_ShortDESC = "Clipbrd"
-