User contributions for Jan

From NSIS Wiki
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

2 March 2026

  • 20:0720:07, 2 March 2026 diff hist 0 PathLibNo edit summary current
  • 17:5217:52, 2 March 2026 diff hist −2 PathLibNo edit summary
  • 17:4817:48, 2 March 2026 diff hist +55 PathLibNo edit summary
  • 17:4817:48, 2 March 2026 diff hist +2,642 N PathLibCreated 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 AssertCreated 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 StrLibNo edit summary current
  • 23:0023:00, 27 February 2026 diff hist +5 StrLibNo edit summary
  • 22:5822:58, 27 February 2026 diff hist +13 StrLibNo edit summary
  • 22:5822:58, 27 February 2026 diff hist −8 StrLibNo edit summary
  • 22:5722:57, 27 February 2026 diff hist +2,370 N StrLibCreated 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 ScoopNo edit summary current
  • 14:0514:05, 15 June 2025 diff hist +359 N AURCreated 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 APTCreated 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 MacPortsCreated 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 HomebrewNo edit summary current
  • 13:5513:55, 15 June 2025 diff hist +250 ScoopNo edit summary
  • 13:5213:52, 15 June 2025 diff hist +504 N HomebrewCreated 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 NixCreated 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 ScoopCreated 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 WingetCreated 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 ManagersCreated 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 CenterNo edit summary current
  • 13:2513:25, 15 June 2025 diff hist 0 N File:Terminal.pngNo edit summary current

2 September 2018

17 August 2018

  • 14:4014:40, 17 August 2018 diff hist +1,121 N YeomanCreated 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

8 October 2016

5 August 2016

28 May 2016

10 May 2016

9 May 2016

23 April 2016

20 April 2016

11 April 2016

26 March 2016

21 February 2016

8 February 2016

11 December 2015

10 December 2015

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)