docs / getting-started / 0-overview.md |
---|
Getting Started will walk you through the integration of Squirrel.Windows for a basic c# Windows Forms application named MyApp.
MyApp simply displays the assembly location and application version on a simple form.
For simplicity, any unneeded references and files have been removed from the solution.
If you wish to follow along, you can download a zip file of the MyApp solution.
This guide will go over the following steps to demonstrate using Squirrel.Windows to distribute and update MyApp.
- Integrating - integrating Squirrel
UpdateManager
into your application. - Packaging - packaging application files and preparing them for release.
- Distributing - providing install and update files for users.
- Installing - process of initial installation of your application.
- Updating - process of updating an existing install.
Next: 1. Integrating |
---|