home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 November / dpcb1197.iso / editor.ial / POWERTOY / SENDTOX.INF < prev    next >
Windows Setup INFormation  |  1996-06-30  |  5KB  |  159 lines

  1. ;
  2. ;   Send To Extensions
  3. ;
  4. ;   Microsoft Windows 95 PowerToys
  5. ;
  6. ;   Copyright 1995-1996 Microsoft Corporation
  7. ;
  8. ;   *    Send To... Any Folder
  9. ;
  10. ;    Send a file or files to Any Folder, and you will be shown
  11. ;    a dialog box that lets you choose where the files should
  12. ;    be copied or moved.
  13. ;
  14. ;   *    Send To... Clipboard as Name
  15. ;
  16. ;    Send a file or files to the Clipboard as Name, and the names
  17. ;    of the files are placed on the clipboard.
  18. ;
  19. ;   *    Send To... Clipboard as Contents
  20. ;
  21. ;    Send a file to the Clipboard as Contents, and the contents
  22. ;    of the file are placed on the clipboard.
  23. ;
  24. ;   *    Send To... Command Line
  25. ;
  26. ;    Send a file to the Command Line, and the "Run" dialog appears,
  27. ;    with name of the file already typed in for you.
  28. ;
  29. ;   *    Send To... Mail Recipient
  30. ;
  31. ;    Send a file or files to a Mail Recipient, and a mail message
  32. ;    will be created with the file(s) already attached.
  33. ;
  34. ;    There are three types of mail recipients.  You probably will
  35. ;    need only one of them. In the "Add/Remove Programs" section
  36. ;    of the Control Panel, double-click "Send To Extensions" to
  37. ;    remove the ones you don't need.
  38. ;
  39. ;    "Mail Recipient MAPI" sends the message via the Microsoft MAPI
  40. ;    protocol.  MAPI is supported by Microsoft Mail 3.x and Microsoft
  41. ;    Exchange.
  42. ;
  43. ;    "Mail Recipient CMC" sends the message via the Common
  44. ;    Messaging Calls protocol, a protocol defined by the X.400 API
  45. ;    association.  CMC is supported by Microsoft Exchange, and
  46. ;    possibly other mail programs.
  47. ;
  48. ;    "Internet Mail Recipient" sends the message via Microsoft Internet 
  49. ;    Mail and News.  It doesn't really work yet, but at least you know
  50. ;    that I'm thinking about it.
  51. ;
  52. ;   Tips and tricks:
  53. ;
  54. ;   *    To add/remove selected extensions, double-click "Send To
  55. ;    Extensions PowerToy" in Control Panel: Add/Remove Programs.
  56. ;
  57. ;   *    To change the name of an item in your Send To menu, click
  58. ;    the Start button, select "Run", then type "sendto".  This
  59. ;    will open a folder view on your Send To menu, at which point
  60. ;    you can create, rename or remove items.
  61. ;
  62. ;   *    When the Send To menu is open, if you hold down the Control
  63. ;    key while you click on the extension you want to send the
  64. ;    file to, the behavior will change slightly.
  65. ;
  66. ;    *   Send To... Any Folder will copy the files with their
  67. ;        short names.  (Normally, it copies the long names.)
  68. ;
  69. ;    *   Send To... Clipboard as Name will copy the short file
  70. ;        names to the clipboard.  (Normally, it copies the long
  71. ;        file name.)
  72. ;
  73. ;    *   Send To... Clipboard as Contents will display a dialog
  74. ;        box allowing you to override its choice of file content
  75. ;        type.  Note that if you pick a type that does not match
  76. ;        the actual type of the file, the data won't quite appear
  77. ;        the way you intended, if it appears at all.
  78. ;
  79. ;    *   Send To... Command Line will put the short file name
  80. ;        on the command line.  (Normally, it puts the long file
  81. ;        name on the command line.)
  82. ;
  83. ;    *   Send To... Mail Recipient will attach the files with
  84. ;        their short names.  (Normally, the long file name is used.)
  85. ;
  86. ;   Limitations:
  87. ;
  88. ;   *    Send To... Clipboard as Contents
  89. ;
  90. ;    If the file does not contain a recognized format, the
  91. ;    clipboard won't contain anything terribly interesting.
  92. ;
  93. ;    You cannot send folders or multiple files to the clipboard
  94. ;    as contents.
  95. ;
  96. ;   *    Send To... Command Line
  97. ;
  98. ;    You cannot send multiple items to the command line.
  99. ;
  100. ;    To add more than one item to the command line, you can
  101. ;    drag them onto the "Run" dialog box, and they will be
  102. ;    added.
  103. ;
  104. ;   *    Send To... Mail Recipient
  105. ;
  106. ;    You cannot send folders to mail recipients.
  107. ;
  108. [Version]
  109. signature = $CHICAGO$
  110. SetupClass=BASE
  111.  
  112. [DefaultInstall]
  113. CopyFiles = SendToX.Copy.Sys
  114. AddReg      = SendToX.Reg, SendToX.Uninst.Reg
  115. Ini2Reg      = SendToX.Add.Ini2Reg
  116.  
  117. [SendToXInstall]
  118. CopyFiles = SendToX.Copy.Sys
  119. AddReg      = SendToX.Reg, SendToX.Uninst.Reg
  120. Ini2Reg      = SendToX.Add.Ini2Reg
  121.  
  122. [DefaultUninstall]
  123. DelFiles  = SendToX.Copy.Sys
  124. DelReg      = SendToX.Uninst.Reg
  125.  
  126. [SendToX.Copy.Sys]
  127. SENDTOX.DLL
  128. SENDTOX.INF
  129.  
  130. [SendToX.Add.Ini2Reg]
  131. win.ini,Desktop,Wallpaper,HKLM,%BK%,2
  132. win.ini,Desktop,TileWallpaper,HKLM,%BK%,2
  133.  
  134. [SendToX.Reg]
  135. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%ISTX%,,"RUNDLL32.EXE %11%\%SubDir%\SENDTOX.DLL,Install %11%\%SubDir%\SENDTOX.INF"
  136.  
  137. [SendToX.Uninst.Reg]
  138. HKLM,%UKEY%,,,
  139. HKLM,%UKEY%,"DisplayName",,"%UNINSTAL_NAME%"
  140. HKLM,%UKEY%,"UninstallString",,"rundll32.exe %11%\%SubDir%\SENDTOX.DLL,Configure %11%\%SubDir%\SendToX.inf"
  141.  
  142. [DestinationDirs]
  143. SendToX.Copy.Sys=11,%SubDir%
  144.  
  145. [SourceDisksNames]
  146. 55=%DISK_NAME%,"",1
  147.  
  148. [SourceDisksFiles]
  149. SENDTOX.DLL=55
  150. SENDTOX.INF=55
  151.  
  152. [Strings]
  153. DISK_NAME="Send To... Extensions"
  154. UNINSTAL_NAME="Send To Extensions PowerToy"
  155. SubDir = "ShellExt"
  156. ISTX="Send To... Extensions"
  157. UKEY="Software\Microsoft\Windows\CurrentVersion\Uninstall\SendToX.PowerToy"
  158. BK="Software\Microsoft\Windows\CurrentVersion\Setup"
  159.