home *** CD-ROM | disk | FTP | other *** search
- ; Author: HACE / Eirik Hansen.
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- ;CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [DefaultUninstall]
- DelFiles=ThisDll.sys.install,CPl.sys.uninstall
- DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
- AddReg=CPL.Stuff.Reg
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000},
- HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000},,,"Out Of Context by HACE"
-
- ;HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000}\InProcServer32,ThreadingModel,,"Apartment"
-
- HKCR,*\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
- HKCR,Folder\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
- HKCR,Directory\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
- HKCR,Drive\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
- HKCR,lnkfile\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
- HKCR,piffile\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
-
- HKCR,.drm\,,,"drmfile",
- HKCR,drmfile\DefaultIcon,,,"%11%\%SubDir%\OOC.exe,1",
-
- [CPL.Stuff.Reg]
- HKCU,Software\Microsoft\Windows\CurrentVersion\RunOnce,"UninstallString",,"RunDll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\CPL.inf"
-
- [ThisDll.Uninst.Reg]
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,,,
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,"DisplayName",,"HACE - Out Of Context v4.00 (uninstall)"
- HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,"UninstallString",,"RunDll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\OOC.inf"
-
- [ThisDll.sys.install]
- OOC.dll
- OOC.inf
- OOC.exe
- Props.exe
- OOC.rtf
- UnzDll.dll
- ZipDll.dll
-
- [CPl.sys.uninstall]
- OOC.cpl
-
- [DestinationDirs]
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
- CPl.sys.uninstall=11
-
- [SourceDisksNames]
- ;55="OOC 4.0.","",1
- 55="OOC 4.0.","",1
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [Strings]
- SubDir = "ShellExt\OOC"
- ThisDll = "OOC.dll"
-