home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 May
/
W2KPRK.iso
/
apps
/
runext
/
runext.inf
next >
Wrap
Windows Setup INFormation
|
1999-08-23
|
2KB
|
89 lines
; Run Shell Extension for Windows NT
[Version]
signature = $CHICAGO$
; Copy for x86 Platforms
[DefaultInstall.ntx86]
CopyFiles=runext.x86, runext.inf
AddReg=runext.reg
[runext.x86]
runext.dll,runext.x86
; Copy for MIPS Platforms
[DefaultInstall.ntmips]
CopyFiles=runext.mips
AddReg=runext.reg
[runext.mips]
runext.dll,runext.mips
runext.inf
; Copy for Alpha Platforms
[DefaultInstall.ntalpha]
CopyFiles=runext.alpha, RunExt.Inf
AddReg=runext.reg
[runext.alpha]
runext.dll,runext.alpha
; Copy for PPC Platforms
[DefaultInstall.ntppc]
CopyFiles=runext.ppc, runext.inf
AddReg=runext.reg
[runext.ppc]
runext.dll,runext.ppc
; Uninstall - remove the DLL and the registry entries
[DefaultUninstall]
DelFiles=RunExt.Inf, RunExt.Dll
DelReg=runext.reg
[RunExt.Dll]
runext.dll,,,1
; Miscellaneous
[RunExt.Inf]
runext.inf
[DestinationDirs]
DefaultDestDirs=11
runext.inf=17
[SourceDisksFiles]
runext.x86=55
runext.mips=55
runext.alpha=55
runext.ppc=55
runext.inf=55
[SourceDisksNames]
55=%NAME%,"",1
[runext.reg]
HKCR,CLSID\{%CSID00%},,,"%NAME%"
HKCR,CLSID\{%CSID00%}\InProcServer32,,,"runext.dll"
HKCR,CLSID\{%CSID00%}\InProcServer32,"ThreadingModel",,"Apartment"
HKCR,*\%SHEX%,,,"%RUNEXTKEY%"
HKCR,*\%SHEX%\%RUNEXTKEY%,,,"{%CSID00%}"
HKCR,Folder\%SHEX%,,,"%RUNEXTKEY%"
HKCR,Folder\%SHEX%\%RUNEXTKEY%,,,"{%CSID00%}"
HKLM,%UIF%,,,"ByDiz"
HKLM,%UIF%,DisplayName,,"%NAME%"
HKLM,%UIF%,UninstallString,,"%11%\rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 %17%\RunExt.Inf"
[Strings]
NAME="Run shell extension"
RUNEXTKEY="RunExt"
SHEX="shellex\ContextMenuHandlers"
UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\RunExt"
CSID00=2AD91900-A873-11cf-9A80-00AA00C16E65