Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.19 KB

squirrel-command-line.md

File metadata and controls

37 lines (27 loc) · 1.19 KB
docs / using / squirrel-command-line.md

Squirrel Command Line

Here is a simplified help output specifically around creating releases:

Usage: Squirrel.exe command [OPTS]
Creates Squirrel packages

Commands
      --releasify=VALUE      Update or generate a releases directory with a
                               given NuGet package

Options:
  -h, -?, --help             Display Help and exit
  -r, --releaseDir=VALUE     Path to a release directory to use with Releasify
  -p, --packagesDir=VALUE    Path to the NuGet Packages directory for C# apps
      --bootstrapperExe=VALUE
                             Path to the Setup.exe to use as a template
  -g, --loadingGif=VALUE     Path to an animated GIF to be displayed during
                               installation
  -n, --signWithParams=VALUE Sign the installer via SignTool.exe with the
                               parameters given

See Also

  • Loading GIF - specify a "loading" image during initial install of large applications.
  • Application Signing - adding code signing to Setup.exe and your application.

Return: Table of Contents