home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / axhelper / readme.txt < prev   
Text File  |  2004-09-12  |  5KB  |  126 lines

  1.  
  2.  
  3.  
  4. ActiveXHelper v1.00
  5. Copyright (c) 2004 Nir Sofer
  6. Web site: http://www.nirsoft.net
  7.  
  8.  
  9.  
  10. Description
  11. ===========
  12.  
  13. ActiveXHelper is a small utility that allows you to view essential
  14. information about ActiveX components installed on your computer. You can
  15. view the entire (and very large !) list of ActiveX components by loading
  16. it from HKEY_CLASSES_ROOT\CLSID Registry key, or alternatively, display
  17. only the ActiveX components that you specify. In addition, you can
  18. temporarily disable specific ActiveX components. When ActiveX components
  19. are disabled, they cannot be used by any software, until you enable them
  20. again.
  21.  
  22.  
  23.  
  24. Using ActiveXHelper
  25. ===================
  26.  
  27. ActiveXHelper is a standalone program, and thus it doesn't require any
  28. installation process or additional DLLs. In order to start using it, just
  29. run the executable file - axhelper.exe
  30.  
  31. When you first run ActiveXHelper, the following options are displayed:
  32. * Load ActiveX list from the following Registry key: If you choose this
  33.   option, the CLSID list is loaded from the Registry key that your
  34.   specify. By default, the list is loaded from KEY_CLASSES_ROOT\CLSID -
  35.   which means that all ActiveX components on your computer will be
  36.   displayed - a very long list !
  37. * Load ActiveX list from the following text file: If you choose this
  38.   option, the ActiveX list is loaded from the text file that you specify.
  39.   The text file should contain a list of CLSIDs (e.g.:
  40.   {01E9E99D-9E81-4CEF-0AA5-C62667469295}) and/or ProgIDs (e.g.:
  41.   ADODB.Stream, DAO.DBEngine) separated by comma or CRLF characters.
  42. * Load ActiveX list from the following CLSID/ProgID list: If you choose
  43.   this option, the ActiveX list is loaded from the text-box below this
  44.   option. As in the previous option, the text you specify should contain
  45.   a list of CLSIDs and ProgIDs, separated by comma or CRLF characters.
  46.  
  47. If you check the "List only ActiveX controls" option, only ActiveX
  48. controls are displayed.
  49.  
  50. After choosing the desired options, click 'Ok' in order to start loading
  51. the ActiveX list. After the ActiveX list is loaded, you can select one or
  52. more ActiveX components, and then save them to HTML/Text/XML file, copy
  53. them to the clipboard, disable/enable them, or register/unregister their
  54. associated DLL/OCX file.
  55.  
  56.  
  57.  
  58. Command-Line Options
  59. ====================
  60.  
  61.  
  62.  
  63. /disable <CLSID>
  64. Disable the specified CLSID.
  65.  
  66. /enable <CLSID>
  67. Enable the specified CLSID that you previously disabled with /disable
  68. option.
  69.  
  70. /noselect
  71. Load the ActiveX list according to your last settings, without displaying
  72. the ActiveX selection dialog-box.
  73.  
  74.  
  75.  
  76. Translating to other languages
  77. ==============================
  78.  
  79. This utility allows you to easily translate all menus, dialog-boxes, and
  80. other strings to other languages.
  81. In order to do that, follow the instructions below:
  82. 1. Run ActiveXHelper with /savelangfile parameter:
  83.    axhelper.exe /savelangfile
  84.    A file named axhelper_lng.ini will be created in the folder of
  85.    ActiveXHelper utility.
  86. 2. Open the created language file in Notepad or in any other text
  87.    editor.
  88. 3. Translate all menus, dialog-boxes, and string entries to the
  89.    desired language. Optionally, you can also add your name and/or a link
  90.    to your Web site. (TranslatorName and TranslatorURL values) If you add
  91.    this information, it'll be used in the 'About' window.
  92. 4. After you finish the translation, Run ActiveXHelper, and all
  93.    translated strings will be loaded from the language file.
  94.    If you want to run ActiveXHelper without the translation, simply
  95.    rename the language file, or move it to another folder.
  96.  
  97.  
  98.  
  99. License
  100. =======
  101.  
  102. This utility is released as freeware for personal and non-commercial use.
  103. You are allowed to freely distribute this utility via floppy disk,
  104. CD-ROM, Internet, or in any other way, as long as you don't charge
  105. anything for this. If you distribute this utility, you must include all
  106. files in the distribution package, without any modification !
  107.  
  108.  
  109.  
  110. Disclaimer
  111. ==========
  112.  
  113. The software is provided "AS IS" without any warranty, either expressed
  114. or implied, including, but not limited to, the implied warranties of
  115. merchantability and fitness for a particular purpose. The author will not
  116. be liable for any special, incidental, consequential or indirect damages
  117. due to loss of data or any other reason.
  118.  
  119.  
  120.  
  121. Feedback
  122. ========
  123.  
  124. If you have any problem, suggestion, comment, or you found a bug in my
  125. utility, you can send a message to nirsofer@yahoo.com
  126.