Commit graph

3127 commits

Author SHA1 Message Date
kichik
424322a142 Always increase the load count of registered dlls if /NOUNLOAD is not specified. This should fix some problems with registering many COM dlls in a row.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3762 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-11 20:34:50 +00:00
kichik
69a4f35f35 fixed bug #1064540 - warning 'label "installlib.remove_..." not used'
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3761 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-11 19:10:57 +00:00
kichik
6cb87b55ba added /FINAL to SetCompressor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3760 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-09 20:21:31 +00:00
joostverburg
484c07a54a removed trailing space after string
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3759 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-26 14:57:26 +00:00
kichik
a213c56d8e include unistd.h for chdir()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3758 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-25 23:34:07 +00:00
kichik
01defffbf5 use File /r instead of a macro for each directory so no updating will be required each time a directory is added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3757 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-25 21:34:46 +00:00
kichik
45bc724d43 include unistd.h for chdir()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3756 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-25 17:51:55 +00:00
joostverburg
92729a99ca fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3755 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-24 13:10:23 +00:00
joostverburg
8a597d469e added new folders
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3754 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-24 11:04:21 +00:00
joostverburg
fd5d6ebd40 2.02
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3752 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 19:24:24 +00:00
kichik
89d3581649 Added another parameter to plug-in functions. This parameter is a structure with pointers to exec_flags and ExecuteCodeSegment. This is backward compatible with older plug-ins because plug-in functions use the __cdecl calling convention which means NSIS clears the stack.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3751 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 17:43:08 +00:00
kichik
54eca79ebf added Source\boost
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3750 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 09:50:11 +00:00
kichik
4b6f234db1 added Source\Tests
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3749 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 09:31:53 +00:00
kichik
116905b5ca updated release date
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3748 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 09:21:51 +00:00
kichik
a24d80ea6c removed double parenthesis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3747 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-23 09:09:49 +00:00
kichik
eb00ff12cc StrFunc 1.09 by deguix:
- Fixed stack problems involving: StrCase, StrRep, StrSort, StrTok.
 - Fixed StrClb: When "Action" = "<>", handle was wrongly outputed as text.
 - Fixed StrSort, StrStrAdv documentation examples.
 - Fixed StrIOToNSIS, StrLoc, StrNSISToIO, StrRep, StrStr: sometimes didn't find "StrToSearch" at all.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3746 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-22 23:52:01 +00:00
kichik
42af15470f dollar should come before the backslash when escaping quotes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3745 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-22 11:36:45 +00:00
kichik
8bbfa33a7c updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3744 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 21:32:27 +00:00
kichik
9c311ed977 added changelog for 2.02
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3743 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 21:31:15 +00:00
kichik
406accb6cf updated changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3742 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 19:08:54 +00:00
joostverburg
bc7c5f9486 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3741 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 16:39:52 +00:00
kichik
fb7d3b421d double and
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3740 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-21 16:30:33 +00:00
flizebogen
ffe2399241 Fixed some typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3739 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-19 17:51:21 +00:00
kichik
b2556bb9bd 2.01->2.02
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3738 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-18 23:05:16 +00:00
kichik
1992f1e08e added ClearErrors so errors that occurred before RMDir won't be caught
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3737 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-15 20:52:33 +00:00
oripel
6c6902a8b6 Using new resource management syntax, e.g. MANAGE_WITH(buffer, free)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3736 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-15 03:59:46 +00:00
oripel
92da5605ea Reworked the ResourceManager concepts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3735 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-15 03:58:18 +00:00
oripel
74b120f50c Imported and modified some sources from Boost (http://www.boost.org)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3734 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-15 03:40:07 +00:00
oripel
4e26b2777a Added missing #include "Platform.h"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3733 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-15 03:23:13 +00:00
kichik
b7f9b6525b added a comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3732 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 21:34:17 +00:00
kichik
0677224b1f size optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3731 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 21:33:33 +00:00
joostverburg
3a7bfe74e6 The selected language is only stored in the registry when installation was succesful
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3730 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 15:43:24 +00:00
kichik
335fd47066 made the Reboot command first quit and then reboot
- fixed bug #989690
 - the installer now denies reboots while running
 - the Reboot instruction no longer returns or sets the error flag
 - added .onRebootFailed which is called when Reboot fails
 - installer should now always clean-up when rebooting


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3729 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-14 13:56:02 +00:00
kichik
b5cab9b25f link to .onInit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3728 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-13 18:39:20 +00:00
kichik
29d152247f renamed exeheader_size to exehead_original_size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3727 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-13 16:58:04 +00:00
kichik
280f1a2803 StrFunc 1.08 by deguix:
- Converted all the functions to LogicLib.
 - StrSort: Totally remade and it can break old scripts. See documentation for details.
 - Added defines: StrFunc_List, *_List and *_TypeList.
 - Fixed StrStrAdv: Variables $R0-$R3 couldn't be used on scripts before calling.
 - StrRep: Cut down some variables.
 - Arranged correctly the order of StrSort on the documentation.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3726 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 22:59:42 +00:00
kichik
bfb170dba1 case change for language name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3725 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 22:44:12 +00:00
kichik
45390f68d7 some more cross compiler prefixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3724 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 22:40:58 +00:00
kichik
8d496ae1be moved implementation of PluginsList into Plugins.cpp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3723 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 21:27:09 +00:00
kichik
c1faddf1fa moved implementation of LangStringList and StringsArray into lang.cpp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3722 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 21:22:55 +00:00
kichik
021336133c moved implementation of ConstantsStringList into ShConstants.cpp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3721 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 21:05:59 +00:00
kichik
11571a1de9 missing includes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3720 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 21:01:45 +00:00
kichik
2e34b742a4 smart relative jumps is done
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3719 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 20:56:32 +00:00
kichik
5edfe8c5af int to size_t
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3718 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 20:26:23 +00:00
kichik
bdd68d623f silly typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3717 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 20:09:22 +00:00
kichik
184e058e74 tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3716 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-12 19:57:18 +00:00
oripel
df2695bba1 Added support for different prefixes for gcc on non-Windows platforms
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3715 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 21:26:08 +00:00
oripel
b23141bbaf Added template class ResourceManager and friends
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3714 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 21:25:30 +00:00
oripel
a9fdc1423e Added missing #include statements for Linux
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3713 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 21:24:54 +00:00
oripel
fe3fbd361d Liberal use of ResourceManager
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3712 212acab6-be3b-0410-9dea-997c60f758d6
2004-10-11 21:24:33 +00:00