nsis Questions
9
I have a directory structure that needs to be added to the installer. I have 3 different versions of my install script, and one of them being an upgrade script, requires excluding a certain file an...
2
Solved
Could any one help me to remove the "Nullsoft" label in NSIS installer? Please refer the image below.
Inquisitorial asked 24/11, 2010 at 4:23
2
Solved
I am trying to suppress the output window which pops up after executing a psql command in NSIS
ExecWait 'psql -U postgres -f "Path\To\File.sql" postgres'
I tried '>nul' after looking at this lin...
Ranaerancagua asked 5/6, 2013 at 12:54
2
Solved
The documentation for CPACK_PACKAGE_ICON is very limited on cmake wiki page.
The following is not working for me (as per):
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/images/MyIcon.bmp...
3
Solved
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 ...
Meneses asked 14/7, 2010 at 4:1
6
Solved
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 i...
Prentiss asked 9/11, 2009 at 11:47
3
Solved
I have an nsis installer script for the application im working on and it can place a shortcut on the desktop and in the start menu folder but each shortcut has the wrong start in path and as such t...
Slavery asked 10/6, 2009 at 2:47
3
Solved
My C++ application needs to install the Visual Studio C++ redistributable. I'm using Visual Studio 2019 Community edition. I use NSIS (version 3.04) to create my install program. Should I try to de...
Logistic asked 29/5, 2020 at 18:7
2
Solved
In my installer I would like to create an empty file. In linux I would use the touch command, but what's the easiest way to do this in NSIS?
Loathsome asked 6/9, 2011 at 6:56
2
Solved
I want to add a label displaying the full version-string in the welcome screen in the installer I am creating using NSIS with MUI2.
I have searched for info on how to do this, but only found refer...
Hernardo asked 15/3, 2011 at 22:44
2
Solved
I have a NSIS script that is working well for a large application. I have read many threads all over the web, but cannot get a clear answer to the following: is it possible to install an applicatio...
Rechaba asked 11/1, 2012 at 15:3
3
How to install application as windows service using NSIS script?
I used this command in the script Exec '"sc.exe" but after installation i couldn't find any service in windows services related to ...
Hines asked 22/7, 2013 at 11:51
1
How can I resolve "7998: ANSI targets are deprecated"?
When I add Unicode True
I get error,
Error: Can't change target charset after data already got compressed or header already changed...
Carol asked 10/11, 2020 at 8:5
4
Solved
Can I implement the following C code inside NSIS script?
C code
if ( (value1 == 1) && ((value2 == "text") || (value3 >= 100)) )
//Do something
NSIS code
${If} $value2 == "text"
${O...
Puente asked 18/6, 2015 at 10:54
1
Solved
I want to customize NSIS script - e.g. remove Finish Page and run app immediately after install (assisted installer is used).
I use modifying scrpt: include: build/installer.nsh.
It opens myApp ...
Dree asked 11/2, 2020 at 14:15
4
Solved
I can't seem to find any information about how to copy a directory using NSIS ?, i know there is a file command but is there any command to copy a directory .
Yi asked 13/6, 2012 at 11:34
3
Solved
When I open my installer(that I created using NSIS), the UAC dialog appears with information about my installer. The field Publisher is 'unknown'. I've heard of digitally signing the application, d...
5
Solved
I would like to replace the default logo in my NSIS installer (see image below), but I cannot find anything about this on the internet. Can it be done?
Aylesbury asked 15/9, 2011 at 12:43
6
Solved
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 w...
Nonesuch asked 13/6, 2009 at 9:26
4
Solved
I'm trying to install an .inf file via NSIS like (Installing a driver in NSIS script).
Installation itself works smooth, but Windows installs the driver with its internal published name (an increm...
2
I'm making installers for windows using NSIS and have a number of custom install options that the user can specify using the command line, for example:
installer.exe /IDPATH=c:\Program Files\Adobe...
Versicular asked 23/6, 2010 at 15:48
3
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 undesir...
Otes asked 10/2, 2011 at 17:39
4
Solved
How do I concatenate 2 strings in NSIS?
Arita asked 13/4, 2010 at 20:9
2
I've got an NSIS script that is a couple thousand lines and not properly indented making the script difficult to read. Is there a way to format NSIS script or at the minimum be able to indent...
Taxdeductible asked 15/9, 2015 at 8:50
5
Solved
I've read that "Strings longer than ${NSIS_MAX_STRLEN} (1024) will get truncated/corrupted."
How can I safely update %PATH% environment variable?
Enclasp asked 10/7, 2015 at 12:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.