Summary
Gets or sets whether or not the compiler should generate output (
/O+ and /O- command line options,
overrides the script's Output attribute).
- Namespace
- Cake
.Common .Tools .InnoSetup - Containing Type
- InnoSetupSettings
Syntax
public bool? EnableOutput { get; set; }
Value
| Type | Description |
|---|---|
| bool? |
