Registry plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 15: Line 15:


'''Features:'''
'''Features:'''
<br>- Powerful registry search:
*Powerful registry search:
:-fast algorithm
**fast algorithm
:-principle of turn in stack (first in -> last out)
**principle of turn in stack (first in -> last out)
:&nbsp;&nbsp;i.e. search from first registry key to last
**&nbsp;&nbsp;i.e. search from first registry key to last
:-search for key, value and/or string in any root
**search for key, value and/or string in any root
:-search with name and/or type
**search with name and/or type
:-search with banner support
**search with banner support
:-search with subkeys or not
**search with subkeys or not
- Check is registry key exists
*Check is registry key exists
<br>- Read value of any type and size
*Read value of any type and size
<br>- Write value of any type and size
*Write value of any type and size
<br>- Create key
*Create key
<br>- Delete value    (same as DeleteRegValue)
*Delete value    (same as DeleteRegValue)
<br>- Delete key      (same as DeleteRegKey)
*Delete key      (same as DeleteRegKey)
<br>- Copy value
*Copy value
<br>- Move value
*Move value
<br>- Copy key
*Copy key
<br>- Move key
*Move key
<br>- Export key contents to the file in REGEDIT4 format
*Export key contents to the file in REGEDIT4 format
<br>- Import key contents from the file to the registry
*Import key contents from the file to the registry
<br>- Converts string to hex values
*Converts string to hex values
<br>- Converts hex values to string
*Converts hex values to string


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 09:55, 26 November 2005

Author: Instructor (talk, contrib)


Links

Download v1.7:
Registry.zip (154 KB)

Discussion:
Forum thread

Description

This is NSIS plug-in for registry.


Features:

  • Powerful registry search:
    • fast algorithm
    • principle of turn in stack (first in -> last out)
    •   i.e. search from first registry key to last
    • search for key, value and/or string in any root
    • search with name and/or type
    • search with banner support
    • search with subkeys or not
  • Check is registry key exists
  • Read value of any type and size
  • Write value of any type and size
  • Create key
  • Delete value (same as DeleteRegValue)
  • Delete key (same as DeleteRegKey)
  • Copy value
  • Move value
  • Copy key
  • Move key
  • Export key contents to the file in REGEDIT4 format
  • Import key contents from the file to the registry
  • Converts string to hex values
  • Converts hex values to string