
NSIS with 64-bit support - Winamp & Shoutcast Forums
Aug 24, 2024 · You can compile official NSIS now as 64-bit if you want, this has worked for years already. However, the System plug-in is missing callbacks in 64-bit mode and that has to be fixed …
NSIS Discussion - Winamp & Shoutcast Forums
Sep 17, 2023 · Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other …
CopyFiles - rights to copy to C:\Program Files\myprogram\?
Sep 10, 2014 · I've written some simple nsis script (attached) where I copied the section and function from my originally script. downloading, extracting and copying to to C:\Program …
EnVar Plugin - Adds and removes environment paths
Apr 1, 2024 · Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other …
NSIS installer fails to find existing files while compiling
Nov 4, 2014 · Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other …
New tool - Graphical Installer (installers wih custom design)
Aug 11, 2017 · Setup of Graphical Installer for NSIS itself uses new features (moving mouse over buttons, enabled dragging) and has new refreshed look. Graphical Installer Wizard v1.17.01:
If File Exist Finding Files That Shouldn't Exist
Mar 15, 2017 · Hi, I'm extremely new to NSIS but I've been picking it up pretty quickly. I'm trying to write a function that checks if a file exists, and if it does, define it, and then later install it. And if the file …
SetCompressor to Best Compressor in script
Aug 2, 2015 · Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other …
uninstall: how to check if the application is running
Mar 17, 2003 · Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other …
Exec v ExecWait v ExecShell v nsExec v ExecToLog v ExecToStack v ...
Jul 29, 2012 · Can I know what are the differences between each Exec, ExecWait, ExecShell, nsExec::Exec, nsExec::ExecToLog, nsExec::ExecToStack, ExecDos and ExecCmd, as in when to …