Jump to content

Featured Replies

Posted

Hello to all:

 

The Windows 95 Explore From Here power toy works for the 64-bit

Windows explorer as downloaded from http://support.microsoft.com/kb/q168113

on Windows XP x64.

 

I've hacked the EXPLORE.INF and renamed it EXPLORE-X64.INF to create a

second shell extension for the 32-bit Windows explorer.

 

I hope someone finds this useful.

 

[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\rootexplore64bit,,,"%EXPLORE_DESC%"

HKCR,Folder\shell\rootexplore64bit\command,,,"C:\WINDOWS

\SysWow64\Explorer.exe /e,/root,/idlist,%I"

HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall

\rootexplore64bit,DisplayName,,"%Explore_REMOVE_DESC%"

HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall

\rootexplore64bit,UninstallString,,"RunDll

setupx.dll,InstallHinfSection Explore_remove 4 Explore-x64.inf"

 

[Explore.CopyFiles.Inf]

Explore.Inf

 

[sourceDisksNames]

55="Explore From Here 32-bit","",1

 

[sourceDisksFiles]

Explore.Inf=55

 

[DestinationDirs]

Explore.CopyFiles.Inf = 17

 

[strings]

Explore_DESC = "Explore From Here 32-bit"

EXPLORE_REMOVE_DESC = "Explore From Here (Remove only)"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...