-
wizou committed revision 6000 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.
2009-11-16 14:10:29 UTC by wizou
-
kichik added wizou to the Nullsoft Scriptable Install System project.
2009-11-14 10:45:12 UTC by kichik
-
Windows Vista and Windows 7 require the High-DPI-Aware has to be declared in the exe file manifest othervise the user interface runs in 96 DPI independently on the user DPI settings. For more information see http://msdn.microsoft.com/en-us/library/ee417691(VS.85).aspx#_1.8.
2009-11-13 11:57:51 UTC by nobody
-
Please integrate NSIS Unicode changes to NSIS. I'm hopping this to happen for quite some time.
2009-11-11 13:57:19 UTC by intersol
-
The Faq should mention:
- That there is currently no unicode support in NSIS. (v. 2.45)
- If, and when it will be added.
- That there is a unicode version of NSIS available at: http://www.scratchpaper.com/
- Which doesn't support older non unicode Windows versions. (Win95 etc.)
- And which creates slightly bigger installers (a few kb more).
2009-11-10 20:57:45 UTC by nobody
-
Setting a section caption in .onSelChange to "" doesn't hide the section from the list (a checkbox with empty label is shown) , after advancing to the next page and returning it got invisible. This should work also vice versa.
SectionSetText ${SecID} "" ; hide section
SectionSetText ${SecID} "sometext" ; show section
This would add great flexibility to component selection, e.g. different...
2009-11-10 02:24:55 UTC by daemonui
-
Someone forgot to update those files along the way I guess
If you need confirmation, go to http://www.nullsoft.com/free/jnetlib/.
2009-11-07 16:34:31 UTC by anders_k
-
Hello,
I just came across a licensing problem: The files from jnetlib in
Contrib\Makensisw\jnetlib
and
Contrib\NSISdl
are referring to a license in a file that is missing:
** License: see jnetlib.h
In Contrib\NSISdl there is a file License.txt (see below). Can you
confirm that this license file contains the correct license for the
jnetlib files?
NSISdl 1.1 - HTTP...
2009-11-05 08:23:33 UTC by erichg
-
Command `!insertmacro MyMacro` is very verbose so very often script writer do this trick:
#define macro a b
!macro MyMacro
# ...
!macroend
#define shortcut for macro
!define MyMacro `!insertmacro MyMacro`
#use macro
${MyMacro} $a $b
It would be very handy if NSIS has syntax like `!{MyMacro}` for macros instead of `!insertmacro MyMacro`.
2009-10-30 07:27:50 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 21 days (the time period specified by
the administrator of this Tracker).
2009-10-20 02:21:23 UTC by sf-robot