Tagged Questions

NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.

learn more… | top users | synonyms

27
votes
9answers
7k views

Free software for windows installers: NSIS vs. WiX?

I'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend over the other and why? Feel free to offer something else if you think it's ...
21
votes
7answers
21k views

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. I already know that I can check a system property "sun.arch.data.model", but this is ...
11
votes
6answers
6k views

How do you set directory permissions in NSIS?

I'm trying to build a Windows installer using Nullsoft Install System that requires installation by an Administrator. The installer makes a "logs" directory. Since regular users can run this ...
8
votes
3answers
2k views

How do I concatenate 2 strings in NSIS

How do I concatenate 2 strings in NSIS?
6
votes
2answers
1k views

NSIS Installer with .NET 4.0

Is there a standard/preferred method for automatically downloading and installing the .NET 4.0 Framework from an NSIS installer, if the machine doesn't already have it? There are several examples for ...
6
votes
2answers
2k views

Build NSIS script as a MSI package

Is there any way how to compile the Nullsoft Installer Script (NSI) setup as a MSI package instead of an EXE?
6
votes
6answers
3k views

NSIS installer that checks for .NET Framework

I want to create an NSIS installer that checks for the .NET Framework and installs it if it's not there. Can you point me to a script for this? I'm very new to NSIS.
5
votes
1answer
56 views

Deploy WAR to right WebApps folder

I am compiling my 1st NSIS script, and enjoying the learning curve. The app has already: Checks if machine is 64bit, aborts if 32bit. Looks for a JRE and installs one if not found. Installs Apache ...
5
votes
3answers
3k views

Installing drivers from NSIS installer in x64 system

I want to add support for x64 OSes to my NSIS installer. One of the installer's task is drivers installation. I've written a special NSIS plugin for this task. This plugin uses Driver Install ...
5
votes
2answers
317 views

NSIS Integration with Windows Games Explorer

I'm trying to get the NSIS installer for my game to register the game with the Games Explorer in Vista/Win7. In all other respects, my installer is working fine - but I've had a difficult time ...
5
votes
2answers
3k views

How do I require user to uninstall previous version with NSIS

I have just started using NSIS. It works very well but I find the documentation a bit unstructured. How do I require user to uninstall previous version before installing a new version with NSIS? NSIS ...
5
votes
2answers
2k views

NSIS: Find and download .Net Version

How can I get the version of .NET with NSIS? And if I don't have the necessary version, it redirects me to a site to download it. I've found some solutions to this, but they usually have some hard ...
5
votes
4answers
7k views

Detecting if a program is already installed with NSIS

I'm using NSIS to create an installer for a program, what is the best way to detect if this program is already installed? Also, since I'm running the installer from the autorun.inf, can I immediately ...
4
votes
3answers
137 views

Web install builder software

Web installers are getting more popular every day - you download just a small bit of installation and it pulls the remaining files from webserver. But with all popularity, I couldn't find any ...
4
votes
2answers
2k views

NSIS - put EXE version into name of installer

NSIS has a Name variable that you define in the script: Name "MyApp" It defines the name of the installer, that gets displayed as the window title, etc. Is there a way to pull the .NET Version ...
4
votes
3answers
3k views

Is it possible for 32 bit NSIS to launch a 64 bit program?

I'm porting a windows program from 32 -> 64 bit. It has a 32 bit installer which is written using NSIS. Can I launch one of my new 64 bit exes using the 32 bit NSIS installer? I don't think there ...
4
votes
1answer
1k views

NSIS - Define InstallDir depending on FileExists

What I want to do with this script is to copy a file in a folder who already exists. But it can be at the root (C:) or in the program files. There what I want, but this script doesn’t work: ${If} ...
4
votes
2answers
4k views

How to Add a Desktop Shortcut Option on Finish Page in NSIS installer?

I'm trying to create an installer using NSIS Modern User Interface for the first time. I would like to know how I can add an option (checkbox) for users to select to have a desktop shortcut created ...
4
votes
3answers
2k views

NSIS - Silent Autoupdate Application

I have an NSIS install kit for my .net c# application. Is there a way to silently autoupdate my application, considering that I already downloaded the new update (new NSIS app version) to local ...
4
votes
4answers
2k views

How do you make an update installer with NSIS?

I currently have a project with an installer I made with NSIS, but I would like to have an update to new versions that only has the changed files and will show a changelog. The target platform is ...
4
votes
1answer
335 views

Is there any NSIS Best Practices or Coding Standards around?

I'm creating several NSIS installers and as my expertise in this thing grows up I'm no longer happy with just making things work, I would like to see if there are some best practices or coding ...
3
votes
1answer
130 views

NSIS - problems detecting java installation on x64 systems

I have a NSIS installer that at a point has to check if java is installed in the system, and, if not, it has to install it silently. It also have to return the path to java, because I have to create ...
3
votes
1answer
179 views

NSIS - jruby fails to access environment variables

I've made a NSIS script to create an installer for a Rails application. The application uses JRuby and Java. In the first section of the installer I set the environment variables: I add jruby\bin to ...
3
votes
2answers
183 views

NSIS - Failing to run Java Application with 64 bit Java

My installer launches a batch file in -post. Under 32 bit this works fine but when I have 64 bit JVM installed I get this error: 'java' is not recognized as an internal or external command, operable ...
3
votes
2answers
128 views

Passing values from Java to nsis script

I have a java code, where I give some variable dynamically. I need to pass that value to the nsis script. For example I will get a value of the variable age at runtime, and pass it to the var of the ...
3
votes
4answers
211 views

