nsis Questions

1

Solved

to get -n 0 value passing as a string (no need option) to the installer, I don't quite understand what this function work? ; GetParameters ; input, none ; output, top of stack (replaces, with e....
Wine asked 9/11, 2010 at 13:7

1

Solved

I'm wondering, how do I get the output of an execwait command in NSIS. For example, if I run tree, how would I get the output, which would be the actual tree?
Zarzuela asked 25/10, 2010 at 19:27

4

Solved

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...
Bendix asked 8/9, 2010 at 20:35

2

Solved

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 ...
Sunless asked 22/8, 2010 at 17:27

2

Solved

I have a batch file that I need to run within my NSIS installer. It must run after all the files have been extracted, (I suppose this is obvious, otherwise the batch file wouldn't exist yet). I tr...
Parasynapsis asked 16/7, 2010 at 13:12

2

Solved

Using NSIS, how can I read a (optional) command-line parameter provided to an uninstaller? I don't need to read it by name-- just reading the first parameter given could be enough.
Spatterdash asked 15/7, 2010 at 13:49

1

Solved

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 tog...
Crash asked 14/7, 2010 at 19:25

2

Solved

I'm writing an NSIS installer and the setup program elevates "as administrator" as needed on Windows 7 / vista. I need to run the installed program at the end of the install and don't want to launc...
Hargrave asked 10/3, 2010 at 6:41

1

Solved

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.
Subtropics asked 7/5, 2010 at 13:22

3

Solved

I'm developing my first java application using Eclipse. I've recently needed to adjust the amount of memory allocated by passing -Xmx256M to the JVM. The application is currently package up as a ru...
Surfacetosurface asked 1/4, 2010 at 19:5

4

Does NSIS support Linux and Solaris? I read somewhere that we can compile nsis script on Linux but cant execute the .exe generated on any other platforms but Windows. Can somebody put more light in...
Tymothy asked 24/2, 2010 at 8:30

1

Solved

If an NullSoft Install System installer is launched with the /S switch, how can I detect it from the script?
Murage asked 13/1, 2010 at 19:26

6

Solved

How can I call a query from a .bat file? (say my query is: select version from system). Can my .bat file save the output that this query returns? I wanna use this output in my NSIS script.
Shrewd asked 12/1, 2010 at 9:30

1

Solved

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...
Elect asked 20/10, 2009 at 15:17

2

Solved

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...
Achlorhydria asked 4/10, 2009 at 21:50

3

Solved

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....
Begga asked 14/5, 2009 at 2:38

1

Solved

I am using an NSIS script to create an installer for my Java program. My executeable jar is launched from a BAT file. The installer works fine, but I want a specific file type (just for an example ...
Dzerzhinsk asked 19/8, 2009 at 19:17

4

Solved

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 immediate...
Hilaryhilbert asked 28/1, 2009 at 18:18

1

Solved

My NSIS installer creates Start Menu links to run and uninstall my application. Using NSIS, how do I create StartMenu shortcut to open a folder in Windows Explorer?
Showbread asked 20/5, 2009 at 22:16

2

Solved

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...
Runesmith asked 14/3, 2009 at 18:31

1

Solved

We distribute the software created by my group via Windows installers generated via NSIS. We generate our NSIS configuration files from a python script written by a developer who no longer works wi...
Sorrell asked 21/11, 2008 at 20:16

1

Solved

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 stan...
Wendy asked 22/10, 2008 at 23:36

© 2022 - 2024 — McMap. All rights reserved.