Commit graph

3240 commits

Author SHA1 Message Date
kichik
76dcceb87a made the gradient background window not pretend to be the installer dialog so the "unpacking" window will show even if it is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3775 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-20 15:23:37 +00:00
kichik
7c07f12463 added NSIS_LZMA_COMPRESS_WHOLE to the script define list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3774 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 20:21:41 +00:00
kichik
2f396234db fixed description of ${__TIME__}, ${__DATE__} and ${__TIMESTAMP__}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3773 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 15:11:17 +00:00
kichik
75b4c66de6 fixed an access violation in case of a script jump beyond the last entry
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3772 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 15:02:08 +00:00
kichik
821fca5066 better description of command line usage (bug report #1065322)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3771 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 14:38:33 +00:00
kichik
1e93f9983f more of patch #1055553 - Absolute path of *.nsi not accepted on posix (-- separator between options and files for posix)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3770 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 13:45:22 +00:00
kichik
93338d986c added information about SetOutPath and RMDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3769 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 12:09:13 +00:00
kichik
48f24cbfc9 better description for ReserveFile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3768 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-19 11:48:07 +00:00
joostverburg
067e4293bc corrected uninstaller finish page text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3767 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-13 19:33:27 +00:00
kichik
c8c987c8bf added a warning about deploying DLLs from the system directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3766 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-12 22:08:50 +00:00
kichik
f38fb13b98 applied patch #1055553 (with some changes) - Absolute path of *.nsi not accepted on posix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3765 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-12 13:58:21 +00:00
kichik
0657260dbe * applied patch #1055553 (with some changes) - Absolute path of *.nsi not accepted on posix
* updated license line breaking to fit better
* added /VERSION to the usage information text


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3764 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-12 13:58:11 +00:00
kichik
2b0c2f2787 Only use the GetModuleHandle trick for plug-ins, otherwise just load and unload. If RegDLL uses /NOUNLOAD, unloading will be skipped, but GetModuleHandle won't be used.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3763 212acab6-be3b-0410-9dea-997c60f758d6
2004-11-11 21:28:25 +00:00
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