anders_k
e7ac6581e4
Documentation fixes and clarifications
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6728 212acab6-be3b-0410-9dea-997c60f758d6
2016-03-27 23:24:43 +00:00
anders_k
89a2cbb770
Added /WX compiler switch (treat warnings as errors)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6520 212acab6-be3b-0410-9dea-997c60f758d6
2014-07-11 21:57:00 +00:00
anders_k
0bffaecea3
Added preprocess only mode (/[SAFE]PPO switch)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6495 212acab6-be3b-0410-9dea-997c60f758d6
2014-06-19 19:06:49 +00:00
anders_k
0653f46c07
StdOut Unicode support, controlled by /OUTPUTCHARSET and/or existing BOM if redirected.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6350 212acab6-be3b-0410-9dea-997c60f758d6
2013-05-04 13:32:47 +00:00
anders_k
dcddf977b2
Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6289 212acab6-be3b-0410-9dea-997c60f758d6
2013-03-07 21:25:35 +00:00
anders_k
7cc150c464
MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins.
...
The official plugins are now stored in architecture specific subdirectories under NSIS\Plugins. !AddPluginDir also gained a new (optional) architecture flag because MakeNSIS now stores separate plugin information for each target architecture. Storing plugins in the root of the Plugins directory is no longer supported.
MinGW does not implement the unicode CRT startup functions so the entry point functions and linker parameters had to be changed. The unicode tools use the ansi entry point and a small helper function that calls into the real code: _tmain has full argc+argv emulation while wWinMain does not pass the command line parameters. The stubs do not use any CRT functions and have no CRT or unicode helper code, they call our entry point directly.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6269 212acab6-be3b-0410-9dea-997c60f758d6
2012-10-13 01:47:50 +00:00
anders_k
dd72b0a0ed
Docs: Added some section keywords and fudged TargetMinimalOS min-version
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6188 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-30 23:30:29 +00:00
kichik
158502483b
fixed bug #1842326 - installer /D command line reference incomplete
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5392 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-01 14:29:19 +00:00
kichik
41d2436490
applied patch #1638974 - option to set process priority of makensis
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4913 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-27 16:53:37 +00:00
pabs3
0913023f33
Merge patch for better installs on POSIX platforms.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4486 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-21 09:54:23 +00:00
kichik
4a6fb3bfad
implemented RFE #1240601 - documentation of command line switches
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4187 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-23 10:29:14 +00:00
kichik
02c67b8a83
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3941 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 20:57:16 +00:00
kichik
821fca5066
better description of command line usage (bug report #1065322 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3771 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 14:38:33 +00:00
kichik
38b693f19a
added small usage examples
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3703 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-10 18:41:43 +00:00
flizebogen
aef4207321
changes to SetFileAttributes and {$QUICKLAUNCH}
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2150 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-12 18:04:17 +00:00
kichik
be7192efb7
/NOCD instead of /CD
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1704 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-14 20:03:07 +00:00
joostverburg
96306db6ff
better info about using MakeNSIS in explorer
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1497 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-28 16:32:30 +00:00
rainwater
0257d4fbc5
Renamed nsisconf.nsi to nsisconf.nsh since it is really a include file. The NSIS installer will rename the nsisconf.nsi file to nsh if present to prevent upgrade issues.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1259 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 23:03:34 +00:00
rainwater
0694d4c102
fixed some warnings
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@879 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 23:50:08 +00:00
rainwater
d8916735db
more doc updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@875 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 19:02:12 +00:00
rainwater
adeca96bb7
format updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@874 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 18:53:49 +00:00
rainwater
3ead7e15ef
new doc format (incomplete)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@873 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 18:05:40 +00:00