home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / runext / runext.inf next >
Windows Setup INFormation  |  1999-08-23  |  2KB  |  89 lines

  1. ; Run Shell Extension for Windows NT
  2.  
  3. [Version]
  4. signature = $CHICAGO$
  5.  
  6. ; Copy for x86 Platforms
  7.  
  8. [DefaultInstall.ntx86]
  9. CopyFiles=runext.x86, runext.inf
  10. AddReg=runext.reg
  11.  
  12. [runext.x86]
  13. runext.dll,runext.x86
  14.  
  15. ; Copy for MIPS Platforms
  16.  
  17. [DefaultInstall.ntmips]
  18. CopyFiles=runext.mips
  19. AddReg=runext.reg
  20.  
  21. [runext.mips]
  22. runext.dll,runext.mips
  23. runext.inf
  24.  
  25. ; Copy for Alpha Platforms
  26.  
  27. [DefaultInstall.ntalpha]
  28. CopyFiles=runext.alpha, RunExt.Inf
  29. AddReg=runext.reg
  30.  
  31. [runext.alpha]
  32. runext.dll,runext.alpha
  33.  
  34. ; Copy for PPC Platforms
  35.  
  36. [DefaultInstall.ntppc]
  37. CopyFiles=runext.ppc, runext.inf
  38. AddReg=runext.reg
  39.  
  40. [runext.ppc]
  41. runext.dll,runext.ppc
  42.  
  43. ; Uninstall - remove the DLL and the registry entries
  44.  
  45. [DefaultUninstall]
  46. DelFiles=RunExt.Inf, RunExt.Dll
  47. DelReg=runext.reg
  48.  
  49. [RunExt.Dll]
  50. runext.dll,,,1
  51.  
  52. ; Miscellaneous
  53.  
  54. [RunExt.Inf]
  55. runext.inf
  56.  
  57. [DestinationDirs]
  58. DefaultDestDirs=11
  59. runext.inf=17
  60.  
  61. [SourceDisksFiles]
  62. runext.x86=55
  63. runext.mips=55
  64. runext.alpha=55
  65. runext.ppc=55
  66. runext.inf=55
  67.  
  68. [SourceDisksNames]
  69. 55=%NAME%,"",1
  70.  
  71. [runext.reg]
  72. HKCR,CLSID\{%CSID00%},,,"%NAME%"
  73. HKCR,CLSID\{%CSID00%}\InProcServer32,,,"runext.dll"
  74. HKCR,CLSID\{%CSID00%}\InProcServer32,"ThreadingModel",,"Apartment"
  75. HKCR,*\%SHEX%,,,"%RUNEXTKEY%"
  76. HKCR,*\%SHEX%\%RUNEXTKEY%,,,"{%CSID00%}"
  77. HKCR,Folder\%SHEX%,,,"%RUNEXTKEY%"
  78. HKCR,Folder\%SHEX%\%RUNEXTKEY%,,,"{%CSID00%}"
  79. HKLM,%UIF%,,,"ByDiz"
  80. HKLM,%UIF%,DisplayName,,"%NAME%"
  81. HKLM,%UIF%,UninstallString,,"%11%\rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 %17%\RunExt.Inf"
  82.  
  83. [Strings]
  84. NAME="Run shell extension"
  85. RUNEXTKEY="RunExt"
  86. SHEX="shellex\ContextMenuHandlers"
  87. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\RunExt"
  88. CSID00=2AD91900-A873-11cf-9A80-00AA00C16E65
  89.