Commit graph

4205 commits

Author SHA1 Message Date
kichik
edc2d5b49d proper comment, $SYSDIR doesn't change
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4866 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 19:35:48 +00:00
kichik
5201b056ba fixed bug #1638191 - have RegDLL use LoadLibraryEx with LOAD_WITH_ALTERED_SEARCH_PATH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4865 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 18:16:57 +00:00
kichik
31154c4424 applied patch #1634704 - FOCUS flag for InstallOptions Plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4864 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 17:33:31 +00:00
kichik
bd86ee1bfc fixed bug #1635841 - gcc strict-aliasing and build system
- added STRIP, APPEND_CCFLAGS and APPEND_LINKFLAGS command line options
 - added -fno-strict-aliasing to stubs and plug-ins


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4863 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 17:01:54 +00:00
kichik
ce18bd8cb8 compression tests
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4862 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 16:05:03 +00:00
kichik
9cb54c2272 return >0 only when really finished
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4861 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 16:03:10 +00:00
kichik
0d152aa1de no need for #ifdef anymore with the new build system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4860 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 14:12:24 +00:00
kichik
03dd061d27 no need for #ifdef anymore with the new build system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4859 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 13:57:22 +00:00
kichik
e73d2c0080 fixed bug #1642107 - Simple Typo: "an" instead of "and"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4858 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-23 09:21:48 +00:00
kichik
ec931af459 don't return 0 from CLZMA::Comrpess when finished, return 1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4857 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-22 20:01:24 +00:00
kichik
c06d106133 patch #1631765 - New Galician translation available
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4856 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 20:09:12 +00:00
kichik
8c1bfd4428 fixed bug #1631889 - NSIS compiler issues erroneous warning on uninstall sections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4855 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 19:33:49 +00:00
kichik
88572123e5 fixed bug #1606716 - InstallOptions might send irrelevant NOTIFY for radiobuttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4854 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 19:26:04 +00:00
kichik
b4a00a8ede size optimization - no need for GetDlgItem, WM_COMMAND comes with the lParam = HWND
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4853 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 18:30:56 +00:00
kichik
60a6ec28cb fixed scons 0.96.94 compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4852 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-16 21:34:11 +00:00
kichik
216afb19a3 2.23
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4850 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 18:08:40 +00:00
kichik
7bb6d3cd5e 2.23
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4849 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:50:06 +00:00
kichik
54306b3abf tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4848 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:40:10 +00:00
kichik
c145d69e55 2006 -> 2007
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:28:23 +00:00
kichik
92681504ee little clear up based on patch #1624292 - VPatch docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4846 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-29 12:48:47 +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
ae3373311e applied patch #1611866 - Fix MMapFile::release(void *pView, int size)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4843 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-09 15:17:24 +00:00
kichik
4ca1f6d04b some CEXEBuild::doParse cleanup
- removed last_line_had_slash which was always set to zero
 - moved m_linebuild.resize(0) so it won't free the memory the next condition uses, though the line needs to be 64kb for that to happen
 - took care of a coupple of comments


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4842 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-09 13:08:05 +00:00
kichik
62007bdd5b test block comments in !if blocks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4841 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-09 13:03:02 +00:00
kichik
22088d6674 fixed bug #1610773 - nsis-2.22 fails to install on Linux (mingw32)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4840 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 12:22:13 +00:00
kichik
ab5977c0ad use the safer mkstemp instead of tmpnam
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4839 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 12:20:58 +00:00
kichik
069aa18e9f fixed bug #1611251 - Uninstalling NSIS 2.22 leaves Start menu icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4838 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 11:21:44 +00:00
kichik
361bf72ee1 spaces to tabs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4837 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-06 06:15:40 +00:00
kichik
e6af117ae9 set MSVS_VERSION
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4836 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-05 20:59:21 +00:00
kichik
80c1dfbc16 fixed bug #1605581 - nsExec:ExecToLog is unstable in silent mode
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4835 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-01 16:29:36 +00:00
kichik
0d05d1ea62 properly print todo list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4834 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 17:50:53 +00:00
kichik
b56dfd5045 globalize scons_line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4833 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 17:49:30 +00:00
kichik
652edcddf9 sort 2.22 changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4831 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 16:50:52 +00:00
kichik
2c04a56591 2.22
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4830 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 16:48:49 +00:00
kichik
88b5eb588c $__INSTALLLLIB_SESSIONGUID might as well be {000...}, it's no different than 'session' in functionality
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4829 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 16:27:16 +00:00
kichik
eb920cdec2 links in SetPluginUnload
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4828 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 16:10:51 +00:00
kichik
9467bfccce minor CallInstDLL description improvement
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4827 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 15:38:39 +00:00
kichik
d442d55b93 2.22
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4826 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 15:22:08 +00:00
kichik
f03e32fc2f MSVC_VERSION has Exp prefix for express versions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4825 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 14:38:16 +00:00
kichik
def7b5ee53 fixed bug #1602673 - error in Lithuanian language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4824 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 12:13:48 +00:00
kichik
0e0bc68e58 size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4823 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 11:37:59 +00:00
kichik
a92506d828 fixed bug #1542530 - WriteUninstaller fails to overwrite read-only uninstallers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4822 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 11:32:19 +00:00
kichik
9f37ece536 size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4821 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 10:51:00 +00:00
kichik
d13749922d size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4820 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 10:28:32 +00:00
kichik
e06fba9e3b fixed bug #1115825 - install pg/Show details/rt clk popup not destroyed on finish
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4819 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-25 10:17:26 +00:00
kichik
3522854451 compatibility mode without RequestExecutionLevel
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4818 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-18 09:40:48 +00:00
kichik
7519ae9fe2 proper MSVS_VERSION check
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4817 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-17 11:38:15 +00:00
joostverburg
f04bd2fa14 automatic MSVC 2005 detection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4816 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-14 19:14:53 +00:00
joostverburg
62776e907d updated info about reserving files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4815 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-13 14:25:27 +00:00