home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 April / dpcb0497.iso / Utiliti.es / POWERTOY / EXPLORE.INF < prev    next >
Windows Setup INFormation  |  1995-08-09  |  1KB  |  41 lines

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