InnoSetupSettings.

EnableOutput Property

Summary

Gets or sets whether or not the compiler should generate output (/O+ and /O- command line options, overrides the script's Output attribute).

Syntax

public bool? EnableOutput { get; set; }

Value

Type Description
bool?