Orangevolt ANT Tasks » Tasks » Win32 related tasks » win32.registry | ||
Example | example |
The get element retrieves the value of a registry entry into a Ant property.
Name | Description | Required |
property | The property to put the entry value into. | yes |
entry | The name of the entry to get. | 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. | no |