User guide

74
Parameters
Mandatory?
Description
VariableValue
No
The new value to give to the variable. If no value is set, the
variable will be deleted.
Delete Environment Variable
This action allows deletion of an environment variable at system level. It will not fail if the environment variable
does not exist. The configuration variables of this action are:
Parameters
Mandatory?
Description
VariableName
Yes
The name of the variable to be deleted
Create Windows Registry Key
This action allows creating a new registry key. It will not fail if the registry key already exists. The configuration
variables of this action are:
Parameters
Mandatory?
Description
RegistryKey
Yes
The complete name of the registry key to create (i.e.
HKLM\Software\NEWKEY).
OperatingSystemType
No
The operating system type in which to create the registry key.
The allowed values are:
- 32: The key will be created in the 32-bit registry. If not
specified, this will be the default.
- 64: The key will be created in the 64-bit registry.
Modify Windows Registry Key
This action allows modifying the name or location of a registry key. It will fail if the registry key does not exist. The
configuration variables of this action are:
Parameters
Mandatory?
Description
RegistryKey
Yes
The complete name of the registry key to modify (i.e.
HKLM\Software\OLDKEY).
NewRegistryKey
Yes
The complete name of the destination registry key (i.e.
HKLM\Software\NEWKEY).
OperatingSystemType
No
The operating system type in which to modify the registry key.
The allowed values are:
- 32: The key will be modified in the 32-bit registry. If
not specified, this will be the default.
- 64: The key will be modified in the 64-bit registry.