home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
utility
/
powertoy
/
powertoy.exe
/
EXPLORE.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1995-08-03
|
1KB
|
43 lines
; Updates registry for "Explore From Here"
; Author: Jesse
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg = Explore.AddReg
CopyFiles = Explore.CopyFiles.Inf
[ExploreInstall]
AddReg = Explore.AddReg
CopyFiles = Explore.CopyFiles.Inf
[DefaultUninstall]
DelReg = Explore.AddReg
DelFiles = Explore.CopyFiles.Inf
[Explore_Remove]
DelReg = Explore.AddReg
DelFiles = Explore.CopyFiles.Inf
[Explore.AddReg]
HKCR,Folder\shell\rootexplore,,,"Explore From Here"
HKCR,Folder\shell\rootexplore\command,,,"Explorer.exe /e,/root,/idlist,%I"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\rootexplore,DisplayName,,"%Explore_DESC%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\rootexplore,UninstallString,,"RunDll setupx.dll,InstallHinfSection Explore_remove 4 Explore.inf"
[Explore.CopyFiles.Inf]
Explore.Inf
[SourceDisksNames]
55="Explore From Here","",1
[SourceDisksFiles]
Explore.Inf=55
[DestinationDirs]
Explore.CopyFiles.Inf = 17
[Strings]
Explore_DESC = "Explore From Here"