User contributions for Jan
From NSIS Wiki
Jump to navigationJump to search
2 March 2026
- 20:0720:07, 2 March 2026 diff hist 0 PathLib No edit summary current
- 17:5217:52, 2 March 2026 diff hist −2 PathLib No edit summary
- 17:4817:48, 2 March 2026 diff hist +55 PathLib No edit summary
- 17:4817:48, 2 March 2026 diff hist +2,642 N PathLib Created page with "== Description == A path library for providing LogicLib operators and transformation macros. == Minimum Requirements == * NSIS 3.0 (Unicode) == Logical Operators == LogicLib operators for use with `${If}`, `${IfNot}`, `${ElseIf}`, `${AndIf}`, `${OrIf}`, etc. ${If} ${Path.IsAbsolute} "C:\Windows\System32" DetailPrint '"C:\Windows\System32" is an absolute path' ${EndIf} ${If} ${Path.IsRelative} "docs\readme.txt" DetailPrint '"docs\readme.t..."
27 February 2026
- 23:4723:47, 27 February 2026 diff hist +1,395 N Assert Created page with "== Assert == A runtime assertion library , built on top of LogicLib. == Usage == Binary assertions (works with all LogicLib operators): ${Assert} $R0 == "expected" "values match" ${Assert} $R0 != "" "not empty" ${Assert} $R0 ${StartsWith} "Hello" "starts with Hello" ${Assert} $R0 ${Contains} "world" "contains world" Negated assertions: ${AssertNot} $R0 == "bad" "must not be bad" ${Assert..." current
- 23:0123:01, 27 February 2026 diff hist +28 StrLib No edit summary current
- 23:0023:00, 27 February 2026 diff hist +5 StrLib No edit summary
- 22:5822:58, 27 February 2026 diff hist +13 StrLib No edit summary
- 22:5822:58, 27 February 2026 diff hist −8 StrLib No edit summary
- 22:5722:57, 27 February 2026 diff hist +2,370 N StrLib Created page with "== Description == A string library LogicLib string-test operators and string transformation macros. == Minimum Requirements == * NSIS 3.0 (Unicode) * Windows 2000 / Windows Vista for the <code>${Slugify}</code> macro == Logical Operators == LogicLib extensions for string prefix, suffix and substring tests. Usage: All standard LogicLib flow operators work automatically: <code>If</code>, <code>IfNot</code>, <code>Unless</code>, <code>ElseIf</code>, <code>ElseIfNot</c..."
15 June 2025
- 14:0914:09, 15 June 2025 diff hist +6 Scoop No edit summary current
- 14:0514:05, 15 June 2025 diff hist +359 N AUR Created page with "== Description == '''⚠️ This is third-party installation method without official support''' The Arch User Repository (AUR) is a community-driven repository for Arch Linux users. === Usage === <code>yay -S nsis</code> === Related Links === * [https://wiki.archlinux.org/title/Arch_User_Repository Arch User Repositoriy] Category:Package Managers" current
- 14:0114:01, 15 June 2025 diff hist +410 N APT Created page with "== Description == '''⚠️ This is third-party installation method without official support''' The apt package manager, or Advanced Package Tool, is a command-line utility used for managing software packages on Debian-based Linux systems, such as Debian and Ubuntu. === Usage === <code>sudo apt install nsis</code> === Related Links === * [https://wiki.debian.org/Apt APT] Category:Package Managers" current
- 13:5813:58, 15 June 2025 diff hist +533 N MacPorts Created page with "== Description == '''⚠️ This is third-party installation method without official support''' MacPorts, formerly DarwinPorts, is a package manager for macOS and Darwin. It is an open-source software project that aims to simplify the installation of other open source software. === Usage === <code>sudo port install nsis</code> === Related Links === * [https://www.macports.org/ MacPorts] * [https://github.com/macports/macports-ports/blob/master/devel/nsis/Portfile N..." current
- 13:5613:56, 15 June 2025 diff hist +3 Homebrew No edit summary current
- 13:5513:55, 15 June 2025 diff hist +250 Scoop No edit summary
- 13:5213:52, 15 June 2025 diff hist +504 N Homebrew Created page with "== Homebrew == '''⚠️ This is third-party installation method without official support''' Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's operating system, macOS, as well as Linux. === Usage === <code>brew install nsis</code> === Related Links === * [https://brew.sh/ Homebrew] * [https://github.com/Homebrew/homebrew-core/blob/master/Formula/m/makensis.rb NSIS manifest for Homebrew]..."
- 13:4913:49, 15 June 2025 diff hist +538 N Nix Created page with "== Nix == '''⚠️ This is third-party installation method without official support''' Nix is a cross-platform package manager for Unix-like systems, supporting Linux, macOS and Windows Subsystem for Linux (WSL) === Usage === Nix configuration <code>environment.systemPackages = [ pkgs.nsis ];</code> Nix shell <code>nix-shell -p nsis</code> === Related Links === * [https://nixos.org/ NixOS] * [https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ns/nsis/pac..." current
- 13:4313:43, 15 June 2025 diff hist +517 N Scoop Created page with "== Scoop == '''⚠️ This is third-party installation method without official support''' A command-line installer for Windows, supporting PowerShell 5.1 and later. === Usage === Add the extra bucket to Scoop. This is a one-time operation. <code>scoop bucket add extras</code> Install NSIS <code>scoop install extras/nsis</code> === Related Links === * [https://scoop.sh/ Scoop] * [https://github.com/ScoopInstaller/Extras/blob/master/bucket/nsis.json NSIS manifest..."
- 13:3613:36, 15 June 2025 diff hist +683 N Winget Created page with "== Description == The [https://learn.microsoft.com/en-us/windows/package-manager/ Windows Package Manager] (also known as winget) is a free and open-source package manager designed by Microsoft for '''Windows 10''' and '''Windows 11'''. It consists of a command-line utility and a set of services for installing applications. '''It's the only package manager officially supported by the makers of NSIS.''' === Usage === <code>winget install -e --id NSIS.NSIS</code> === R..." current
- 13:2813:28, 15 June 2025 diff hist +123 N Category:Package Managers Created page with "Learn about alternative ways to install NSIS on your computer or CI pipeline. Category:Browse NSIS Repository by Topic" current
- 13:2713:27, 15 June 2025 diff hist +194 Developer Center No edit summary current
- 13:2513:25, 15 June 2025 diff hist 0 N File:Terminal.png No edit summary current
2 September 2018
- 11:1811:18, 2 September 2018 diff hist +64 Yeoman No edit summary current
17 August 2018
- 14:4014:40, 17 August 2018 diff hist +1,121 N Yeoman Created page with "== Description == A [http://yeoman.io/authoring/user-interactions.html Yeoman] generator to quickly scaffold NSIS scripts. https://raw.github.com/idleberg/generator-nsis/mas..."
7 September 2017
- 17:1917:19, 7 September 2017 diff hist +1,212 Visual Studio Code No edit summary current
- 17:1117:11, 7 September 2017 diff hist 0 N File:Vscode.png No edit summary current
8 October 2016
- 07:4307:43, 8 October 2016 diff hist +6 NsisUrlLib plug-in fixing typo (copy&paste error?) current
5 August 2016
- 21:2121:21, 5 August 2016 diff hist +111 Visual Studio Code No edit summary
- 16:0116:01, 5 August 2016 diff hist −54 Visual Studio Code No edit summary
28 May 2016
- 16:1616:16, 28 May 2016 diff hist +51 Atom →Third-party packages current
10 May 2016
- 14:4514:45, 10 May 2016 diff hist 0 File:SublimeLinter.png Jan uploaded a new version of File:SublimeLinter.png current
- 08:1908:19, 10 May 2016 diff hist 0 SublimeLinter →Linter installation current
- 08:1708:17, 10 May 2016 diff hist 0 File:SublimeLinter.png Jan uploaded a new version of File:SublimeLinter.png
9 May 2016
- 18:3918:39, 9 May 2016 diff hist −1 SublimeLinter →Installation
- 18:3718:37, 9 May 2016 diff hist +2,768 N SublimeLinter Created page with "== Description == This linter plugin for [http://sublimelinter.readthedocs.org/ SublimeLinter] provides an interface to <code>makensis</code>. It will be used with NSIS scrip..."
- 18:3118:31, 9 May 2016 diff hist 0 N File:SublimeLinter.png No edit summary
23 April 2016
- 19:4819:48, 23 April 2016 diff hist +2 Atom →Usage
- 19:4819:48, 23 April 2016 diff hist −708 Atom →Building
20 April 2016
- 12:3612:36, 20 April 2016 diff hist +77 Visual Studio Code No edit summary
- 12:3612:36, 20 April 2016 diff hist +456 N Visual Studio Code Created page with "== Description == Syntax highlighter for [https://code.visualstudio.com/ Visual Studio Code] == Installation == 1. Install Visual Studio Code 2. Press <kbd>F1</kbd> to ope..."
11 April 2016
- 12:0812:08, 11 April 2016 diff hist +26 N SublimeText Redirected page to Sublime Text current
26 March 2016
- 14:2214:22, 26 March 2016 diff hist 0 Atom →build
- 14:2114:21, 26 March 2016 diff hist +56 Atom →build
21 February 2016
- 17:2717:27, 21 February 2016 diff hist +74 Atom →build
- 17:2017:20, 21 February 2016 diff hist +63 m Atom →Links
- 17:1817:18, 21 February 2016 diff hist +863 Atom →Building
8 February 2016
- 08:4608:46, 8 February 2016 diff hist −136 Ace No edit summary current
11 December 2015
- 10:5610:56, 11 December 2015 diff hist +20 Ace No edit summary
10 December 2015
- 08:5408:54, 10 December 2015 diff hist +91 Ace →Description