Delete Registry Entry Command OptionCommand Syntax:
/DelReg { [-RegKey <registry_key>] | [-RegValue <registry_value_name>] }Deletes a key or a value from the registry. Parameters - [-RegKey <registry_key>] - The path of the key that
is to be deleted.
- [-RegValue <registry_value_name>] - The path of the
registry value that is to be deleted.
Example:
AdvancedInstaller.com /edit MyProject.aip /DelReg -RegKey HKUD\Software\MyKey |