Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. [InetFindInstall]
  4. CopyFiles = InetFind.Files.Ext, InetFind.Files.Inf
  5. AddReg = InetFind.Add.Reg
  6. [DefaultInstall]
  7. CopyFiles = InetFind.Files.Ext, InetFind.Files.Inf
  8. AddReg = InetFind.Add.Reg
  9. [DefaultUnInstall]
  10. DelFiles = InetFind.Files.Ext, InetFind.Files.Inf
  11. DelReg = InetFind.Del.Reg
  12. [DestinationDirs]
  13. InetFind.Files.Ext = 11,ShellExt
  14. InetFind.Files.Inf = 17
  15. [SourceDisksNames]
  16. 1="Find... On the Internet","",1
  17. [SourceDisksFiles]
  18. InetFind.DLL=1
  19. InetFind.INF=1
  20. [InetFind.Files.Ext]
  21. InetFind.Dll
  22. [InetFind.Files.Inf]
  23. InetFind.INF
  24. [InetFind.Add.Reg]
  25. HKLM,%UIF%,DisplayName,,"%InetFind%"
  26. HKLM,%UIF%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\InetFind.inf"
  27. HKLM,%FIND%,,,"%GUID%"
  28. HKLM,%FIND%\0,,,"%InetFindH%"
  29. HKLM,%FIND%\0\DefaultIcon,,,"%11%\ShellExt\InetFind.dll,0"
  30. HKCR,CLSID\%GUID%,,,"%InetFind%"
  31. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\ShellExt\InetFind.dll"
  32. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  33. HKCR,CLSID\%GUID%\DefaultIcon,,,"%11%\ShellExt\InetFind.dll,0"
  34. [InetFind.Del.Reg]
  35. HKLM,%UIF%
  36. HKLM,%FIND%
  37. HKCR,CLSID\%GUID%
  38. [Strings]
  39. InetFind="Find... On the Internet"
  40. InetFindH="On the &Internet..."
  41. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\InetFind"
  42. FIND="Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\InetFind"
  43. GUID="{37865980-75d1-11cf-bfc7-444553540000}"