Registry plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 16: Line 16:
'''Features:'''
'''Features:'''
<br>- Powerful registry search:
<br>- Powerful registry search:
<br>&nbsp;&nbsp;&nbsp;&nbsp;-fast algorithm
:-fast algorithm
<br>&nbsp;&nbsp;&nbsp;&nbsp;-principle of turn in stack (first in -> last out)
:-principle of turn in stack (first in -> last out)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i.e. search from first registry key to last
:&nbsp;&nbsp;i.e. search from first registry key to last
<br>&nbsp;&nbsp;&nbsp;&nbsp;-search for key, value and/or string in any root
:-search for key, value and/or string in any root
<br>&nbsp;&nbsp;&nbsp;&nbsp;-search with name and/or type
:-search with name and/or type
<br>&nbsp;&nbsp;&nbsp;&nbsp;-search with banner support
:-search with banner support
<br>&nbsp;&nbsp;&nbsp;&nbsp;-search with subkeys or not
:-search with subkeys or not
<br>- Read value of any type and size
- Read value of any type and size
<br>- Write value of any type and size
<br>- Write value of any type and size
<br>- Create key
<br>- Create key

Revision as of 12:24, 3 September 2005

Author: Instructor (talk, contrib)


Links

Download v1.5:
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

- Read value of any type and size
- Write value of any type and size
- Create key
- Delete key (same as DeleteRegKey)
- Delete value (same as DeleteRegValue)
- 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