kichik
0bca3c8255
size optimization
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4253 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 14:29:12 +00:00
kichik
8b91e361ca
round required space up instead of down (thanks Ippi)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4252 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 12:13:32 +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
82ec0a3db2
fixed SHACF_FILESYSTEM redefinition warning
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4250 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 08:42:54 +00:00
kichik
35229f5edf
updated required version numbers
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4249 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-09 08:20:37 +00:00
kichik
f8e2e8167e
$($^Name) is a typo, it should be $(^Name)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4248 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 19:19:58 +00:00
kichik
34693279d0
use log_dir for log() and exit() as well
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4247 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 19:17:18 +00:00
kichik
50a77027d2
write zip logs to correct folder
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4246 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 19:15:56 +00:00
kichik
1817fc7bae
fixed typos (SoKoOLz)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4245 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 18:36:48 +00:00
kichik
1898a9b2e1
fixed in scons 0.96.91
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4244 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 17:52:57 +00:00
kichik
dac3dfe20b
scons 0.96.91 is required
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4243 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-08 16:48:17 +00:00
kichik
13319345b0
fixed mingw compile errors (missing SHACF_FILESYSTEM)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4242 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-06 16:57:58 +00:00
joostverburg
18d00cfb55
Modern UI 1.74: Fixed compile error when checkboxes are used on multiple finish page pages
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4241 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-04 21:24:27 +00:00
kichik
96bc26998d
fixed small errors
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4240 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-03 13:30:50 +00:00
kichik
0b2f58da85
a script to automatically release new versions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4239 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-03 13:29:04 +00:00
kichik
98931b03f9
moved most of config.h into SConstruct
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4238 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-02 17:08:07 +00:00
kichik
d736ad8ce6
moved most of config.h into SConstruct
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4237 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-02 16:15:13 +00:00
kichik
86ccf99b80
added auto completion to the directory page
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4236 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-02 11:35:45 +00:00
kichik
7ecd1d3185
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4235 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-01 17:56:37 +00:00
kichik
e924467df6
added another version of MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4234 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-01 17:56:23 +00:00
kichik
8424e074e9
fixed build errors and warnings caused by latest merge
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4233 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-30 16:30:48 +00:00
oripel
57ad3c18b3
merged from PIEPIEPIE branch:
...
- min/max macros removed
- Plugins refactored
- more functions in util.{h,cpp}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4232 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-27 19:56:00 +00:00
kichik
b33965c87d
2.09 changelog
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4228 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-26 16:45:35 +00:00
kichik
1aaa2da092
Library.nsi example requires %WINDIR% environment variable
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4227 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-26 10:10:21 +00:00
kichik
9e7fbac72c
2.09
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4226 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-26 09:45:51 +00:00
kichik
27a1e0040c
(Instructor) WordReplace
...
- Fixed: Incorrect rule for return errorlevel 1 in situation when string beginning with word to replace and its only one word in string and when uses option - deletes all found words
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4225 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-23 17:45:25 +00:00
kichik
03bb808953
added -signed suffix to signed distribution files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4224 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-19 12:02:15 +00:00
joostverburg
3a31860c11
removed rounded edges
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4223 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-17 12:36:50 +00:00
kichik
41d6460c4f
applied part of patch #1248335 for greater portability
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4222 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-14 11:17:19 +00:00
kichik
2a8231fbdb
added CODESIGNER option to enable executable digital signing
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4221 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-14 10:44:02 +00:00
kichik
09d17aff6f
no support for Python 1.5.2
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4220 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 20:29:59 +00:00
kichik
b31d96a55f
Malaysian -> Malay
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4219 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 15:58:38 +00:00
kichik
d0743b2ced
added extern "C" to DllMain so gcc will find it (patch #1255671 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4218 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 15:56:43 +00:00
joostverburg
f9060a4364
updated Malay language files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4217 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-09 15:30:39 +00:00
joostverburg
858396a13c
Modern UI 1.73 changelog
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4216 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 17:14:27 +00:00
joostverburg
f8c16e6849
fixed checkboxes on uninstaller finish page or multiple finish pages
...
use Var /GLOBAL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4215 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:48:39 +00:00
kichik
e3fc1691bb
no more need for these defines
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4214 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:23:29 +00:00
kichik
698deb823f
use Var /GLOBAL to avoid annoying warning
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4213 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:22:02 +00:00
kichik
14a9b130a1
use Var /GLOBAL to avoid annoying warning
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4212 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:12:35 +00:00
kichik
68dc7f9f7e
Var can now be used in sections and functions, but only with the /GLOBAL flag
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4211 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 16:04:17 +00:00
kichik
f5105a50b1
size optimization: added __stdcall wrapper for lstrcat
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4210 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 12:47:46 +00:00
kichik
908c776f9c
set initial working directory of the uninstaller to its temporary directory so RMDir will be able to delete $INSTDIR
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4209 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-06 12:43:18 +00:00
kichik
759ad45a19
replaced with a complete linker script taken from ld --verbose
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4208 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-05 15:27:58 +00:00
kichik
39f365d25f
linker script is defined using -T, not -Wl
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4207 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-05 15:27:03 +00:00
kichik
cfb0ff9762
DllMain's name is _DllMain@12, not _DllMain@16
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4206 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-05 13:14:15 +00:00
kichik
20521a99e9
added -mwindows to plug-ins linkage
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4205 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-05 12:52:12 +00:00
kichik
5681a903ab
proper case
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4204 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-04 21:04:42 +00:00
kichik
d41f11b8d1
get rid of extra spaces in is_valid_instpath so "C:\ " will not be valid
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4203 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-30 12:33:20 +00:00
kichik
dd29796e0f
plugin -> plug-in
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4202 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-29 15:08:32 +00:00
kichik
efe714eec8
added Library macros test which makes a good syntax example too
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4201 212acab6-be3b-0410-9dea-997c60f758d6
2005-07-28 17:58:36 +00:00