kichik
678855fb40
Unicode true is the default
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7236 212acab6-be3b-0410-9dea-997c60f758d6
2020-10-13 23:56:02 +00:00
anders_k
000a1b33ff
Minor documentation fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6878 212acab6-be3b-0410-9dea-997c60f758d6
2017-07-17 21:44:04 +00:00
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
dbe6f23472
Fixed some typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6623 212acab6-be3b-0410-9dea-997c60f758d6
2015-10-10 19:32:16 +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
382b2fa282
Unicode fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6216 212acab6-be3b-0410-9dea-997c60f758d6
2012-02-28 22:40:43 +00:00
anders_k
3cd6ebbf39
Added VIFileVersion instruction and fixed version info resource default language
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6160 212acab6-be3b-0410-9dea-997c60f758d6
2011-07-29 22:11:00 +00:00
kichik
041a8a9881
applied patch #3307144 - more cross links in documentation (whyeye)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6152 212acab6-be3b-0410-9dea-997c60f758d6
2011-05-28 18:45:57 +00:00
wizou
73501896d4
Updated documentation and file functions for Unicode support
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6119 212acab6-be3b-0410-9dea-997c60f758d6
2010-07-09 15:12:21 +00:00
kichik
5ac5b3f95b
deprecate SetPluginUnload and /NOUNLOAD
...
plug-ins are now responsible to keeping themselves loaded using the new api
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:17:15 +00:00
kichik
ef34c07654
better explain what compiler flags mean and how flow control instructions should be used around them
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5186 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-04 17:52:47 +00:00
kichik
eb920cdec2
links in SetPluginUnload
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4828 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 16:10:51 +00:00
kichik
682ee90493
link to File
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4634 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:45:02 +00:00
kichik
d3a53325cb
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4381 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-08 19:50:54 +00:00
kichik
dd29796e0f
plugin -> plug-in
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4202 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-29 15:08:32 +00:00
kichik
fde1c303a2
added information about SetCompressor /SOLID
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3947 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:14:23 +00:00
kichik
99fd0223ab
clarified usage of SetCompressor
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3940 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 19:14:59 +00:00
kichik
6cb87b55ba
added /FINAL to SetCompressor
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3760 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-09 20:21:31 +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
joostverburg
66bed354ae
compression info
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3370 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-07 20:49:27 +00:00
kichik
da92941bfc
SetCompressorDictSize didn't show
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3286 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 13:07:12 +00:00
joostverburg
d5ce427baa
documented new features, font size
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3282 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-14 17:59:00 +00:00
kichik
de0104cc39
- Improved file mapping so you can now esaily compile installers up to 2GB with a minimum requirment of memory (changable by FileBufSize)
...
- Fixed DirText
- Fixed new browse dialog style problems (thanks LIGHTNING UK!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2919 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-15 22:05:06 +00:00
kichik
2fba235c29
fixed SetOverwrite and added ifdiff option
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2876 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-07 16:46:50 +00:00
kichik
9e5ccb9a32
- SetCompressor: added /FINAL switch
...
- SetOverwrite: added lastusd option
- Greek MUI translation v1.66
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2835 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-05 11:46:48 +00:00
flizebogen
91e3fee204
Added very basic informations about the new version commands (VIProductVersion, VIAddVersionKey)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2812 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-15 16:36:58 +00:00
joostverburg
63a1f7a0e3
changelog, info, doc
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2665 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-22 11:22:55 +00:00
o_owd
26dcf66d68
adeed AllowSkipFiles
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2663 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-20 18:04:56 +00:00
kichik
4033d7d04e
SetPluginUnload
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1747 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 19:55:05 +00:00
rainwater
584d3d2524
Updated docs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1739 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 18:45:47 +00:00
eccles
7633bdd8be
Spelling mistakes/typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1658 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-10 21:41:10 +00:00
kichik
839eb3fe36
Some more bold defaults
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1615 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-07 23:40:57 +00:00
rainwater
90ea8491f4
Updated docs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1609 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-06 21:20:55 +00:00
joostverburg
bb37221c28
bzip2 is not larger anymore
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1484 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-27 16:57:41 +00:00
kichik
41a03f754c
Features list updated, some links added and command parameters are now shown alone with a light background behind them.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1476 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-26 19:23:10 +00:00
rainwater
a3676511e6
Updated docs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1248 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 13:53:23 +00:00
justin1014
142ba15378
updated setcompress option
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1200 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 02:25:49 +00:00
justin1014
2df96b615b
updated setdatablockoptimize docs
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1199 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-27 02:22:41 +00:00
rainwater
306ef235aa
Docs updates. More to come.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1050 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 16:31:22 +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