Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1021 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1021 Bytes

AppUpdater

Script using Powershell for installing and updating Apps from a Webserver.

Getting Started

Prerequisites

Compile installer

  1. Download code from Github

  2. Define the App parameters in config/data.nsi:

!define APP_NAME "TestApp"
!define UPDATE_URL "https://www.example.com/apps/testname"
!define INSTALL_PATH "c:\Apps\TestApp"
  1. Put an icon for the App in config\icon.ico

  2. Compile the NSIS file installer.nsi.

Deployment

Under construction.

Built With

  • PowerShell - Windows scripting language
  • NSIS - Installer authoring tool

Author

License

This project is licensed under the BSD 3-Clause License - see the LICENSE.md file for details.