kichik
3e062ee8a6
fixed MMapFile on POSIX
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3631 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-19 21:07:39 +00:00
kichik
1855c9f7a5
bug report #1005303 - NSIS build warnings
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3630 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-18 16:14:44 +00:00
kichik
b58a609b69
Bin\\MakeLangId.exe source code
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3629 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-18 15:56:56 +00:00
kichik
d855dafe58
fixed build warnings (including bug report #1005303 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3628 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-14 17:35:05 +00:00
kichik
efa2113031
throw exception instead of failing silently when iconv fails
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3627 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-14 13:45:05 +00:00
kichik
91a59170e9
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3626 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-14 12:28:15 +00:00
joostverburg
5e5b4df0bc
new languages
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3625 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 23:29:42 +00:00
kichik
bb61a0b0b2
- SetFont /LANG=
...
- ^Font and ^FontSize
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3624 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 21:32:05 +00:00
kichik
46d41fb79c
DirRequest's title is set by Text
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3623 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 21:14:14 +00:00
kichik
f2f8ac089a
tabs to spaces
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3622 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 20:01:12 +00:00
kichik
c3ec520071
patch #1005845 - Warning fix for bin2h.c
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3621 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 19:28:25 +00:00
kichik
1b4d15a40b
- patch #1005664 - nlf inclusion problems on case sensitive platforms
...
- fixed Mongolian.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3620 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 19:26:10 +00:00
kichik
f549788c32
patch #1005305 - Source/exehead/Makefile for cross compiling on POSIX systems
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3619 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 19:07:09 +00:00
kichik
c78720010b
patch #1005299 - Source/Makefile for building on POSIX systems
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3618 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-13 18:59:01 +00:00
joostverburg
44e438a91f
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3617 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-12 22:25:12 +00:00
joostverburg
be68386f13
Mongolian language files by Bayarsaikhan Enkhtaivan
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3616 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-12 22:23:16 +00:00
joostverburg
5dd0fece2d
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3615 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-11 20:34:49 +00:00
joostverburg
b0ff95667c
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3614 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-11 20:29:08 +00:00
kichik
42f134860a
Fixed the cause of bug #1004496 - Install with /NCRC hangs
...
The hanging disappeared along with the removal of the threaded lzma decoder, but the cause stayed. When the user specified /NCRC on the command line, loadHeaders reported the compressed data size to be 4 bytes larger than it really is. Instead of checking the header flags, it checked the combined flags (command line and header), concluded CRC checksum is disabled and therefore didn't subtract the 4 bytes of the CRC checksum from the compressed data size.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3613 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 15:47:12 +00:00
kichik
727caf534d
typos
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3612 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 14:17:00 +00:00
kichik
26a5818683
Window->Windows
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3611 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 11:54:07 +00:00
kichik
d70b350c4f
history updates
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3610 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 11:25:19 +00:00
kichik
09fb9613bd
Library files should go into Contrib\Library not Contrib
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3609 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 11:00:29 +00:00
kichik
2af0e9c2c5
moved Luxembourgish.nsh to the right folder
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3608 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 10:52:47 +00:00
kichik
e6c31f04ed
cleared up some InstType indexing confusion
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3607 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 10:14:23 +00:00
joostverburg
b09c7fe4e9
files for new library system
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3606 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 07:55:53 +00:00
joostverburg
8136ad27ba
2.0->2.01
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3605 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-07 07:55:26 +00:00
joostverburg
356e39c622
2.01 version for update page
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3604 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 23:21:54 +00:00
joostverburg
f6e096dd36
DLL version 2.41
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3603 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:06:39 +00:00
joostverburg
7615a25883
updated documentation: new system for DLL/TLB library setup, useful script code, history, credits, intro, tutorial
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3602 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:06:27 +00:00
joostverburg
4e4b0e8420
new system for DLL/TLB library setup
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3601 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 22:04:13 +00:00
joostverburg
a1f64d2d4c
compiles with NSIS_SUPPORT_CODECALLBACKS disabled
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3600 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:47:14 +00:00
kichik
5ab7a5eeb1
2.0->2.01
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3599 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:29:58 +00:00
kichik
c5af89209c
fixed handling of relative paths such as \file.ext in do_add_file
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3598 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 21:29:03 +00:00
kichik
010dc75a71
converted RMDir back from SHFileOperation to the good old manual method
...
- RMDir can now be used with both /r and /REBOOTOK
- RMDir /r no longer leaves lots of files behind if one file removal failed
- The plug-ins directory is now always deleted, if not immediately, then after reboot
- RMDir /r prints a detailed log of its actions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3597 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 17:03:07 +00:00
kichik
7270abe8d3
close installer on WM_QUERYENDSESSION instead of trying to clean up on WM_ENDSESSION which doesn't work if there's an active plug-in (for example, when the finish page is showing)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3596 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 16:47:19 +00:00
joostverburg
cbd1b0427c
Luxembourgish language files by Jo Hoeser
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3595 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 12:39:42 +00:00
kichik
bb3f7be9ba
added !execute
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3594 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 11:29:28 +00:00
kichik
3181bf4b4d
size optimization - lzma exehead is now 33.5kb
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3593 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-06 11:05:48 +00:00
joostverburg
09d09d59d7
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3592 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-01 14:45:36 +00:00
kichik
f212f43855
updated colors.nsh
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3591 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-24 12:34:47 +00:00
kichik
f43be4183a
- fixes by brainsucker:
...
* Bug with proc call parts redefinition, # for example
* Bug with memory protection during callback processing (XP SP2)
- updated documentation:
* all examples now work, thanks to brainsucker's fixes
* visual improvements
* pointer information
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3590 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-23 17:23:34 +00:00
kichik
f27b869756
some basic color defines by Rob Segal
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3589 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-15 17:54:08 +00:00
kichik
0735b7400e
fixed internet shortcuts creation with CreateShortcut (thanks rex123)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3588 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-15 17:37:11 +00:00
kichik
bf4d3c6c94
DeleteRegKey fix
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3587 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-08 21:06:18 +00:00
kichik
f5fddd3f24
variables confusion (Comm@nder21)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3586 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-08 18:39:20 +00:00
kichik
a4ea07f3fa
fixed unicode conversion with iconv
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3585 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-08 18:32:27 +00:00
kichik
f52f1c921f
'bla'->'${VALUE}'
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3584 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-07 17:06:54 +00:00
joostverburg
40fc357e89
more things NSIS_CONFIG_PLUGIN_SUPPORT relies on
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3583 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-06 23:43:14 +00:00
joostverburg
1f042ea131
fixes
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3582 212acab6-be3b-0410-9dea-997c60f758d6
2004-07-02 17:27:00 +00:00