Skip to content

wbsdty331/NSIS

 
 

Repository files navigation

NSIS Bundle for Sublime Text 3

NSIS (Nullsoft Scriptable Install System) is an open source program and scripting language to create Windows installers. This plugin aids in the creation of such scripts/installers.

Note: This package is compatible with Sublime Text 3 (Build 3103 or higher). Click here for a Sublime Text 2 version of this package.

Screenshots

Tomorrow Theme Brogrammer Theme

Installation

Easiest way to install the plugin is to use Package Control.

Alternatively you can git clone directly into Packages directory in the Sublime Text 3 application settings area.

Using Git

Go to your Sublime Text 3 Packages directory and clone the repository using the command below:

git clone https://github.com/SublimeText/NSIS "NSIS"

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to NSIS
  • Copy the folder to your Sublime Text 3 Packages directory

Portable NSIS support

Support for portable NSIS can be achieved by either putting the main NSIS program directory path in either the PATH or NSIS_HOME` environment variables.

About

Sublime Text plugin for the Nullsoft Scriptable Install System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 42.1%
  • Batchfile 27.1%
  • Python 22.4%
  • JavaScript 8.4%