Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

3cx/Squirrel.Msi

 
 

Repository files navigation

README.md

MSQ: Short for MSI Squirrel, is a special version of Squirrel.Windows to work with electron-wix-msi

MSQ is a set of tools to accomplish auto-updating with MSI used by Electron Apps. MSQ is specifically made for V3 of https://github.com/felixrieseberg/electron-wix-msi

What Do We Want?

For the longest time MSI was the gold standard in packaging and installing Windows applications. That doesn't mean that they cant be auto-updated. The only functionality from the original Windows.Squirrel carried over is the updating process. Packaging and managing of shortcuts is of course done MSI.

Building Squirrel

For the impatient:

git clone --recursive https://github.com/3cx/Squirrel.Msi
cd squirrel.windows
git submodule update --init --recursive       ## THIS IS THE PART YOU PROBABLY FORGOT
.\.NuGet\NuGet.exe restore
msbuild /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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.5%
  • C# 29.0%
  • C 3.5%