Top "Nsis" questions

This tag is used for questions about the open source Nullsoft Scriptable Install System (NSIS) setup generator.

How to uninstall Apache with command line

So I'm trying to find a command to uninstall apache from windows that I have installed earlier with an NSIS …

windows apache nsis uninstallation
CurrentVersion value in registry for each windows operating system

I want to know CurrentVersion value for each operating system at HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" For example: I …

windows registry nsis
.NET Framework 4 installation in silent mode

Can anyone explain how to make silent (without any user interface) install of .NET 4? It looks like .NET installer ignores …

.net installation nsis
How do I detect which kind of JRE is installed -- 32bit vs. 64bit

During installation with an NSIS installer, I need to check which JRE (32bit vs 64bit) is installed on a system. …

64-bit 32-bit nsis java
How to create a batch file which work for both Program Files and Program Files(x86)?

I have created a batch file which automatically copy a .sql file to the path of installed Jasper server(it …

batch-file 32bit-64bit nsis batch-processing
Reliable way to get Windows Version from registry

I'm checking the windows version in an installer (made with NSIS) by checking the following registry key: HKLM "SOFTWARE\Microsoft\…

windows registry nsis windows-10 version-detection
Exec vs ExecWait vs ExecShell vs nsExec::Exec vs nsExec::ExecToLog vs nsExec::ExecToStack vs ExecDos vs ExeCmd

Can I know what are the differences between each Exec, ExecWait, ExecShell, nsExec::Exec, nsExec::ExecToLog, nsExec::ExecToStack, ExecDos and …

nsis shellexecute
Execute Command-Line Command from NSIS

I'm creating my first NSI script and I'm just wondering if I can execute a command-line command from NSIS or …

nsis
Build NSIS script as a MSI package

Is there any way to compile the Nullsoft Installer Script (NSI) setup as a MSI package instead of an EXE?

windows-installer installation nsis
How to replace the default logo in NSIS installer?

I would like to replace the default logo in my NSIS installer (see image below), but I cannot find anything …

installation nsis graphical-logo