home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / powertoy / explore.inf < prev    next >
Windows Setup INFormation  |  1995-12-09  |  1KB  |  43 lines

  1. ; Updates registry for "Explore From Here"
  2. ; Author: Jesse
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6.  
  7. [DefaultInstall]
  8. AddReg = Explore.AddReg
  9. CopyFiles = Explore.CopyFiles.Inf
  10.  
  11. [ExploreInstall]
  12. AddReg = Explore.AddReg
  13. CopyFiles = Explore.CopyFiles.Inf
  14.  
  15. [DefaultUninstall]
  16. DelReg = Explore.AddReg
  17. DelFiles = Explore.CopyFiles.Inf
  18.  
  19. [Explore_Remove]
  20. DelReg = Explore.AddReg
  21. DelFiles = Explore.CopyFiles.Inf
  22.  
  23. [Explore.AddReg]
  24. HKCR,Folder\shell\rootexplore,,,"Explore From Here"
  25. HKCR,Folder\shell\rootexplore\command,,,"Explorer.exe /e,/root,/idlist,%I"
  26. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\rootexplore,DisplayName,,"%Explore_DESC%"
  27. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\rootexplore,UninstallString,,"RunDll setupx.dll,InstallHinfSection Explore_remove 4 Explore.inf"
  28.  
  29. [Explore.CopyFiles.Inf]
  30. Explore.Inf
  31.  
  32. [SourceDisksNames]
  33. 55="Explore From Here","",1
  34.  
  35. [SourceDisksFiles]
  36. Explore.Inf=55
  37.  
  38. [DestinationDirs]
  39. Explore.CopyFiles.Inf = 17
  40.  
  41. [Strings]
  42. Explore_DESC = "Explore From Here"
  43.