NSIS/README.md

12 lines
542 B
Markdown
Raw Normal View History

# NSIS
[![Build Status](https://travis-ci.org/kichik/nsis.svg?branch=master)](https://travis-ci.org/kichik/nsis)
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
## External Links
* [Simple tutorial](https://nsis.sourceforge.io/Simple_tutorials)
* [NSIS Homepage](https://nsis.sourceforge.io/)
* [User Manual](https://nsis.sourceforge.io/Docs/)