All Projects → NSIS-Dev → Documentation

NSIS-Dev / Documentation

Licence: other
A community-driven, Markdown-based documentation for Nullsoft Scriptable Install System (NSIS)

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Documentation

Swiftforwindows
Swift for Windows
Stars: ✭ 423 (+1144.12%)
Mutual labels:  nsis
Uget Windows Installer
uGet Installer for Windows
Stars: ✭ 96 (+182.35%)
Mutual labels:  nsis
Installer
Stars: ✭ 189 (+455.88%)
Mutual labels:  nsis
Satysfi Cross Windows
Crosscompiling SATySFi from Ubuntu to Windows
Stars: ✭ 16 (-52.94%)
Mutual labels:  nsis
7z Build Nsis
7-zip build and package script with nsis script decompiling using ms visual studio
Stars: ✭ 61 (+79.41%)
Mutual labels:  nsis
Electron Builder
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
Stars: ✭ 11,653 (+34173.53%)
Mutual labels:  nsis
NSIS-UI-Plugin
Create NSIS Modern UI Setup by Using Thirdparty UI Library(such as Qt, DuiLib)
Stars: ✭ 55 (+61.76%)
Mutual labels:  nsis
ghidra-nsis-extension
Ghidra extension to disassemble NSIS installers
Stars: ✭ 17 (-50%)
Mutual labels:  nsis
Bulk Crap Uninstaller
Remove large amounts of unwanted applications quickly.
Stars: ✭ 1,212 (+3464.71%)
Mutual labels:  nsis
Nsis Ui
NSIS封包exe,牛牛安装包界面美化控件 [nsNiuniuSkin],包含3个实例,后两个是官网的,helloworld那个是根据上面两个例子改的。
Stars: ✭ 168 (+394.12%)
Mutual labels:  nsis
Ultramodernui
The Ultra-Modern User Interface is a new interface with a style like the most recent installers for NSIS 3 (Nullsoft Scriptable Install System), the tool that allows programmers to create such installers for Windows.
Stars: ✭ 25 (-26.47%)
Mutual labels:  nsis
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+2820.59%)
Mutual labels:  nsis
Vcl Styles Plugins
Skin plugins for third party installers and apps
Stars: ✭ 131 (+285.29%)
Mutual labels:  nsis
Appjs Deskshell
SDK to build desktop apps using HTML5/CSS/JS for frontend and server script for backend
Stars: ✭ 463 (+1261.76%)
Mutual labels:  nsis
Qnapi
Qt-based, multi-engine, multi-platform subtitle downloader
Stars: ✭ 226 (+564.71%)
Mutual labels:  nsis
Nwjs Builder Phoenix
Stars: ✭ 268 (+688.24%)
Mutual labels:  nsis
Electron Builder Binaries
Stars: ✭ 110 (+223.53%)
Mutual labels:  nsis
electron-differential-updater
Differential updater for mac
Stars: ✭ 27 (-20.59%)
Mutual labels:  nsis
Uget Integrator
Native messaging host to integrate uGet Download Manager with web browsers
Stars: ✭ 253 (+644.12%)
Mutual labels:  nsis
Stitch
Python Remote Administration Tool (RAT)
Stars: ✭ 2,018 (+5835.29%)
Mutual labels:  nsis

Description

zlib/libpng CI

A new Markdown-based documentation for Nullsoft Scriptable Install System (NSIS). At this point, this is mostly direct copy of the existing scripting reference, split up into several files. Over time, the goal is to improve the documentation and add further examples.

Markdown files are easily readable as plain text, but can also be viewed in special online editors such as Prose, Markable or Dillinger. You can converted Markdown into HTML or Wiki (e.g. using markdown.io), host it online using flat file CMS such as Jekyll, Pico, Kirby or the Markdoc wiki platform.

Usage

This documentation included in this package can be consumed as EcmaScript Modules.

import { Callbacks, Commands, Includes, Plugins, Variables } from '@nsis/docs';

console.log(Commands['Function']);
console.log(Callbacks['.onInit']);

// Omit `$` and curly braces
console.log(Includes['LogicLib']['If']);

License

zlib/libpng license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].