AdditionalArguments
Signature: string option
|
Add other arguments, in case Squirrel adds new arguments in future
|
BootstrapperExe
Signature: string option
|
The full path to an optional setup.exe template
|
FrameworkVersion
Signature: string option
|
Set the required .NET framework version, e.g. net461
|
LoadingGif
Signature: string option
|
The full path to an optional animated gif to be displayed during installation
|
MsiWin64
Signature: bool
|
Mark the MSI as 64-bit, which is useful in Enterprise deployment scenarios
|
NoDelta
Signature: bool
|
Don't generate delta packages to save time
|
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.
|