Skip to content

inetshell/appupdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Script de actualización de aplicaciones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published