RegistrySetValue command

The RegistrySetValue command sets the data for the specified value using KeyName and ValueName parameters set by the SetRegistryPath command.

 

Syntax

Integer=NumData

PluginSet("PlugIn","Integer")

PluginRun("PlugIn","RegistrySetValue")

or

String$='[BINARY::]StringData'

PluginSet("PlugIn","String$")

PluginRun("PlugIn","RegistrySetValue")

Parameters

NumData

[in] A numeric value to be written to the REG_DWORD type value.

StringData

[in] A string value to be written to the REG_SZ or REG_BINARY type value. If the target value type is REG_BINARY then the StringData parameter must include BINARY:: prefix. If a binary value suppose zero-equal bytes then the %null% macro is used at position of a zero-equal byte:
String$='Binary%null%data'.