Orangevolt ANT Tasks » Tasks » Win32 related tasks » win32.registry | ||
Example | example |
The set element allows setting registry entries. If the entry always exist, the value will be overwritten, otherwise it is new created.
Name | Description | Required |
entry | Name of the entry to set. | yes |
value | The value of the entry. | yes |
subKey |
subKey is the path of a registry subtree to use. The subKey will be appended to the key attribute of the win32.registry task if set. If the subKey not exists it will be created. |
no |