home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / data / Util / Ooc / OOC.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-02  |  2.2 KB  |  67 lines

  1. ; Author: HACE / Eirik Hansen.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. ;CopyFiles=ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10.  
  11. [DefaultUninstall]
  12. DelFiles=ThisDll.sys.install,CPl.sys.uninstall
  13. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  14. AddReg=CPL.Stuff.Reg
  15.  
  16. [ThisDll.Add.Reg]
  17. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000},
  18. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000},,,"Out Of Context by HACE"
  19.  
  20. ;HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  21. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000}\InProcServer32,ThreadingModel,,"Apartment"
  22.  
  23. HKCR,*\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  24. HKCR,Folder\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  25. HKCR,Directory\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  26. HKCR,Drive\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  27. HKCR,lnkfile\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  28. HKCR,piffile\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  29.  
  30. HKCR,.drm\,,,"drmfile",
  31. HKCR,drmfile\DefaultIcon,,,"%11%\%SubDir%\OOC.exe,1",
  32.  
  33. [CPL.Stuff.Reg]
  34. HKCU,Software\Microsoft\Windows\CurrentVersion\RunOnce,"UninstallString",,"RunDll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\CPL.inf"
  35.  
  36. [ThisDll.Uninst.Reg]
  37. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,,,
  38. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,"DisplayName",,"HACE - Out Of Context v4.00 (uninstall)"
  39. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,"UninstallString",,"RunDll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\OOC.inf"
  40.  
  41. [ThisDll.sys.install]
  42. OOC.dll
  43. OOC.inf
  44. OOC.exe
  45. Props.exe
  46. OOC.rtf
  47. UnzDll.dll
  48. ZipDll.dll
  49.  
  50. [CPl.sys.uninstall] 
  51. OOC.cpl
  52.              
  53. [DestinationDirs]
  54. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  55. CPl.sys.uninstall=11
  56.  
  57. [SourceDisksNames]
  58. ;55="OOC 4.0.","",1
  59. 55="OOC 4.0.","",1
  60.  
  61. [SourceDisksFiles]
  62. %ThisDll%=55
  63.  
  64. [Strings]
  65. SubDir = "ShellExt\OOC"
  66. ThisDll = "OOC.dll"
  67.