null soft installer system
Find a file
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
Contrib Only validate if pressing the Next button. 2003-12-13 17:17:03 +00:00
Docs Misspelled 2003-11-26 13:58:03 +00:00
Examples 2.3: 2003-12-14 00:29:15 +00:00
Include 2.3: 2003-12-14 00:29:15 +00:00
Menu section structure, file associations, shell extensions 2003-11-27 21:29:05 +00:00
Plugins Only validate if pressing the Next button. 2003-12-13 17:17:03 +00:00
Source Around 20 bytes down 2003-12-08 22:30:27 +00:00
nsisconf.nsh mui nsisconf macro backwards compatible 2003-09-28 16:35:42 +00:00
TODO.txt - Improved file mapping so you can now esaily compile installers up to 2GB with a minimum requirment of memory (changable by FileBufSize) 2003-09-15 22:05:06 +00:00