Commit graph

161 commits

Author SHA1 Message Date
kichik
4a7976e5a6 gotta have a main...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5757 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-01 20:10:20 +00:00
pabs3
08c28ddbc9 Build System Resource.dll from source code instead of shipping the binary.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5756 212acab6-be3b-0410-9dea-997c60f758d6
2008-10-28 10:42:06 +00:00
kichik
c69e0d5784 applied patch #2025721 - Patch for Feature Request 1961307
also closes RFE #1961307

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5701 212acab6-be3b-0410-9dea-997c60f758d6
2008-08-15 18:13:21 +00:00
kichik
b2af868f98 add a link to search all System examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5252 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 08:53:35 +00:00
pabs3
c2a14a6559 Stop some compiler warnings due to lack of trailing newlines.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5168 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-10 16:45:45 +00:00
kichik
a912c9ccd6 objs are unused for a long time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5157 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-25 11:54:48 +00:00
kichik
27a549057b unused
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5156 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-25 11:52:46 +00:00
pabs3
55d89deb99 applied patch #1711089 - disable System::Call and System::Get when building with GCC
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5149 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-14 23:50:45 +00:00
kichik
9a75eca79f fixed bug #1620178 - System::Store l crash installer when private stack is empty
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4845 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-22 12:47:03 +00:00
kichik
2cda34fbec fixed bug #1616267 - System plugin crash with parenthesis in filename
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4844 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-15 11:52:11 +00:00
kichik
729b7cd451 fixed bug #1535005 - System.dll corrupts the stack with 0 arguments functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4722 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-06 16:22:40 +00:00
kichik
3131a7d728 fixed bug #1535007 - System.dll returns bad values, if function returns short
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4721 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-05 11:01:35 +00:00
kichik
03ba89e1b7 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4709 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-24 20:09:39 +00:00
kichik
5269b57a1a documented shift left and right
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4639 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-05 18:48:28 +00:00
kichik
9d4a348efa it's $LANGUAGE, not $LANG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4488 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-21 11:48:07 +00:00
kichik
d7dc9025cd fixed bug #1403608 - Callback function called when host function already returned
explain in documentation that the callback destination variable must be cleared


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4474 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-13 15:24:46 +00:00
kichik
779b1ce1c1 fixed bug #1403601 - System plug-in heap corruption
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4473 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-13 14:31:28 +00:00
kichik
9929eb7120 use True/False instead of 1/0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4270 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-17 08:50:41 +00:00
kichik
f8062527fa typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-16 11:27:51 +00:00
kichik
4647e56e67 fixed build warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4251 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 09:18:45 +00:00
kichik
ac75c6dd22 callbacks are created using System::Get, not System::Call
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4185 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-22 21:10:20 +00:00
kichik
6e4d079866 converted archive links to wiki links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4131 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-23 20:48:56 +00:00
kichik
dd596bc6ba fixed for new paths
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4101 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-19 21:39:04 +00:00
kichik
eb5400b781 distribute Resource.dll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4091 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-19 11:43:24 +00:00
kichik
8b1fa1b3c7 don't typedef struct twice
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4014 212acab6-be3b-0410-9dea-997c60f758d6
2005-05-06 10:23:32 +00:00
kichik
53fa1d20ac install and distribute examples, contribs and documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4005 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-30 18:04:55 +00:00
kichik
4a77cdc9fe less code in SConscripts, more shared code in SConstruct
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3986 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-22 16:51:00 +00:00
kichik
b604cdfe3f new build system using SCons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3969 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 18:48:50 +00:00
kichik
d5d39aaced use #ifdef instead of #pragma once
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3965 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 17:09:19 +00:00
kichik
b42f4595b1 added missing include
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3924 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-18 15:56:27 +00:00
kichik
da35c93efa fixed bug #1102255 - system.nsi example crash
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3884 212acab6-be3b-0410-9dea-997c60f758d6
2005-01-21 21:49:50 +00:00
kichik
91a59170e9 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3626 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-14 12:28:15 +00:00
kichik
f43be4183a - fixes by brainsucker:
* Bug with proc call parts redefinition, # for example
* Bug with memory protection during callback processing (XP SP2)
- updated documentation:
* all examples now work, thanks to brainsucker's fixes
* visual improvements
* pointer information


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3590 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-23 17:23:34 +00:00
kichik
5805930656 html fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3557 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 16:33:59 +00:00
kichik
74051c80de new, hopefully more informative, System plug-in documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3556 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 16:31:45 +00:00
kichik
879a8245bc (brainsucker) bug-fix-release, 4.06.2004
1. System::Copy /SIZE fixed (Kichik).
2. System::Copy with destination auto-allocation now pushes destination
address on stack.
3. Callbacks fixed (Kichik's kick is awesome).


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3555 212acab6-be3b-0410-9dea-997c60f758d6
2004-06-04 15:32:05 +00:00
kichik
4cf2341292 a character in the destination buffer address was skipped if size wasn't specified
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3549 212acab6-be3b-0410-9dea-997c60f758d6
2004-05-20 19:44:27 +00:00
kichik
9186fcc291 release 5 by brainsucker:
1. u flag - unload dll after procedure call.
2. some changes to asm to turn on Whole Program Optimization.
3. Dll shrinked for 1 kb.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2899 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-11 20:31:04 +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
ramon18
cf0a0762a5 Small bug with structures fixed (thanks brainsucker)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2689 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-03 21:53:38 +00:00
kichik
8593a15d84 StrCmp not IntCmp (thanks deguix)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2648 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-15 17:29:39 +00:00
kichik
96a524c1b7 (brainsucker) fixed a bug with calling proc(void) and added e switch to get GetLastError return value.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2465 212acab6-be3b-0410-9dea-997c60f758d6
2003-04-18 11:21:06 +00:00
kichik
8cc035ffe3 Source code for latest fixes (brainsucker)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2378 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-27 12:52:43 +00:00
kichik
90d227e095 (brainsucker) new system build. now work's at the kichik's computer too :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2377 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-26 23:00:53 +00:00
kichik
d0ae879778 Updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2352 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-22 15:31:21 +00:00
joostverburg
3667a05636 Updated System plugin - Win9x fixes and more
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2350 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-22 11:15:53 +00:00
kichik
56a72f8fcb GetFullPathName -> SearchPath
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2344 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-20 11:39:18 +00:00
kichik
57ea062613 $CMDLINE may contain quotes fix by brainsucker
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2232 212acab6-be3b-0410-9dea-997c60f758d6
2003-03-04 16:31:09 +00:00
joostverburg
c2ef23bfdd new location for WinMessages.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1909 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-06 17:20:16 +00:00
joostverburg
59718265a8 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1779 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-18 13:48:54 +00:00