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.
0
votes
0answers
3 views
NSIS - Custom Page, problems with a droplist
I have this Custom Page in my code, where there is a droplist with the available drives on the computer. When the user chooses the drive he wants, a .txt file is created where is written that drive ...
0
votes
0answers
8 views
CreateDirRequest - changing path manualy
In my code I use NSD_CreateDirRequest to set path to folder. When I use browse button it work good. But when I change directory manualy it doesn't work.
ex.
I choose this directory using Browse ...
0
votes
1answer
19 views
NSIS - onClick not working at all
I have an issue that is driving me crazy: I cannot get the the onClick to work, not even with a simple example:
I've already read the documentation of NSIS, once and again before asking, but it seems ...
0
votes
1answer
19 views
NSIS execwait will not launch any network located exe, using a variable (execwait '$PATHTOEXE' )
My code for a NSIS execwait will not launch any network located exe, using a variable (execwait '$PATHTOEXE') even though it contains the full path to the exe.
Yes, the variable contains the correct ...
0
votes
1answer
13 views
nsis NSIS_Simple_Service_Plugin not having .nsh file
Recently i have downloaded NSIS_Simple_Service_Plugin_1.30.zip from http://nsis.sourceforge.net/NSIS_Simple_Service_Plugin but it does't have .nsh file but has .dll file only.
How to proceed in such ...
1
vote
1answer
26 views
NSIS - How can I write on a .txt file the option that the user choosed
I got this script (Author: Red Wine), that shows a droplist with the available drivers that the user can choose to install the files. I need to get the option that the user choosed and write it down ...
0
votes
1answer
25 views
NSIS - Detect drivers available and let the user decide where to install an specific file (the license of the software)
What I need is:
After the software is installed, I need to identify the drivers available (Hard Disks, Pen Drives, etc), and the user can chose in which drive he wants to install the license of the ...
0
votes
1answer
20 views
nsis disable next button of component page
I am writing a installer using nsis.
On ".onInit" Iam checking prerequisite software are there or not and based on that I want to enable or disable "Next" button of component page.Here is what iam ...
0
votes
3answers
45 views
How to launch an executable on the end of installation correctly?
I'm launching my Windows application this way after the installation completes:
!define MUI_FINISHPAGE_RUN_FUNCTION "LaunchApplication"
...
Function LaunchApplication
ExecShell "" ...
0
votes
0answers
14 views
Does NSIS support IIS7?
I have been assigned a task to modify existing installer so that it adds application on existing IIS website that the user will be able to select from a combo box. I found an IIS plugin for NSIS, but ...
0
votes
1answer
25 views
Getting NSIS File Version with C#
I have scripted an installer using NSIS and added version information via VIProductVersion and VIAddVersionKey commands. When I view the properties of the compiled file, the version information is ...
0
votes
2answers
69 views
SCRIPT to change default search engine (with or without having to install browser addon)
Goal : Change FF, IE, Chrome, Safari, Default search engine, Homepage and url searchbar
Tools & Scripts : I would like to have a link on the page, that would suggest to make the changes described ...
1
vote
1answer
33 views
NSIS Invalid command: ShellExecAsUser::ShellExecAsUser
When I try to use the ShellExecAsUser plugin for NSIS, I get the following error.
Invalid command: ShellExecAsUser::ShellExecAsUser
This only started to happen after I upgraded the NSIS script ...
0
votes
5answers
75 views
Skinnedbutton Plugin issue in win 7 -64 bit
I am using SkinnedButton-v1.2.zip (23 KB) - v1.2 by Slappy for skinning my installer buttons.
Its working fine everywhere except on Windows 7 64bit where the buttons are not showing image, neither ...
0
votes
1answer
29 views
Error when trying to read the .ini file from .nsi script
I have to write a NSIS script for deployment the report on the server.It works fine when I am using localhost.
Now I want to send this package to my client but the problem is that I don't know the ...
0
votes
3answers
19 views
Accessing variables declared in another file
I'm a newbie to NSIS and started working with CoolSoft NSIS dialog Designer to create custom pages for my installer. I have a requirement to hide/unhide some textboxes according to user's selection ...
0
votes
0answers
26 views
Recommended Library/Macro that Deletes Installed Files on Uninstallation
Which library or macro that deletes only installed files when the uninstallation is run would you recommend?
I'm aware this kind question has been asked alot but I'm looking for advice on the most ...
0
votes
1answer
34 views
How to check if file locked/used by other process NSIS
Hi I am writing nsis script for a patch installer. Before installer copies new files I need to check if any process is using the files I want to replace and I want rename those files to tmp and delete ...
0
votes
0answers
25 views
Control panel window hangs after uninstall of app [closed]
I have a problem with nsis uninstaller.
When I try to remove app from
Control panel->Add or remove programs,
app removes successful but
"Add or remove programs" window hangs, so even reloading ...
0
votes
2answers
30 views
Why does uninstall ask to close an app that isn't open?
When launching uninstall from Explorer, it pops up a message asking the user to close the application.
However, the application is not running. What does FindWindow see that the user can't see?
This ...
0
votes
1answer
36 views
Function that determines character frequency
Is there an existing NSIS function/macro that can tell me the number of times a character(or string) occurs in a string?
For example:
${StrCount} "abba" "a" $0
# $0 will equal 2 (because the ...
-3
votes
1answer
31 views
how to remove the bottom left margin of side-panel in nsis script?
I need to make an installer by using nsis script. In custom screen there is a margin at the bottom left corner of side panel. It's caused by the line above the "Back","Next" and "Cancel" button. How ...
1
vote
1answer
50 views
How can I run a win32 gui program from cygwin ssh?
I have an (nsis) installer that I am running in silent mode. I'd like to run it via ssh so that I can automatically run our test suite against the installed codebase. Unfortunately when I run the ...
0
votes
1answer
25 views
Opening a pdf/Wordpad file at Installation finish
I am using HM NIS Edit 2.03. For my setup installation, I need to open a help file at the end of the installation. The file may be a pdf, notepad or a word page file. I tried !define ...
0
votes
1answer
22 views
Pinned shortcut in MFU (Most Frequency Used) Start menu after NSIS setup
A NSIS created deployment setup, installs two executable. After setup, one of them appears in the MFU (Most Frequency Used) list of the start menu. But I don't that.
Is it possible to remove this ...
1
vote
1answer
47 views
How can I make my NSIS silent installer block until complete?
When I run a silent NSIS installer (from the console, as in installer.exe /S /D=C:\Foo) it immediately moves to the background. I'd like to wait until it has finished installing before I do anything ...
0
votes
2answers
33 views
How can I make a section in NSIS unchecked by default
I have a NSIS installer, here I have some components that user can choose to install:
Section "Modules" SecModules
SetOutPath "$INSTDIR"
CreateDirectory $INSTDIR\modules
...
SectionEnd
Section ...
0
votes
1answer
45 views
NSIS - add CreateText to MUI FINISH PAGE
I have an NSIS installer which at completion of the install sends an e-mail with a couple different logs attached. I'd like to allow the user to add their e-mail address to receive the e-mail and I'd ...
0
votes
0answers
43 views
how to integrate the GTK# installer to my own application installer
According to this guide Deploy GTK Sharp applications to Windows without installing GTK# I decided to integrate the installer to my own installer I made using NSIS
I have a c# application which I ...
0
votes
1answer
42 views
How to ask for reboot after install with NSIS using cmake
is it possible to ask the user to reboot the system after the end of an installation ?
I am using NSIS with CMake.
Thanks for any help,
0
votes
1answer
79 views
Registry with full permission
I am trying to give full permission for a registry in nsis but its not working. Below is a sample code.
WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Demo\" "mydemo" "abc"
AccessControl::GrantOnRegKey ...
-2
votes
1answer
30 views
How many parameters does the function StrStr require
He's baaack, get your mouse ready Anders to do your down votin
I am attempting to use the NSIS function StrStr but I get the following error:
!insertmacro: macro "FUNCTION_STRING_StrStr" requires 0 ...
-1
votes
1answer
26 views
Use StrStr in Uninstaller Code
Is it possible to use the NSIS function StrStr in uninstaller macro functions? Ie, call the function un.StrStr if it exists?
I am having trouble remembering if StrStr is part of the main API like ...
0
votes
1answer
30 views
Shifting the default text position in NSIS installer pages
I am using a background image for my installer pages, I have set all the other controls transparent.
There is a logo in the background image , which is overlapping with text on installer pages like ...
1
vote
1answer
38 views
NSIS doesn't abort install when uninstall is in onInit
I have an installer that makes it mandatory to uninstall the previous version before the new version can be installed.
However, when the initial question gets asked it does so. But the uninstall ...
0
votes
1answer
50 views
Go back a few pages when back button pressed
I've been trying to figure out how to do that for a few days but no luck. I'm trying to go back a few pages when back button pressed during the installation.
I want to do that in the creater ...
0
votes
1answer
23 views
Custom functions by pages in NSIS disappear
I have the following script:
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_COMPONENTS
!define MUI_PAGE_CUSTOMFUNCTION_PRE ComponentPost
!insertmacro MUI_PAGE_DIRECTORY
!define ...
0
votes
1answer
36 views
Multiple paths in NSIS. Code doesnt get executed
I need to ask user for several paths before installation, but i cannot get it done in NSIS. Seems like my code doesnt get referenced in MUI:
!define MUI_ABORTWARNING
!define MUI_ICON ...
0
votes
1answer
36 views
NSIS to install ruby gems
this is a function I have in nsis script:
Function rubyDependencies
DetailPrint "Installing Web Runtime Environment dependencies..."
ExecWait "gem install rails –v2.3.8"
ExecWait "gem ...
0
votes
2answers
48 views
Handling WM_CLOSE in NSIS
How can I handle WM_CLOSE message of a custom page ?
I want to add the app in system tray(using NotifyIcon plugin) when user closes the dialog.
Any ideas?
0
votes
0answers
50 views
How to create a NSIS installer with CPack without CMake
I would like to install several softwares at the same location.
These softwares are binaries and include files which are not managed by CMake.
My idea is to use CPack and NSIS generator but without ...
0
votes
2answers
77 views
Why is temporary file not deleted in NSIS?
I have compared two files and stored mismatched values in the temporary file. I have referred to this link. After that read the values from temporary file and replaced in original file. Finally I have ...
0
votes
1answer
54 views
Using NSIS command line to globally define product definitions
I'd like to control the branding for my NSIS installer by passing a parameter to makensis:
makensis.exe /DCOMPANY_X=1 installer.nsi
The following are the first few lines listed in my NSI file:
...
0
votes
1answer
56 views
How to compare two files in NSIS?
I have created exe using nsis.I have used following code for comparing two files.
Function compare
IfFileExists "$INSTDIR\old.properties" 0 filenotfound
FileOpen $0 "$INSTDIR\old.properties" ...
0
votes
1answer
46 views
How to call custom page function in silent installer using NSIS?
page custom test
# Installer sections
Section -Main SEC0000
SetOutPath $INSTDIR
MessageBox MB_OK "done"
............
.........
sectionEnd
Function test
...
0
votes
1answer
56 views
How to load a file's contents into a variable/define in NSIS?
I have a file 'releaseVersionNumber.txt' which I read during my build process; currently its read for my Mac build but I want to read it in my Windows NSIS build to reduce the number of edit locations ...
0
votes
2answers
55 views
Trying to communicate with a REST service with NSIS
All I am trying to do is send an HTTP GET with Querystring or HTTP POST to a web service from within a custom page in an NSIS installer.
The problem is that most plugins can upload/download files, ...
0
votes
1answer
57 views
base64 encoded iv? (NSISCrypt) Symmetric Encryption
So im trying to use a plugin called NSISCrypt for a NSIS Installer, Im wanting to obfuscate a register password.
So there are some easy Base64 encryption and decryption. So I thought HEY! great....
...
0
votes
1answer
70 views
How to change title bar for a nsis application
I have made a simple app using nsis that renders web pages. Next requirement where I am stuck is to implementing a custom title bar, with custom controls. I imagined that I could do this with skins or ...
0
votes
2answers
38 views
Disable Checkbox with NSDialogs
Does NSDialogs have a function that allows you to disable a CheckBox widget? If not I guess the only method is native WinAPI functions.
I've looked through NSDialogs api but cant find any disable ...
