FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

InnoSetup.InnoSetupParams Type

InnoSetup build parameters

Record fields

Record Field Description

AdditionalParameters

Full Usage: AdditionalParameters

Field type: string option

Additional parameters

Field type: string option

Defines

Full Usage: Defines

Field type: Map<string, string>

Emulate #define public

Field type: Map<string, string>

EnableOutput

Full Usage: EnableOutput

Field type: bool option

Enable or disable output (overrides Output)

Field type: bool option

OutputBaseFilename

Full Usage: OutputBaseFilename

Field type: string

Overrides OutputBaseFilename with the specified filename

Field type: string

OutputFolder

Full Usage: OutputFolder

Field type: string

Output files to specified path (overrides OutputDir)

Field type: string

QuietMode

Full Usage: QuietMode

Field type: QuietMode

Specifies output mode when compiling

Field type: QuietMode

ScriptFile

Full Usage: ScriptFile

Field type: string

Path to inno-script file

Field type: string

Timeout

Full Usage: Timeout

Field type: TimeSpan

Specify a timeout for ISCC. Default: 5 min.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The tool path - FAKE tries to find ISCC.exe automatically in any sub folder.

Field type: string

WorkingDirectory

Full Usage: WorkingDirectory

Field type: string

Specify the process working directory

Field type: string

Static members

Static member Description

InnoSetupParams.Create()

Full Usage: InnoSetupParams.Create()

Returns: InnoSetupParams

InnoSetup default parameters

Returns: InnoSetupParams