-
Hi Anders,
thanks for your prompt answer. So the license in http://www.nullsoft.com/free/jnetlib/ does cover the jnetlib parts in NSIS, right?
Please add the missig license text in an upcoming release - would make life easier for me. THX.
2009-11-20 10:36:44 UTC by nobody
-
Path conversion is done automatically. Which version and what command fails?.
2009-11-17 20:19:53 UTC by kichik
-
I would like to use the exact same .nsi file to build an installer on Windows and on Linux. This works fine, except for the file paths in the script files. If I use backslashes in things like File and !include, Windows works fine, but Linux breaks. Similarly, if I use forward slashes, Linux works fine, but Windows breaks.
I think supporting forward slashes on windows (at least for commands...
2009-11-17 13:41:06 UTC by http://lptr.myopenid.com/
-
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