home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 27 / #27.iso / UTILS / ooc / OOC.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-05-21  |  1.9 KB  |  63 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.  
  15. [ThisDll.Add.Reg]
  16. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000},
  17. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000},,,"Out Of Context by HACE"
  18.  
  19. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  20. HKCR,CLSID\{14C38DC3-8537-11D0-8D4B-444553540000}\InProcServer32,ThreadingModel,,"Apartment"
  21.  
  22. HKCR,*\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  23. HKCR,Folder\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  24. HKCR,Directory\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  25. HKCR,Drive\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  26. HKCR,lnkfile\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  27. HKCR,piffile\shellex\ContextMenuHandlers\OOC,,,{14C38DC3-8537-11D0-8D4B-444553540000},
  28.  
  29. HKCR,.drm\,,,"drmfile",
  30. HKCR,drmfile\DefaultIcon,,,"%11%\%SubDir%\OOC.exe,1",
  31.  
  32.  
  33. [ThisDll.Uninst.Reg]
  34. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,,,
  35. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,"DisplayName",,"HACE - Out Of Context v4.00 (uninstall)"
  36. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\OOC,"UninstallString",,"RunDll32 setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\OOC.inf"
  37.  
  38. [ThisDll.sys.install]
  39. OOC.dll
  40. OOC.inf
  41. OOC.exe
  42. Props.exe
  43. OOC.rtf
  44. UnzDll.dll
  45. ZipDll.dll
  46.  
  47. [CPl.sys.uninstall] 
  48. OOC.cpl
  49.              
  50. [DestinationDirs]
  51. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  52. CPl.sys.uninstall=11
  53.  
  54. [SourceDisksNames]
  55. 55="OOC 3.0.","",1
  56.  
  57. [SourceDisksFiles]
  58. %ThisDll%=55
  59.  
  60. [Strings]
  61. SubDir = "ShellExt\OOC"
  62. ThisDll = "OOC.dll"
  63.