- 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
This commit is contained in:
kichik 2003-09-15 22:05:06 +00:00
parent 624f7225f4
commit de0104cc39
10 changed files with 727 additions and 176 deletions

View file

@ -6,10 +6,6 @@ NSIS
* empty subsections should not show
* start optimizing datablock after file mapping was released
* map files part by part to save memory
* skip plugin calls, file instructions that add more than one file with +1 with goto
* more powerful plug-ins (access to ExecFunc and flags and even more)