home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / WinUpdatesList / readme.txt < prev    next >
Text File  |  2004-08-01  |  7KB  |  200 lines

  1.  
  2.  
  3.  
  4. WinUpdatesList v1.11
  5. Copyright (c) 2004 Nir Sofer
  6. Web site: http://nirsoft.mirrorz.com
  7.  
  8.  
  9.  
  10. Description
  11. ===========
  12.  
  13. WinUpdatesList displays the list of all Windows updates (Service Packs
  14. and Hotfixes) installed on your local computer. For hotfix updates, this
  15. utility also displays the list of files updated with these hotfixes. In
  16. addition, it allows you to instantly open the Web link in Microsoft Web
  17. site that provides more information about the selected update, uninstall
  18. an update, copy the update information to the clipboard, or save it to
  19. text/HTML/XML file.
  20.  
  21.  
  22.  
  23. System Requirements
  24. ===================
  25.  
  26. This utility works on Windows 98, Windows ME, Windows 2000, and Windows
  27. XP. On Windows 98/ME, some columns are not displayed, because the related
  28. information is not stored in the Registry as in Windows 2000/XP.
  29.  
  30.  
  31.  
  32. Versions History
  33. ================
  34.  
  35.  
  36. * Version 1.11:
  37.   o On Windows 2000/XP: new command-line options that allows you to
  38.     connect another operating system on local or remote computer.
  39.   o Computer name is now added to XML and HTML files.
  40.  
  41. * Version 1.10:
  42.   o Added support for Windows 98/ME
  43.   o 'Open Web Link' now opens each link in a new browser window.
  44.   o Command-Line support.
  45.  
  46. * Version 1.00 - First Release.
  47.  
  48.  
  49.  
  50. Using WinUpdatesList
  51. ====================
  52.  
  53. WinUpdatesList is a standalone program, so it doesn't require any
  54. installation or additional DLLs. In order to start using it, just copy it
  55. to any folder you like, and run it. If you want, you can also install
  56. WinUpdatesList on your computer with uninstall support, by downloading
  57. and running the self-install executable file.
  58.  
  59. The main window of WinUpdatesList contains 2 panes: The upper pane
  60. displays the list of all updates installed on your computer. When you
  61. select an hotfix in the upper pane, the lower pane display the list of
  62. files installed with the selected hotfix.
  63. If you want to get more information about a specific update, select the
  64. desired item in the upper pane, and then from the File menu (or from the
  65. popup menu) choose 'Open Web Link'. This option opens your browser with a
  66. Web page in Microsoft site that provides information about the selected
  67. Windows update.
  68.  
  69. Notice: Some operations, like saving to file or copying to the clipboard,
  70. are performed on the pane that currently has the focus. For example: If
  71. you press Ctrl+C while the lower pane is focused, the selected files list
  72. will be copied to the clipboard. If the upper pane has the focus, the
  73. selected updates in the upper pane will be copied.
  74.  
  75.  
  76.  
  77. Connecting to another operating system (Windows 2000/XP only)
  78. =============================================================
  79.  
  80. Starting from v1.11, WinUpdatesList provides 2 methods for viewing the
  81. Windows Updates of another operating system:
  82. 1. On local computer: If you have more than one instance of Windows
  83.    2000/XP operating system on the same computer, you can view the
  84.    Windows updates list of the other operating system by using /another
  85.    command-line parameter.
  86.    For example:
  87.    wul.exe /another e:\winnt
  88.  
  89.    The second parameter specifies the Windows folder of the operating
  90.    system.
  91.    Be aware that when you use this option, WinUpdatesList loads the
  92.    Registry of the other operating system as a new hive under
  93.    HKEY_LOCAL_MACHINE, and than unloads it after you exit from
  94.    WinUpdatesList.
  95.  
  96.  
  97. 2. On remote computer: If you have a remote computer with Windows
  98.    2000/XP operating system, your can view the Windows updates list of
  99.    this computer by using /remote command-line parameter.
  100.    For example:
  101.    wul.exe /remote \\192.168.0.10
  102.    You must connect the remote computer with administrative rights in
  103.    order that this option will work properly. It's also recommended to
  104.    enable admin shares (C$, D$, and so on) on the remote computer.
  105.  
  106.  
  107.  
  108. Translating to another language
  109. ===============================
  110.  
  111. WinUpdatesList allows you to easily translate all menus, dialog-boxes,
  112. and other strings to other languages.
  113. In order to do that, follow the instructions below:
  114. 1. Run WinUpdatesList with /savelangfile parameter:
  115.    wul.exe /savelangfile
  116.    A file named wul_lng.ini will be created in the folder of
  117.    WinUpdatesList utility.
  118. 2. Open the created language file in Notepad or in any other text
  119.    editor.
  120. 3. Translate all menus, dialog-boxes, and string entries to the
  121.    desired language.
  122. 4. After you finish the translation, Run WinUpdatesList, and all
  123.    translated strings will be loaded from the language file.
  124.    If you want to run WinUpdatesList without the translation, simply
  125.    rename the language file, or move it to another folder.
  126.  
  127.  
  128.  
  129. Command-Line Options
  130. ====================
  131.  
  132.  
  133.  
  134. /stext <Filename>
  135. Save windows updates list into a regular text file.
  136.  
  137. /stab <Filename>
  138. Save windows updates list into a tab-delimited text file.
  139.  
  140. /stabular <Filename>
  141. Save windows updates list into a tabular text file.
  142.  
  143. /shtml <Filename>
  144. Save windows updates list into HTML file.
  145.  
  146. /sverhtml <Filename>
  147. Save windows updates list into HTML file. (vertical)
  148.  
  149. /sxml <Filename>
  150. Save windows updates list into XML file.
  151.  
  152. /another <Windows Folder>
  153. connect to another instance of operating system on the same computer
  154. (Windows 2000/XP only). You can combine this option with one of the save
  155. options in order to save the Windows updates list of another operating
  156. system.
  157.  
  158. Examples:
  159. wul.exe /shtml c:\temp\1.html /another d:\winnt
  160. wul.exe /another f:\winnt
  161.  
  162. /remote <Computer Name>
  163. Connect to remote Windows 2000/XP operating system. You can combine this
  164. option with one of the save options in order to save the Windows updates
  165. list of a remote computer.
  166.  
  167. Examples:
  168. wul.exe /shtml c:\temp\1.html /remote \\comp01
  169. wul.exe /another /remote \\192.168.0.101
  170.  
  171.  
  172.  
  173. License
  174. =======
  175.  
  176. This utility is released as freeware for personal and non-commercial use.
  177. You are allowed to freely distribute this utility via floppy disk,
  178. CD-ROM, Internet, or in any other way, as long as you don't charge
  179. anything for this. If you distribute this utility, you must include all
  180. files in the distribution package, without any modification !
  181.  
  182.  
  183.  
  184. Disclaimer
  185. ==========
  186.  
  187. The software is provided "AS IS" without any warranty, either expressed
  188. or implied, including, but not limited to, the implied warranties of
  189. merchantability and fitness for a particular purpose. The author will not
  190. be liable for any special, incidental, consequential or indirect damages
  191. due to loss of data or any other reason.
  192.  
  193.  
  194.  
  195. Feedback
  196. ========
  197.  
  198. If you have any problem, suggestion, comment, or you found a bug in my
  199. utility, you can send a message to nirsofer@yahoo.com
  200.