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

Squirrel.ReleasifyParams Type

The Squirrel Console Parameters type. For reference, see: Squirrel Command Line Options

Record fields

Record Field Description

AdditionalArguments

Full Usage: AdditionalArguments

Field type: string option

Add other arguments, in case Squirrel adds new arguments in future

Field type: string option

BootstrapperExe

Full Usage: BootstrapperExe

Field type: string option

The full path to an optional setup.exe template

Field type: string option

FrameworkVersion

Full Usage: FrameworkVersion

Field type: string option

Set the required .NET framework version, e.g. net461

Field type: string option

LoadingGif

Full Usage: LoadingGif

Field type: string option

The full path to an optional animated gif to be displayed during installation

Field type: string option

MsiWin64

Full Usage: MsiWin64

Field type: bool

Mark the MSI as 64-bit, which is useful in Enterprise deployment scenarios

Field type: bool

NoDelta

Full Usage: NoDelta

Field type: bool

Don't generate delta packages to save time

Field type: bool

NoMsi

Full Usage: NoMsi

Field type: bool

Do not create an MSI file

Field type: bool

ReleaseDir

Full Usage: ReleaseDir

Field type: string

Path to a release directory to use with Releasify

Field type: string

SetupIcon

Full Usage: SetupIcon

Field type: string option

The full path to an optional icon, which will be used for the generated installer.

Field type: string option

SignExecutable

Full Usage: SignExecutable

Field type: bool option

Sign the installer with signtool.exe

Field type: bool option

SigningKeyFile

Full Usage: SigningKeyFile

Field type: string option

The code signing certificate to be used for signing

Field type: string option

SigningSecret

Full Usage: SigningSecret

Field type: string option

The secret key for the code signing certificate

Field type: string option

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

Maximum time to allow Squirrel to run before being killed.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The path to Squirrel: `squirrel.exe`

Field type: string

WorkingDir

Full Usage: WorkingDir

Field type: string option

The working directory.

Field type: string option