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