Commit graph

27 commits

Author SHA1 Message Date
kichik
9a47586141 use https
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7196 212acab6-be3b-0410-9dea-997c60f758d6
2020-07-31 20:07:43 +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
5837f4397b Updated supported OS list in "Main Features"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6496 212acab6-be3b-0410-9dea-997c60f758d6
2014-06-19 22:08:24 +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
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
6355acfa03 match language number on site
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4968 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-03 13:05:13 +00:00
kichik
585ba20704 added vista
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4759 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-29 15:26:22 +00:00
kichik
6e4d079866 converted archive links to wiki links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4131 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-23 20:48:56 +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
fb7d3b421d double and
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3740 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 16:30:33 +00:00
flizebogen
ffe2399241 Fixed some typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3739 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-19 17:51:21 +00:00
joostverburg
7615a25883 updated documentation: new system for DLL/TLB library setup, useful script code, history, credits, intro, tutorial
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3602 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:06:27 +00:00
joostverburg
9241c66c5e features list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3328 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-28 23:50:49 +00:00
joostverburg
98d481d7cb default strings, current folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3176 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 16:28:58 +00:00
joostverburg
91dc660c02 lots of updates: user variables, new instructions, text updates, changelog etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 19:46:37 +00:00
kichik
8a97b60b30 Added \R{ref}{name} for named references
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2315 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-16 20:37:35 +00:00
kichik
45549a0bd4 - Lots of small fixes
- b1 history complete


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2129 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-08 22:42:09 +00:00
kichik
0ceb7701de Crotian coming
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1910 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-06 17:25:23 +00:00
kichik
48ef50d248 More languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1855 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-30 13:38:13 +00:00
kichik
d1b54a0026 Features updated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1641 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-09 15:17:57 +00:00
joostverburg
70f544f1e6 listitems fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1531 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 16:51:44 +00:00
kichik
e113f987e6 Same as teh html
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1523 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 15:58:35 +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
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