home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 8
/
BUGCD1997_11.ISO
/
desktop
/
propplus
/
install.inf
< prev
next >
Wrap
INI File
|
1997-08-03
|
1KB
|
45 lines
; PropertiesPlus Install by kish
[version]
signature="$CHICAGO$"
SetupClass=BASE
[DefaultInstall]
CopyFiles=ThisDll.sys.install
AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
[ThisDll.Add.Reg]
HKCR,CLSID\%GUID%,,,"%NAME%"
HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
[ThisDll.Uninst.Reg]
HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\ppshlxun.exe"
[ThisDll.sys.install]
ppshlxun.exe
ppshlext.exe
ppshlext.dll
[DestinationDirs]
ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
[SourceDisksNames]
55="PropertiesPlus","",1
[SourceDisksFiles]
%ThisDll%=55
[Strings]
SubDir = "ShellExt"
NAME="PropertiesPlus"
ThisDll = "ppshlext.dll"
UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\PropertiesPlus"
GUID="{0b95b7e0-c8b9-11cf-8f59-444553540000}"
Uninst_DESC = "PropertiesPlus (Remove Only)"