Summary
Gets or sets a value indicating whether to not fail the package if auto
uninstaller reports an error.
- Namespace
- Cake
.Common .Tools .Chocolatey .Uninstall - Containing Type
- Chocolatey
Uninstall Settings
Syntax
public bool IgnoreAutoUninstallerFailure { get; set; }
Value
Type | Description |
---|---|
bool | The ignore auto uninstaller flag. |