home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 November / dpcb1197.iso / editor.ial / POWERTOY / FINDX.INF < prev    next >
Windows Setup INFormation  |  1996-08-31  |  3KB  |  103 lines

  1. ;
  2. ;   Find Extensions version 1.1
  3. ;
  4. ;   Microsoft Windows 95 PowerToys
  5. ;
  6. ;   Copyright 1995-1996 Microsoft Corporation
  7. ;
  8. ;   The "Find Extensions" PowerToy places all the shortcuts in your
  9. ;   Windows\Start Menu\Find folder onto your Start menu (under "Find").
  10. ;
  11. ;   The following shortcuts are created during installation:
  12. ;
  13. ;   *    Find On the Internet:  Search the Internet for keywords you
  14. ;    select.  (Requires Internet Explorer 3.0 or later.)
  15. ;
  16. ;   *    Find In the Knowledge Base: The Microsoft Knowledge Base is
  17. ;    an online database of troubleshooting tips for all Microsoft
  18. ;    products.
  19. ;
  20. ;   *    Find Address:  Searches your Exchange Personal Address Book.
  21. ;    (Installed only if Exchange is installed.)
  22. ;
  23. ;   *    Find Email Message:  Searches your Exchange mail folders.
  24. ;    (Installed only if Exchange is installed.)
  25. ;
  26. ;   Configuring your "Find Extensions" can be done by going to the
  27. ;   Add/Remove Software icon of the Control Panel and double-clicking
  28. ;   "Find Extensions".
  29. ;
  30. ;   Tips and tricks:
  31. ;
  32. ;   *    If you include an ampersand (&) in the file name in front
  33. ;    of a character, that character will be used as the keyboard
  34. ;    accelerator for the shortcut.
  35. ;
  36. ;   Notes for users of FindX version 1.0:
  37. ;
  38. ;   *    The location of the Find folder has changed!  You will need
  39. ;    to move your customizations from the old location to the new
  40. ;    location.  This change was necessary to fix a bug in version
  41. ;    1.0 which required you to restart the computer after customizing
  42. ;    the Find folder.
  43. ;
  44. ;
  45. [version]
  46. signature="$CHICAGO$"
  47.  
  48. [FindXInstall]
  49. CopyFiles = FindX.Files.Ext
  50. AddReg    = FindX.Add.Reg, FindX.Once.Reg
  51. Ini2Reg      = FindX.Add.Ini2Reg
  52.  
  53. [DefaultInstall]
  54. CopyFiles = FindX.Files.Ext
  55. AddReg    = FindX.Add.Reg, FindX.Once.Reg
  56. Ini2Reg      = FindX.Add.Ini2Reg
  57.  
  58. [DefaultUnInstall]
  59. DelFiles  = FindX.Files.Ext
  60. DelReg    = FindX.Del.Reg
  61.  
  62. [DestinationDirs]
  63. FindX.Files.Ext = 11,%SubDir%
  64.  
  65. [SourceDisksNames]
  66. 1="Find... Extensions","",1
  67.  
  68. [SourceDisksFiles]
  69. FindX.DLL=1
  70. FindX.INF=1
  71.  
  72. [FindX.Files.Ext]
  73. FindX.Dll
  74. FindX.INF
  75.  
  76. [FindX.Add.Ini2Reg]
  77. win.ini,Desktop,Wallpaper,HKLM,%BK%,2
  78. win.ini,Desktop,TileWallpaper,HKLM,%BK%,2
  79.  
  80. [FindX.Once.Reg]
  81. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%FindX%,,"RUNDLL32.EXE %11%\%SubDir%\FINDX.DLL,Install %11%\%SubDir%\FINDX.INF"
  82.  
  83. [FindX.Add.Reg]
  84. HKLM,%UIF%,DisplayName,,"%FindX%"
  85. HKLM,%UIF%,UninstallString,,"RUNDLL32.EXE %11%\%SubDir%\FINDX.DLL,Configure %11%\%SubDir%\FINDX.INF"
  86. HKLM,%FIND%\%GUID%,,,"%FindX%"
  87. HKCR,CLSID\%GUID%,,,"%FindX%"
  88. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\FindX.dll"
  89. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  90.  
  91. [FindX.Del.Reg]
  92. HKLM,%UIF%
  93. HKLM,%FIND%\%GUID%
  94. HKCR,CLSID\%GUID%
  95.  
  96. [Strings]
  97. FindX="Find... Extensions"
  98. SubDir = "ShellExt"
  99. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\FindX"
  100. FIND="Software\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions"
  101. GUID="{97E2C371-FDDD-11CF-807F-02608C8D98DF}"
  102. BK="Software\Microsoft\Windows\CurrentVersion\Setup"
  103.