NSIS/Examples
eccles 8a66228b7c 2.3:
- Much reworking and refactoring.
- Added built-in support for the rest of NSIS's conditional tests.
- Added ability to use any NSIS conditional command in a normal If type statement.
- Optimised the code produced by If (fewer Goto's).
- Added statement similar to If that works in reverse: "Unless".
- Fixed bug where using Continue in a Do..LoopUntil loop went to the top of the loop and not the loop condition.
- Added DoWhile..Loop and Do..LoopWhile loop varieties.
- Optimised the code prodiced by Select (fewer Goto's).
- Renamed Case_Else to CaseElse.
- CaseElse can also be called Default (for the C-minded).


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3278 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-14 00:29:15 +00:00
..
Modern UI updated reserve file info 2003-12-09 19:43:30 +00:00
bigtest.nsi graphics path changed 2003-11-19 13:51:45 +00:00
cvsdata.nsi update/uninstall CVS data 2003-12-01 22:47:23 +00:00
example1.nsi page commands 2003-09-05 15:16:15 +00:00
example2.nsi missed Install_Dir 2003-12-02 12:10:17 +00:00
gfx.nsi new Graphics folder with a good structure, updated icons 2003-09-23 18:34:01 +00:00
languages.nsi Updated to work with the latest CVS version 2003-09-05 20:16:16 +00:00
LogicLib.nsi 2.3: 2003-12-14 00:29:15 +00:00
makensis.ini check for already installed versions 2003-10-08 17:44:33 +00:00
makensis.nsi file association fix 2003-12-11 21:05:30 +00:00
one-section.nsi Applied patch #849000 - New sections macros for mutually exclusive section selection by Tim Gallagher 2003-11-25 17:18:45 +00:00
primes.nsi page commands 2003-09-05 15:16:15 +00:00
rtest.nsi test GetFunctionAddress too 2003-11-19 21:45:22 +00:00
UserVars.nsi page commands 2003-09-05 15:16:15 +00:00
VersionInfo.nsi Missing LoadLanguageFile 2003-06-25 01:16:33 +00:00
viewhtml.nsi Chapter1.html no longer comes with the default package 2003-11-19 14:08:06 +00:00
waplugin.nsi page commands 2003-09-05 15:16:15 +00:00