Donate Share January 2006: Project of the Month

Nullsoft Scriptable Install System

Code

Programming Languages: C, C++

License: zlib/libpng License

Repositories

browse code, statistics, last commit on 2009-11-16 svn co https://nsis.svn.sourceforge.net/svnroot/nsis nsis

Show:

What's happening?

  • Nullsoft Scriptable Install System

    wizou committed revision 6000 to the Nullsoft Scriptable Install System SVN repository, changing 1 files.

    2009-11-16 14:10:29 UTC by wizou

  • Nullsoft Scriptable Install System

    kichik added wizou to the Nullsoft Scriptable Install System project.

    2009-11-14 10:45:12 UTC by kichik

  • High-DPI-Aware is missing in the exe file manifest

    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

  • Comment: UNICODE support

    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

  • Comment: UNICODE support

    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

  • SectionSetText not working in .onSelChange

    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

  • Comment: Missing license

    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

  • Missing license

    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

  • Short syntax for !insertmacro

    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

  • Comment: relnotes and docs for RequestExecutionLevel insufficient

    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