Registry plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 35: Line 35:
*Move key
*Move key
*Export key contents to the file in REGEDIT4 format
*Export key contents to the file in REGEDIT4 format
*Import key contents from the file to the registry
*Import key contents from the file to the registry (Note: this does not work on Windows Vista)
*Converts string to hex values
*Converts string to hex values
*Converts hex values to string
*Converts hex values to string


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

Revision as of 23:30, 2 March 2007

Author: Instructor (talk, contrib)


Links

Download v3.0:
Registry.zip (154 KB)

Discussion:
Forum thread

Description

This is NSIS plug-in for registry. Archive also contains PPC-Registry plugin for Pocket PC.


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 if 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)
  • Delete empty key (if no values and subkeys in it)
  • 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 (Note: this does not work on Windows Vista)
  • Converts string to hex values
  • Converts hex values to string