Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

FAKE0001 Use the Fake.Installer.Squirrel module instead

SquirrelParams

The Squirrel Console Parameters type. FAKE will use SquirrelDefaults for values not provided.

For reference, see: Squirrel Command Line Options

Record Fields

Record FieldDescription
BootstrapperExe
Signature: string option

The full path to an optional setup.exe template

LoadingGif
Signature: string option

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

NoMsi
Signature: bool

Do not create an MSI file

ReleaseDir
Signature: string

The output directory for the generated installer

SetupIcon
Signature: string option

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

SignExecutable
Signature: bool option

Sign the installer with signtool.exe

SigningKeyFile
Signature: string option

The code signing certificate to be used for signing

SigningSecret
Signature: string option

The secret key for the code signing certificate

TimeOut
Signature: TimeSpan

Maximum time to allow Squirrel to run before being killed.

ToolPath
Signature: string

The path to Squirrel: squirrel.exe

WorkingDir
Signature: string option

The working directory.