Nullsoft Installer for Cmder Terminal Emulator.
installer | ||
.gitignore | ||
license.txt | ||
readme.md |
Cmder Installer
This repository was created as a wrapper around my favorite terminal emulator Cmder.
The goal is to distribute it to winget and make it available with the new Windows Package Manager. Cmder is a portable application and to create the MSIX package, we needed to create an installer to include the vendor resources.
Instructions
Prerequisites
- The latest release archive of Cmder.
- NSIS installed.
Steps
- Clone the repository
- Create the following directory structure.
- .\mini\Versions\[FULL_VERSION_NUMBER] e.g. 1.13.8.1106
- .\full\Versions\[FULL_VERSION_NUMBER] e.g. 1.13.8.1106
- Download the release to the correct version path and extract here.
- Edit VERSION Variable in the .nsi scripts. It's the first variable in the each file.
- Launch NSIS.
- Compile the scripts by navigating to the cloned repo.
More to come...