BridleNSIS is a language extension for NSIS (Nullsoft Scriptable Install System) designed to make things easier to express and rein in verbosity of NSIS at places.
Latest version: 0.4.1
Build from source code requires JDK 1.7 or newer, NSIS, and either Apache Ant 1.8 (or newer) or Gradle 2.0.
- Compile BridleNSIS Java classes:
>ant|gradle classes
- Compile and run tests:
>ant|gradle test
- Create distribution jar package:
>ant|gradle jar
- Generate documentation:
>ant|gradle doc
- Compile installer:
>ant|gradle installer
Or simply build all by >ant|gradle
.