home *** CD-ROM | disk | FTP | other *** search
- ;
- ; CopyURL install/uninstall script for Win95/NT4
- ; Version 2.20
- ;
- ; For description see CopyURL.txt file
- ;
- ; To install CopyURL, right-click on this file in Explorer and
- ; choose Install from the popup menu.
- ;
-
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultInstall.NT]
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
-
- [DefaultUninstall]
- DelFiles=ThisDll.sys.install
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultUninstall.NT]
- DelFiles=ThisDll.sys.install
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\{E6E63A80-AC30-11D0-AF26-444553540000},,,"CopyURL Shell Extension"
- HKCR,CLSID\{E6E63A80-AC30-11D0-AF26-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\{E6E63A80-AC30-11D0-AF26-444553540000}\InProcServer32,"ThreadingModel",,"Apartment"
- HKCR,InternetShortcut\ShellEx\ContextMenuHandlers\CopyURL,,,"{E6E63A80-AC30-11D0-AF26-444553540000}"
-
- [ThisDll.Uninst.Reg]
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,,,
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"DisplayName",,"%ProgDescription%"
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"UninstallString",,"rundll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\CopyURL.inf"
-
- [ThisDll.Uninst.Reg.NT]
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,,,
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"DisplayName",,"%ProgDescription%"
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CopyURL,"UninstallString",,"RunDll32 syssetup.dll,SetupInfObjectInstallAction DefaultUnInstall.NT 4 %11%\%SubDir%\CopyURL.inf"
-
- [ThisDll.sys.install]
- CopyURL.dll
- CopyURL.inf
-
- [DestinationDirs]
- ThisDll.sys.install=11,%SubDir% ;to System\%SubDir%
-
- [SourceDisksNames]
- 55="Please run this script from folder that has no long name, then you don't see this prompt. Now you can also browse for files to continue.","",1
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [Strings]
- SubDir = "ShellExt"
- ThisDll = "CopyURL.dll"
- ProgDescription = "CopyURL 2.20 shell extension (Remove Only)"