Registry plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) No edit summary |
Instructor (talk | contribs) (→Links) |
||
Line 3: | Line 3: | ||
== Links == | == Links == | ||
Download v1. | Download v1.4:<br> | ||
<attach>Registry.zip</attach> | <attach>Registry.zip</attach> | ||
Revision as of 08:14, 29 August 2005
Author: Instructor (talk, contrib) |
Links
Download v1.4:
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
- Write value of any type
- 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