Is it possible to call Ant or NSIS script via Java Code

is it possible to call Ant or NSIS script via Java code at run time. if it possible kindly give some examples.. Thanks in advance...
3
votes
1answer
123 views

creating chained installation using visual studio

i Have created a winforms c# application.But i am facing problems in creating setup for my application. My problem is 1.i want to install the prerequisities as chain of installers with common ...
3
votes
1answer
475 views

NSIS installer. UAC - can elevation happen only after user chooses path?

Currently I am participating in development of a NSIS installer. This installer uses the UAC plugin for elevation to be able to install to a directory inside Program Files. Now, the installer elevates ...
3
votes
2answers
358 views

NSIS script for java installation

I want to install java using nsis script, but i have to know whether the java installed or not in the system(windows). based on the register keys how can we check java installed or not?? can ...
3
votes
1answer
78 views

Existing solutions to test a NSIS script

Does anyone know of an existing solution to help write tests for a NSIS script? The motivation is the benefit of knowing whether modifying an existing installation script breaks it or has undesired ...
3
votes
3answers
200 views

Static URL for a JDK?

I'm building an NSIS installer to install my application under Windows, and it will check if a user has a JDK (>= 1.5) and download and launch the installer for it if they do not. While I have seen ...
3
votes
2answers
459 views

How to execute an NSIS uninstaller from within an another NSIS installer and wait for it to finish?

I have an installer, a compiled NSIS script and it first checks if another version of my application is running on the system. If another instance exists, then it first triggers the silent ...
3
votes
4answers
435 views

Deploy web application as a standalone executable

I have a web application that I developed with the Google Web Toolkit (GWT), it is a utility application that helps make calculations when planning specific server deployments. I want to be able to ...
3
votes
1answer
1k views

NSIS - How to copy recursively while excluding files?

I need to copy a directory recursively but exclude a couple of directories within it. The documentation for NSIS says the File command takes /r and /x parameters, but I cannot get them to work ...
3
votes
1answer
732 views

Make Windows refresh icon cache

I really liked the oxygen appearance of KDE SC 4. I wrote a program to apply these icons to windows. The program is written in NSIS, and is currently nearly fully functional. However, the only way I ...
3
votes
1answer
253 views

NSIS Installer Name

Is it possible to set the nsis installer file generated when compiling the installer? something like: makensis /ExeFile:myInstall-v4.1.2.3.exe install.nsi That would be keen.
3
votes
1answer
2k views

What are ProductCode & UpgradeCode & GUID? How to detect if certain application/library is already installed on the user machine?

I've already gone through: http://stackoverflow.com/questions/211192/check-if-the-application-is-already-installed ...
3
votes
3answers
2k views

Creating Windows Desktop Icon in CMake + CPack + NSIS

I'm using NSIS package generator in CMake 2.8.1 to distribute a Qt application. Everything is working fine... except the use of CPACK_CREATE_DESKTOP_LINKS to create a desktop link to the application. ...
3
votes
3answers
527 views

NSIS script - download .NET framework, DirectX

Can a NSIS script download .NET and DirectX from microsoft, then install it? I don't want to include the installers in my installer because they are huge.
3
votes
3answers
919 views

Add registration dialog to PackageMaker

I'm currently in the process of writing a Mac PackageMaker-based installer for an application that I had previously distributed for Windows using an NSIS installer. In NSIS, I was able to create a ...
3
votes
3answers
715 views

NSIS: What is a registry?

What is a registry in NSIS? How do you write to and read from a registry?
3
votes
2answers
3k views

NSIS Vs WiX Vs AnyOther Installation Package

Need to create a Installation Package that would need to a) install a Database, b) create database and tables, c) installed already created installable in Visual Studio, d) create ODBC datasource, ...
3
votes
2answers
2k views

NSIS: Task Scheduler: Run only if logged on checkbox

I am having issues with setting up a scheduled task with NSIS. I will not know all of the passwords for the users I am setting up tasks for therefore I need the Run Only if Logged On checkbox ...
3
votes
2answers
1k views

Methods for debugging NSIS installers?

Although NSIS allows you to build quite powerful installers, the "so low level language that it reminds me of assembly" that NSIS uses is quite prone to making mistakes and therefore, when you want ...
3
votes
2answers
4k views

How to “refresh” Windows 7 start menu from NSIS installer?

I have an installer (NSIS) that creates shortcuts in start menu. When I remove the program uninstall removes the folder from: C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start ...
3
votes
3answers
4k views

Saving NSIS Install Log

What's the easiest way to save the install log that is displayed in NSIS? I seem to remember reading somewhere that you can recompile the NSIS code with a special flag to enable it to save the log. ...
3
votes
2answers
925 views

TeamCity - How to create an installer package?

I'm pretty new with TeamCity but have 2-3 years experience with CC.NET-t. I'm familiar with MSBuild but maybe TeamCity has other ways to build things. I see that TeamCity has a nice UI and great ...
3
votes
1answer
1k views

NSIS get path of current installer file that is running

Is there an NSIS var to get the path of the currently running installer?
3
votes
4answers
1k views

Where to Store writable data to be shared by all users in a vista installer?

My app is installed via NSIS. I want the installer to install the program for all users. I can do this, by installing to the 'program files' directory. There is a database file (firebird), that all ...
2
votes
2answers
51 views

Files under Program Files have a split personality

I have a Ruby application I'm installing (along with a packaged ruby interpreter) under Program Files on Windows 7 with an NSIS-built installer. In order to debug it, I edited one of the files to add ...

1 2 3 4 5 10