nsis Questions

4

Solved

I have the following NSIS code Function CreateDesktopSC ;Creates Desktop Shortcut SetShellVarContext current SetOutPath "$DOCUMENTS\Foo\" SetShellVarContext all detailprint "Icon path: $INSTD...
Ricard asked 25/4, 2012 at 21:22

1

Solved

I'm using the IfFileExists function but I think it only include the first line after the jump. How can I do something similar to C like {..../.../....}?! IfFileExists "$PROGRAMFILES\InduSoft Web S...
Heist asked 14/9, 2012 at 10:58

2

Solved

I am making an NSIS script which checks if a previous version of the application is installed. If so, it asks whether or not the configuration file should be imported from this previous version. So...
Marte asked 15/8, 2012 at 12:33

3

Solved

I added a code that was published 3 years later than original plugin, but it still returns error... Code is straight forward imho ... but still I most likely miss some aspect ... See this code: ...
Hartnett asked 29/6, 2012 at 10:1

2

Solved

At the moment I am using: SetOutPath "$INSTDIR\folder\subfolder" File /r ..\Output\*.* The problem is when re-installing all files will be overwritten. Questions: How do I copy the files from...
Thornhill asked 2/8, 2012 at 8:32

0

I've got an NSIS script for generating an installer for my Java app - I'd like to automate this using Maven. Rather than using the plugin at Mojo Project, http://mojo.codehaus.org/nsis-maven-plug...
Gazebo asked 24/7, 2012 at 18:24

1

Solved

I want to execute ExecWait in NSIS with admin privileges, I was unable to find any documentation on this issue.
Cornetcy asked 22/7, 2012 at 18:49

2

How can I create desktop shortcuts for all user while installing a package?
Brewmaster asked 21/9, 2011 at 14:5

1

Solved

Using the Nullsoft Scriptable Install System (NSIS), I'm looking for a way to hide the details on the MUI_PAGE_INSTFILES page when having a setup with Modern UI 2. Currently an example of what I h...
Shoulder asked 9/7, 2012 at 16:6

1

I have an application setup build in NSIS. The set requires a key to be created at the following location for my application to start:- HKEY_LOCAL_MACHINE\Software\\\" "VersionNo" 0 HKEY_LOCAL_MA...
Cirrhosis asked 22/6, 2012 at 4:35

4

Solved

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 Frame...
Anneal asked 17/3, 2010 at 18:27

3

Solved

When I download my program from my website to my windows 2003 machine, it has a block on it and you have to right click on the exe, then properties, then select the button "Unblock". I would like ...
Ijssel asked 25/9, 2008 at 19:53

2

I am new to NSIS i am trying to execute an executable while installation similar to pre request. I tried the below code which copies the exe to the installation path but it is not executing it. Se...
Negate asked 5/6, 2012 at 12:25

4

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...
Painter asked 27/10, 2009 at 13:36

1

We have developed a script using NSIS Version 2.46 which would generate a installer for windows. Now that we would want to automate the build process of generating the installer by taking help of m...
Issykkul asked 27/4, 2012 at 14:18

1

Solved

Can a NSIS Function have more than one parameter? Why wont this code compile? If I cant have more than 1 param for a function what are my other options(disregarding using a macro)? Compile error:...
Islam asked 14/5, 2012 at 0:17

1

Solved

In some of the NSIS Installer documentation, it says that if some operation fails, the error flag will be set. Is the error flag just a boolean value or is a specific code that indicates what error...
Phip asked 29/3, 2012 at 17:53

1

Solved

With NSIS a basic build will have a "Show Details" button which will show the installer script messages. Is there a way to make this the default such that the user does not have to click "Show Deta...
Legion asked 26/3, 2012 at 13:10

2

Solved

I'm trying to modify an existing NSIS install script to allow for different licence files to be presented to the user depending on whether they are a new or existing user. I have pre-existing code ...
Ruthie asked 12/3, 2010 at 16:57

3

Solved

Currently I generate an installer for a program using NSIS on a Linux machine. The NSIS binaries have been compiled for Ubuntu, and using the .nsi script presents no difficulties. However, th...
Dele asked 2/3, 2012 at 2:26

2

In my .nsi file I am calling ExecWait '"$INSTDIR\application.exe" ' $0 . In application.exe I am returning exit codes for success and failures. How to catch those exit codes in .nsi file.
Derogatory asked 30/1, 2012 at 10:35

1

Is there any switch for silent uninstallation? like we do /s while installing. I tried the same with uninst,exe but didn't work.
Corrientes asked 20/1, 2012 at 19:9

2

Solved

I'm creating an installer using NSIS. This installer actually installs two programs in two different directories in the same installer. I am doing this using the modern user interface (MUI) pages a...
Reveille asked 2/1, 2012 at 23:21

2

Solved

I noticed this warning in the documentation for NSIS's RmDir method: Warning: using RMDir /r $INSTDIR in the uninstaller is not safe. Though it is unlikely, the user might select to install t...
Ahn asked 15/7, 2010 at 20:4

1

Solved

I am quite new with NSIS. I am trying to request administrator permissions in order to run the installer, as it messes around a bit with registries. My problem with "RequestExecutionLevel" and "MUL...
Rumery asked 4/1, 2012 at 18:32

© 2022 - 2024 — McMap. All rights reserved.