home *** CD-ROM | disk | FTP | other *** search
- ; Original Author: GeorgeP.
- ; cribbed from and modified by RJ
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultUninstall]
- DelFiles=ThisDll.sys.install
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\{1624a660-fc10-11ce-ae63-02608c6c6380},,,"%Target_DESC%"
-
- HKCR,CLSID\{1624a660-fc10-11ce-ae63-02608c6c6380}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\{1624a660-fc10-11ce-ae63-02608c6c6380}\InProcServer32,ThreadingModel,,"Apartment"
-
- HKCR,*\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
- HKCR,Folder\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
- HKCR,lnkfile\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
- HKCR,piffile\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
- HKCR,InternetShortcut\ShellEx\ContextMenuHandlers\ClipFile,,,"{1624a660-fc10-11ce-ae63-02608c6c6380}"
-
- [ThisDll.Uninst.Reg]
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipCopyPath,,,
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipCopyPath,"DisplayName",,"Copy Paths to Clipboard"
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\ClipCopyPath,"UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\clipfile.inf"
-
- [ThisDll.sys.install]
- Clipfile.inf
- Clipfile.dll
- CFAdvDlg.dll
- CFAdvDlg.cnt
- CFAdvDlg.hlp
-
- [DestinationDirs]
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
-
- [SourceDisksNames]
- 55="Copy Paths 1.0","",1
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [Strings]
- Target_DESC = "Copy Paths to Clipboard"
- SubDir = "ShellExt"
- ThisDll = "clipfile.dll"
-