Commit graph

59 commits

Author SHA1 Message Date
kichik
3ab14efa82 - a4 was released in 2002, not 2003
- fixed a grammer mistake (at->on)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3307 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-24 16:03:22 +00:00
kichik
989f133c01 Added release dates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3303 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-23 17:42:42 +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
f08bac6815 separated a bit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3145 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-15 17:48:36 +00:00
kichik
3ccb9ac786 Updated changelog and release notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3144 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-15 17:26:00 +00:00
kichik
2cb320edb5 CHM documentation generates using Halibut. Thanks Nike!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3090 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-03 09:10:19 +00:00
joostverburg
f84a8861c9 credits, history, links, fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3046 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-23 13:01:59 +00:00
eccles
3e659f4568 Typos and spelling mistakes etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
2003-10-05 11:00:47 +00:00
joostverburg
2c6e349b75 changelog, tutorial, credits, mui info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2943 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-21 12:09:38 +00:00
joostverburg
dd1f76ded4 updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2940 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-21 11:00:47 +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
74ea2dc585 * PageEx - every page can be used everywhere and as many times as needed
* DirVar - easy way to add another dir page
* default strings in the language file (Page directory is enough, no need for DirText)
* strings from the language file are now LangStrings that can be used in the script
* no more /LANG - one string for all languages
* any lang strings can be used everywhere, installer or uninstaller (no un.)
* no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey)
* DirText parm for browse dialog text
* SetBkColor -> SetCtlColors - can now set text color too
* fixed SetOutPath and File /r bug
* fixed File /a /oname bug
* added $_CLICK for pages
* added quotes support in lang files (patch #752620)
* extraction progress
* separate RTL dialogs for RTL langs (improved RTL too)
* InstallOptions RTL
* StartMenu RTL
* fixed RegDLL?
* added IfSilent and SetSilent (SetSilent only works from .onInit)
* fixed verify window (it never showed) (bug #792494)
* fixed ifnewer readonly file problem (patch #783782)
* fixed wininit.ini manipulation when there is another section after [rename]
* fixed some ClearType issues
* fixed a minor bug in the resource editor
* fixed !ifdef/!endif stuff, rewritten
* lots of code and comments clean ups
* got rid of some useless exceptions handling and STL classes (still much more to go)
* lots of optimizations, of course ;)
* updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready)
* minor bug fixes


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +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
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
kichik
38606c296e Latest documentation by flizebogen
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2595 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-30 11:42:06 +00:00
flizebogen
0e8b582375 Updated Changelog and added "compiling NSIS Sources" notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2470 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-19 16:29:15 +00:00
flizebogen
17f3de5985 Updated Changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2438 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-05 14:50:12 +00:00
joostverburg
e1cd0373a4 updated changelog, blue links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2398 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-30 12:21:00 +00:00
flizebogen
8bf38c08ba Updated RMDIR command Syntax, added internal Referencies, rearanged order of some commands (by letter), new css file (no underlines for links)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2393 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-29 17:33:48 +00:00
flizebogen
01b0fb71f0 Updated SetBKColor and Changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2388 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-28 20:45:40 +00:00
flizebogen
2e9cb6d4e9 Added Info "Dump Content of Log Window to File", fixed Typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2346 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-20 19:37:31 +00:00
kichik
1c6dc531e6 Added FlushINI
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2319 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-17 13:23:01 +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
flizebogen
ab6fbe5fc7 added "how to install vb6 runtimes and Call an external dll using system.dll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2311 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-16 11:20:22 +00:00
kichik
d11140812c History updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2302 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-15 14:27:32 +00:00
joostverburg
39a9897cd8 updated docs, tutorial, changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2281 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-11 19:26:41 +00:00
joostverburg
b2eb723c7d beta 3 changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2229 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-03 18:14:49 +00:00
joostverburg
a4738ec3f7 beta 2 changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2204 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-21 15:57:36 +00:00
kichik
54580c8e54 A little type (thanks deguix)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2133 212acab6-be3b-0410-9dea-997c60f758d6
2003-02-09 04:35:56 +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
joostverburg
cd0150cf3d updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2092 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-28 21:44:01 +00:00
joostverburg
1d990eab9a updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2034 212acab6-be3b-0410-9dea-997c60f758d6
2003-01-04 15:44:52 +00:00
joostverburg
e4d3f6a3ad updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1998 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-24 20:57:40 +00:00
joostverburg
766856df9a updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1950 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-14 00:20:48 +00:00
joostverburg
ae7f73fc27 start of beta 1 changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1940 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-11 20:03:10 +00:00
kichik
25459dcb70 History update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1878 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-04 20:01:39 +00:00
kichik
c39704dca4 Sections in silent installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1854 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-30 13:35:42 +00:00
kichik
5e9ede6d31 + Sections can be unselected in silent mode too
+ Some documentation fixes
+ Transition between a normal page and a custom page no longer causes a flicker (between two custom pages it still does)
+ The completed sub-caption shows again


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1853 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-30 13:15:49 +00:00
kichik
e398d993ad InitPluginsDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1796 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-20 18:27:39 +00:00
kichik
e930d50ccf Still flickers, and welcome and finish screen
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1755 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-15 21:24:09 +00:00
kichik
94da577e63 IO flickering
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1675 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-11 18:28:24 +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
d8e08367c8 ShowWin gone
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1642 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-09 15:18:17 +00:00
kichik
a1d7155dfb Plugins added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1625 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-08 19:29:21 +00:00
kichik
c8f70d62b1 Fixed version history of v2.0a2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1566 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-02 18:57:31 +00:00
kichik
6c51b44657 New paging system. All scripts must be updated, but it sure is worth it. InstallOptions has two new functions initDialog and show. Docs massively updated.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1536 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 20:34:55 +00:00
joostverburg
69dee33388 updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1532 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 16:55:00 +00:00
kichik
cdc2d18d06 Escaped
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1520 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 13:10:12 +00:00
kichik
43d6a41c99 History completed! FINALLY!!! :D
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1514 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-31 17:21:43 +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