null soft installer system
Find a file
kichik 32854c2021 fixed a bug that where __ensuredata processed window messages using MessageLoop.
this could cause synchronization issues when data is decompressed in a page's leave function and the user clicks the next button twice really fast or on a slow computer.
WM_COMMAND would be sent twice and so DialogProc could execute the leave function while the installation thread is running causing interpreter havoc.

for more details:
http://forums.winamp.com/showthread.php?s=&threadid=274333

as always, a few size optimizations were thrown in the loop and the fix actually makes the code smaller


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5313 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 22:07:16 +00:00
Contrib typo (thanks Anders) 2007-10-03 00:57:12 +00:00
Docs no more limits on Icon and UninstallIcon 2007-10-03 18:30:20 +00:00
Examples - install MUI2 2007-08-25 13:13:05 +00:00
Include convert BST_* to numbers without prefix for easier comparison 2007-09-28 18:30:25 +00:00
Menu 2.31 2007-09-29 11:17:58 +00:00
SCons fixed bug #1800834 - CVS FTBFS with new mingw32 2007-09-29 10:13:07 +00:00
Scripts added Download page to TODO list, maybe that'd solve the cache problems 2007-07-14 19:21:46 +00:00
Source fixed a bug that where __ensuredata processed window messages using MessageLoop. 2007-10-03 22:07:16 +00:00
COPYING add "except where otherwise noted" to zlib license general application on the entire package 2007-02-02 21:56:37 +00:00
INSTALL building NSIS Menu 2007-05-05 13:05:08 +00:00
nsisconf.nsh UninstallIcon, not UnIcon 2004-02-05 21:47:08 +00:00
SConstruct * Distribute MUI2 beta 2007-08-22 21:57:23 +00:00
TODO.txt DirShow is no longer desired, as discussed in patch #1539701 2006-08-28 12:41:45 +00:00