Squirrel/Squirrel.Windows

Name: Squirrel.Windows

Owner: Squirrel

Description: An installation and update framework for Windows desktop apps

Created: 2014-07-28 10:10:39.0

Updated: 2018-01-20 07:55:01.0

Pushed: 2018-01-16 07:24:55.0

Homepage:

Size: 84302

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

| README.md | |:—|

Squirrel: It's like ClickOnce but Works?

Squirrel is both a set of tools and a library, to completely manage both installation and updating your Desktop Windows application, written in either C# or any other language (i.e., Squirrel can manage native C++ applications).

Squirrel uses NuGet packages to create installation and update packages, which means that you probably already know most of what you need to create an installer.

What Do We Want?

Windows apps should be as fast and as easy to install and update as apps like Google Chrome. From an app developer's side, it should be really straightforward to create an installer for my app, and publish updates to it, without having to jump through insane hoops.

Refer to our full list of goals for integrating, packaging, distributing, installing, and updating.

Documentation

See the documentation Table of Contents for an overview of the available documentation for Squirrel.Windows. It includes a Getting Started Guide as well as additional topics related to using Squirrel in your applications.

Building Squirrel

For the impatient:

clone --recursive https://github.com/squirrel/squirrel.windows
quirrel.windows
uGet\NuGet.exe restore
ild /p:Configuration=Release

See Contributing for additional information on building and contributing to Squirrel.

License and Usage

See COPYING for details on copyright and usage of the Squirrel.Windows software.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.