kichik
|
86c8f0bb32
|
install substart.exe as makensis.exe
this distribution code needs some serious cleanup...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6063 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-17 23:20:18 +00:00 |
|
kichik
|
fcb399fce0
|
workaround for platform sdk problems with scons 1.3.0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6062 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-17 22:58:47 +00:00 |
|
kichik
|
8563f508c5
|
fixed nightly build
7.1... 7.1... not 8. what just happened here?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6061 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-17 21:42:29 +00:00 |
|
kichik
|
4af4fa9c73
|
fixed nightly build
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6060 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-17 21:20:18 +00:00 |
|
anders_k
|
e7672ebf46
|
Return exit code from child process
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6059 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-16 14:56:30 +00:00 |
|
wizou
|
cefeec3676
|
Additional error checking by Jim Park.
Also some cleaning.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6058 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-15 12:11:06 +00:00 |
|
wizou
|
e438c2092b
|
Fixed bug and Unicode support in RenameViaWininit function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6057 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-15 08:51:35 +00:00 |
|
wizou
|
36f6645935
|
Added comments, and removed unused #include
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6056 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-14 16:27:00 +00:00 |
|
wizou
|
637db8940c
|
Unicode port: fixing special NSIS escape characters in strings. No change in exehead size.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6055 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-14 16:02:51 +00:00 |
|
wizou
|
408a5d5169
|
Adapting CHAR4_TO_DWORD-style constructions. No change in exehead.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6054 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-14 15:51:48 +00:00 |
|
wizou
|
759ae312b5
|
Reducing exehead by 9 bytes and making Anders happy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6053 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-14 14:27:51 +00:00 |
|
wizou
|
01d88a1ed6
|
Some TCHAR fixes, linker flag for Unicode, and cosmetic touch without real changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6052 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-14 10:15:40 +00:00 |
|
wizou
|
d7ffe58b2e
|
Fix use of wrong MBCS version of string functions. (When playing with TCHAR pointers, most of the time you deal with a number of BYTE/WORD, not a number of multi-byte characters)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6051 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-13 16:14:16 +00:00 |
|
wizou
|
57d296e159
|
Adding Unicode support to System plugin
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6050 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-13 15:25:33 +00:00 |
|
wizou
|
9852de80be
|
Just renaming some class members and adding Jim Park's comments
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6049 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-13 15:19:12 +00:00 |
|
wizou
|
f5df185ba2
|
Fix exehead unicode compil warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6048 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-13 15:01:14 +00:00 |
|
wizou
|
64a0f32e52
|
more simple TCHARs fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6047 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-04-12 16:00:17 +00:00 |
|
wizou
|
a92fad7347
|
fix compiler error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6046 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-31 19:16:44 +00:00 |
|
anders_k
|
82d42b1159
|
_countof and swprintf fixes for VC6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6045 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-30 17:50:08 +00:00 |
|
f0rt
|
34395604e8
|
#2918870: Ensure minimum scons version of 1.2.0 otherwise build scripts won't work.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6044 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-30 12:27:15 +00:00 |
|
wizou
|
a16164cac4
|
fixed text format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6043 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-29 15:59:12 +00:00 |
|
wizou
|
f4f18f9469
|
a little bit more TCHARs and minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6042 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-29 15:32:24 +00:00 |
|
wizou
|
acf9a8c21f
|
Jim Park's Unicode NSIS merging - Step 4 : merging more TCHAR stuff that shouldn't have any impact
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6041 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-29 14:24:47 +00:00 |
|
f0rt
|
8ab72b9ece
|
#1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6040 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-27 19:20:16 +00:00 |
|
f0rt
|
b402798885
|
#2918870: Detect Win32 zlib in flat and include/lib directory structure, updated INSTALL and build documentation, removed obsolete Source\zlib\DEFLATE.H.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6039 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-27 15:52:04 +00:00 |
|
wizou
|
cdf7735a77
|
Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk
Compiler output is identical before & after this step
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6037 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-26 17:18:17 +00:00 |
|
wizou
|
752d7d239a
|
Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant.
Compiler output is identical before & after this step
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/branches/wizou@6036 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-03-24 17:22:56 +00:00 |
|
kichik
|
f373af3f40
|
fixed bug #2932991 - define DEBUG conflict
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6035 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-20 16:35:23 +00:00 |
|
kichik
|
b8260593ec
|
oops... typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6034 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-20 16:19:41 +00:00 |
|
f0rt
|
6c70d8ddf0
|
patch 2918870: reverted fix attempt to install substart.exe as makensis.exe in root directory when installing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6031 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-08 19:18:35 +00:00 |
|
f0rt
|
c39ffff404
|
applied patch #2918870 - use of the zlib compression library provided by the system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6030 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-07 21:24:09 +00:00 |
|
kichik
|
9f7710ace6
|
applied patch #2920342 - add error checking to SetCurrentDirectory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6029 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-06 17:04:37 +00:00 |
|
kichik
|
3d12aaa1f0
|
applied patch #2930854 - mingw compiled makensis: installers don't show bitmaps
(fixed plug-in compatibility with mingw 4.4)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6028 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-06 17:00:00 +00:00 |
|
kichik
|
ec2ff441e0
|
asm is a reserved word for gcc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6027 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-06 15:51:55 +00:00 |
|
kichik
|
ea124294a7
|
added Asturian by Marcos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6026 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-06 13:19:47 +00:00 |
|
kichik
|
5b009195fb
|
pointing to wrong vcproj
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6025 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-02-06 12:57:23 +00:00 |
|
anders_k
|
e2a4c90c12
|
Fixed bug #2939230 - Enable NextBtn with skip create checked and empty name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6024 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-30 18:16:25 +00:00 |
|
joostverburg
|
a17b600d8e
|
fixed bug #2873578 - Italian MUI Page Down license page translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6023 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-24 23:37:14 +00:00 |
|
joostverburg
|
1b35045c45
|
fixed bug #2842264 - Infinitive Spanish string need to be Present Continuous
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6022 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-24 23:33:58 +00:00 |
|
joostverburg
|
a272d7e335
|
Vietnamese translation contributed by Hùng. NGUYEN Manh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6021 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-24 23:29:31 +00:00 |
|
joostverburg
|
62f60a9a5d
|
applied path #2840090 - German Translation Update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6020 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-24 23:27:49 +00:00 |
|
joostverburg
|
bf10926874
|
fixed bug #2848552 - Missed Russian translations for MULTIUSER_INSTALLMODEPAGE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6019 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-24 23:21:19 +00:00 |
|
joostverburg
|
770de3f28f
|
add translation for Multi-User Header File - contribution by Artem Khaymenov
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6018 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-24 23:13:30 +00:00 |
|
kichik
|
859bc9a82d
|
fixed bug #2925015 - nsDialogs.nsh uses LB_DELETESTRING message in the wrong way
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6017 212acab6-be3b-0410-9dea-997c60f758d6
|
2010-01-04 11:24:20 +00:00 |
|
anders_k
|
32fda4e830
|
System Plugin: Fixed callback proc numbers and memleak in Free()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6016 212acab6-be3b-0410-9dea-997c60f758d6
|
2009-12-21 21:25:45 +00:00 |
|
anders_k
|
a2b3b82ed9
|
System Plugin: Changed i to p in readme and sysfunc.nsh (Still need to deal with system.nsh and other .nsh's)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6015 212acab6-be3b-0410-9dea-997c60f758d6
|
2009-12-21 19:03:32 +00:00 |
|
anders_k
|
eebc175b92
|
System Plugin: Support for p as pointer/handle type
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6014 212acab6-be3b-0410-9dea-997c60f758d6
|
2009-12-21 15:04:22 +00:00 |
|
kichik
|
d81d3a7774
|
more release fun
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6013 212acab6-be3b-0410-9dea-997c60f758d6
|
2009-12-05 23:35:58 +00:00 |
|
kichik
|
e1dd6d4fca
|
2.46
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6008 212acab6-be3b-0410-9dea-997c60f758d6
|
2009-12-05 22:44:18 +00:00 |
|
kichik
|
1872573b9e
|
2.46
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6007 212acab6-be3b-0410-9dea-997c60f758d6
|
2009-12-05 22:33:50 +00:00 |
|