Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sublimetext/nsis
Sublime Text plugin for the Nullsoft Scriptable Install System
https://github.com/sublimetext/nsis
sublime-build sublime-text sublime-text-package syntax-highlighting
Last synced: about 2 months ago
JSON representation
Sublime Text plugin for the Nullsoft Scriptable Install System
- Host: GitHub
- URL: https://github.com/sublimetext/nsis
- Owner: SublimeText
- License: apache-2.0
- Created: 2011-10-07T01:02:30.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T19:11:03.000Z (over 1 year ago)
- Last Synced: 2024-04-13T07:20:56.346Z (8 months ago)
- Topics: sublime-build, sublime-text, sublime-text-package, syntax-highlighting
- Language: Shell
- Homepage:
- Size: 1020 KB
- Stars: 40
- Watchers: 13
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSIS Bundle for Sublime Text 3
NSIS (Nullsoft Scriptable Install System) is an open source program and scripting language to create Windows installers. This package provides syntax highlighting and build tools.
**Note**: This package is compatible with Sublime Text 3 ([Build 3103](http://www.sublimetext.com/blog/articles/sublime-text-3-build-3103) or higher). Click [here](https://github.com/SublimeText/NSIS/tree/st2-master) for a Sublime Text 2 version of this package.
## Screenshots
![Light Theme](https://raw.githubusercontent.com/SublimeText/NSIS/master/screenshots/light-theme.png)
![Dark Theme](https://raw.githubusercontent.com/SublimeText/NSIS/master/screenshots/dark-theme.png)## Installation
Easiest way to install the plugin is to use [Package Control](https://packagecontrol.io).
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
### 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 putting the main NSIS program directory path in your `PATH` [environment variable](http://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them/284351#284351).