Commit graph

16 commits

Author SHA1 Message Date
kichik
594c3ed0f6 - First LZMA enhanced NSIS version - experimental
- Added SetCompressorDictSize (only works for LZMA)
- Added SetCompressionLevel (only "works" for zlib and bzip2) - doesn't work for now
- Section is only supposed to get 4 parameters if /o is specified
- Updated version numbers


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3190 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 00:08:58 +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
kichik
6d246677db Safer __TIMESTAMP__, __FILE__, and friends
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2638 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 22:44:45 +00:00
ramon18
1ea2160310 Version Information now rely on languages, some more updates on named uservars, maybe last one before official release :) (preview UserVars.nsi - doesn't compile yet)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2633 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 00:06:23 +00:00
ramon18
f758230f19 Comments like C/C++; Added commands to support VersionInformation (VIProductVersion, VIProductName, VICompanyName, VIComments, VILegalTrademarks, VILegalCopyrights, VIDescription); Support to named user variables (up to 500) but disabled by define
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2623 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-09 18:59:14 +00:00
kichik
b2a2045a53 No resources in makensis...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1698 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-14 12:12:57 +00:00
justin1014
3b64880ecc removed inf* dependencies
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1314 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-07 19:49:38 +00:00
eccles
4670aa26c5 Added a Debug configuration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1288 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-02 22:47:57 +00:00
justin1014
83bfc82bed removed bzlib_private.h dependency
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1243 212acab6-be3b-0410-9dea-997c60f758d6
2002-10-01 02:16:47 +00:00
rainwater
66eb5c0f72 removed icon to distinguish makensis and makensisw
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1044 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-19 15:56:00 +00:00
kichik
0c2597fd29 no more warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@674 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 14:31:30 +00:00
sunjammerx
caa131db8c - Renamed ExternalCommands.cpp & h to Plugin.cpp & h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@651 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 19:38:40 +00:00
sunjammerx
31ad4513e9 Added automatic use of dll commands (see config.h for more details)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@645 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 02:05:00 +00:00
kichik
4c1780d9f0 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@638 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-03 23:06:10 +00:00
kichik
6d501355a0 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@627 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 12:45:31 +00:00
kichik
3e9e73ec59 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 10:01:35 +00:00