InnoSetupSettings.

Defines Property

Summary

Gets or sets the script compiler defines. Emulates #define public preprocessor directive.

Syntax

public IDictionary<string, string> Defines { get; set; }

Value

Type Description
IDictionary<string, string>