Script using Powershell for installing and updating Apps from a Webserver.
- Install NSIS from Official Site.
-
Download code from Github
-
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"
-
Put an icon for the App in
config\icon.ico
-
Compile the NSIS file
installer.nsi
.
Under construction.
- PowerShell - Windows scripting language
- NSIS - Installer authoring tool
- Manuel Carrillo (inetshell) - Initial work - inetshell.mx
This project is licensed under the BSD 3-Clause License - see the LICENSE.md file for details.