Commit graph

3330 commits

Author SHA1 Message Date
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
21d72bba17 use LibraryLocal.exe from Bin directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3968 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 18:26:30 +00:00
kichik
cce48a168b fixed bug #1181951 - InstallLib error for new shared libraries
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3967 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 18:24:02 +00:00
kichik
64b25cbbf1 no inline in c
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3966 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 17:09:56 +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
2f0e20a582 replaced WinMain with main
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3964 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 17:08:46 +00:00
kichik
5beda7dd82 include ctype.h for tolower
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3963 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 17:07:16 +00:00
kichik
0a717481f2 manually use LoadLibrary and GetProcAddress instead of /DELAYLOAD
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3962 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 16:37:07 +00:00
kichik
f0fbbb390a better sentence
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3961 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 10:53:59 +00:00
kichik
c48ec94bf6 use wsprintf instead of itoa for smaller code size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3960 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-15 22:11:59 +00:00
kichik
b62da6fe46 applied patch #1180886 - fix halibut segfaults on powerpc (and maybe other platforms)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3959 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-12 17:27:42 +00:00
kichik
9fdd4fbfc0 fixed bug #1073792 - RMDir /REBOOTOK sets reboot flag when folder doesn't exist
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3958 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 17:41:22 +00:00
kichik
29f0e71be0 fixed bug #1123353 - WindowIcon off crashes makensis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3957 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 16:57:08 +00:00
kichik
47090922dc fixed bug #1119442 - CreateDirectory sets error flag with paths containing "\\"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3956 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 15:29:52 +00:00
kichik
0856e2a3c4 applied patch #1179116 - debian amd64/gcc-4.0 build fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3955 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:45:14 +00:00
kichik
4fa0dc6087 fixed bug #1168711 - when leaving the directory page, only set log_dolog if the check box was created
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3954 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:36:19 +00:00
kichik
106939c165 made ExpandEnvStrings set the error flag as the documentation says it should
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3953 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:27:55 +00:00
kichik
033500e72a added information about non-existing environment variables used in ExpandEnvStrings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3952 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:26:17 +00:00
kichik
7c0a2a1851 fixed bug #1178756 - EnumRegValue now sets the error flag if the enumeration index is out of range
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3951 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 14:04:05 +00:00
kichik
a28ec7b3c1 some more useful macros
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3950 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 10:30:43 +00:00
kichik
b43ab07a9b new Malaysian translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3949 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-08 09:21:06 +00:00
kichik
7b5819c99c no longer needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3948 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:32:46 +00:00
kichik
fde1c303a2 added information about SetCompressor /SOLID
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3947 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:14:23 +00:00
kichik
73bd89e9c3 use solid compression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3946 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:04:36 +00:00
kichik
9613c8988f - stubs are no longer included in makensis but read from the Stubs directory
- new /SOLID switch for SetCompressor allows setting solid compression without recompiling makensis


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3945 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 12:04:07 +00:00
kichik
c345108cc0 added NSISCALL to functions used in the stub (EXEHEAD)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3944 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-02 11:23:12 +00:00
kichik
7798a6ab61 reverted latest change as File already removes the read-only flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3943 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-31 20:13:47 +00:00
kichik
7a3a452d9a fixed bug #1168652 - French: Install Location 2 shortcuts on P
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3942 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 21:32:15 +00:00
kichik
02c67b8a83 typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3941 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 20:57:16 +00:00
kichik
99fd0223ab clarified usage of SetCompressor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3940 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 19:14:59 +00:00
kichik
c9c8811194 - added AddBrandingImage examples
- added information about usage of variables


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3939 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 19:09:30 +00:00
kichik
31f957efda typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3938 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-29 18:09:37 +00:00
kichik
819e5c7e77 remove read only file attribute before using Rename /REBOOTOK
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3937 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-27 17:40:58 +00:00
kichik
54599162b7 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3936 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-24 15:21:40 +00:00
kichik
e94a2c8ab1 replaced spaces with underscores in index output parameter names
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3935 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-22 18:54:12 +00:00
kichik
5c44c11691 added LockWindow description
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3934 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-22 18:30:21 +00:00
kichik
f9016b2bb5 fixed two problematic string length measurements
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3933 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 17:07:48 +00:00
kichik
9053776109 use correct freeing method
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3932 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 17:06:45 +00:00
kichik
849ccff72b added missing parenthesis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3931 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 16:18:47 +00:00
kichik
f53f97b4ca added missing MB_RTLREADING
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3929 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 14:18:04 +00:00
kichik
dd3d4f237a 2.05 -> 2.06
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3928 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 13:53:41 +00:00
kichik
f584ca31b2 updated history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3927 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 13:44:41 +00:00
kichik
9794354bea improvements
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3926 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 12:49:34 +00:00
kichik
326556f0e3 fixed bug #1155060 - Install type drop down box not showing default InstType
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3925 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-19 11:56:23 +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
ccf2bb96a5 applied patch #1164307 - Fixes to allow building Contrib/ on debian (minus Makefiles)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3923 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-17 21:26:59 +00:00
kichik
38b94f19a5 implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3922 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-17 20:44:31 +00:00
kichik
14836bb4a6 implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3921 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-15 17:48:22 +00:00
kichik
5ef483cf7b fixed GlobalFree call with a bad pointer (thanks Takhir)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3920 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-11 11:28:58 +00:00
kichik
2b53221b64 fixed bug #1159700 - SetFont doesn't work well with RTL on Windows 9x
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3919 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-10 18:53:34 +00:00