kichik
e43d521307
fixed bug #1324734 - $LANGUAGE based on locale rather than UI language
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4463 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-30 15:47:47 +00:00
kichik
3f18dc0b75
use normal file functions for wininit.ini modification
...
- according to msdn, mmap operations can raise an exception which wasn't handled
- free up a lot of bytes from .data section (no mmap API functions)
- mmap size is, like allocation of a buffer, limited by available memory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4462 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-30 13:51:02 +00:00
kichik
1b8a44584d
FileRead is limited to 1024 only on the normal builds
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4461 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-27 19:24:42 +00:00
kichik
c3bf6a68a7
use NSIS_MAX_STRLEN-1 instead of 1023 for FileRead limit
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4460 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-27 19:22:56 +00:00
kichik
7a4bdcf90f
size optimization (zlib is back to 34/35)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4459 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-24 16:39:02 +00:00
kichik
ad3d61c837
size optimizations
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4458 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-24 16:28:54 +00:00
kichik
57a50cd622
no need for SendMessage (Instructor)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4457 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-24 15:47:47 +00:00
kichik
245caeecc0
GetTime updates by Instructor
...
- Added support for system time (UTC)
- Added example how to convert time to 12-hour format AM/PM
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4456 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-24 15:47:32 +00:00
kichik
ba9866b2bf
removed extra spaces
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4455 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-23 15:04:31 +00:00
kichik
2f41bd5c5b
added information about relative jumps and macros
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4454 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-23 10:56:50 +00:00
kichik
15e328e1ef
fixed bug #1387748 - typo in nsis menu
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4453 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-22 16:24:58 +00:00
kichik
5fd6255949
purge pages that use the templates to make sure they're updated
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4452 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 16:51:55 +00:00
kichik
f4b085b2f9
2.12
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4450 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 15:05:58 +00:00
kichik
5d94515e2d
don't quote the version, it drives the command line processor crazy
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4449 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 15:02:56 +00:00
kichik
465f377392
added a missing 2.10 fix (negative values in directory page sizes)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4448 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 14:43:26 +00:00
kichik
c681e3eff9
2.12
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4447 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 14:38:01 +00:00
kichik
c0785ada33
corrected LogicLib.nsi link
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4446 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 14:07:06 +00:00
kichik
4ca94f6615
added "-setup" suffix to installer output file name
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4445 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-17 13:54:34 +00:00
kichik
47b2ca9bcb
fixed bug #1370179 - endianness problem with FIX_ENDIAN_INT32_INPLACE
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4444 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-15 18:53:38 +00:00
kichik
2822e9a3ab
fixed bug #1380447 - Abnormal program termination while writing the uninstaller
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4443 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-15 18:47:23 +00:00
kichik
2e65882daa
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4442 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-15 17:11:09 +00:00
joostverburg
669365f614
translated Browse button (by Ole Stanstrup)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4441 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-10 22:14:49 +00:00
kichik
889275ef62
wrong finish button translation in finish page text
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4440 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-10 12:01:55 +00:00
kichik
cec469059a
applied patch #1374675 - made error message for already defined label clearer
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4439 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-09 13:15:21 +00:00
kichik
bc33cdb3c2
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4438 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-06 21:02:55 +00:00
kichik
b1be974447
applied patch #1372048 - added /NONFATAL switch to !include statement
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4437 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-03 09:45:17 +00:00
kichik
90a7765cd6
added a section about logical code structures, with LogicLib examples
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4436 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-02 15:59:13 +00:00
kichik
f5875933bc
fixed bug #1366431 - Better explanation of the general concept
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4435 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-02 13:37:06 +00:00
kichik
5d65370b9f
better wording
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4434 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-02 12:05:46 +00:00
kichik
ab48183a56
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4433 212acab6-be3b-0410-9dea-997c60f758d6
2005-12-02 12:04:35 +00:00
kichik
03ffaef32d
fixed bug #1331292 - browsed network root directory isn't accepted
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4432 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-26 13:06:08 +00:00
kichik
1957dfacad
root instdir related bugs that cannot be automatically tested
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4431 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-26 12:44:24 +00:00
kichik
2ffcc41c2d
test scripts
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4430 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-26 12:14:57 +00:00
kichik
4b8cd4211c
added TestScript for scripts which are only used for testing, and not as examples
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4429 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-26 12:14:36 +00:00
kichik
46f0217ffa
qrs link
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4428 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-25 17:57:27 +00:00
kichik
82ff45a521
don't ignore multiple line comments inside ifdef'ed blocks
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4427 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-25 11:54:11 +00:00
kichik
025dd40024
more
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4426 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-25 11:50:36 +00:00
kichik
c4e4cff1d2
some basic preprocessor tests
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4425 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-25 11:33:33 +00:00
kichik
ea8b087593
added missing checkbox for logging
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4424 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 21:40:18 +00:00
kichik
8eb5de9e74
added 0x prefix to dword reg values
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4423 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 21:17:47 +00:00
kichik
b401625783
stop search for function body at the end of the string
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4422 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:51:24 +00:00
kichik
d0aa60ffcc
removed extra spaces at end of line
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4421 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:38:32 +00:00
kichik
f21db0f8d4
there's no such function as len(), only l()
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4420 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:27:54 +00:00
kichik
c20146ce03
fixed bug #1235875
...
- only increment initial array length when actually adding items
- if array index equals array count, the count should also be raised
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4419 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:25:50 +00:00
kichik
dd9f82b4de
automatically update wiki pages
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4418 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 18:16:12 +00:00
kichik
8f2fc84064
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4417 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 16:58:10 +00:00
kichik
def20ae25b
ifdef to get rid of binbuf unused variable warning
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4416 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 16:50:10 +00:00
kichik
d0f1bae314
applied patch #1340255 - nicer registry commands log
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4415 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 16:45:04 +00:00
kichik
2a70ad3052
add information about using SetShellVarContext in both installer and uninstaller (bug #1349810 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4414 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 12:18:23 +00:00
kichik
9214f1a563
completed text should only accept one parameter (bug #1349810 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4413 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-14 20:25:48 +00:00