Commit graph

  • f3ac7d9f93 Changed to use MUI2.nsh afrow_uk 2010-05-03 20:02:32 +00:00
  • 2c774a533c Adding CEXEBuild::LoadLicenseFile shared by TOK_LICENSELANGSTRING & TOK_LICENSEDATA wizou 2010-05-03 14:04:22 +00:00
  • b431c21048 Minor changes on FOPENTEXT wizou 2010-05-03 10:12:33 +00:00
  • 2170215b06 Resubmitted Sections.nsh with StrCpy ops back in (and added to my macros). Thanks Anders :S I spose conditional compilation would be a better solution but meh! afrow_uk 2010-04-30 20:17:29 +00:00
  • 4f1a78e939 Fixed bug #2994202 - ExDll vcproj defines VC90 CRT dependency afrow_uk 2010-04-30 18:42:55 +00:00
  • b28daffd60 Added RemoveSection and UnremoveSection macros to hide+unselect and show+select a section. Removed some unnecessary StrCpy ops from the other macros. afrow_uk 2010-04-30 18:36:36 +00:00
  • d96bd3cb6e oops wizou 2010-04-30 16:39:29 +00:00
  • f7f4d2f033 Using standard wchar string functions instead of winchar_* wizou 2010-04-30 14:48:19 +00:00
  • b9a5d24705 Extra_params functions are stdcall anders_k 2010-04-28 22:24:53 +00:00
  • 0b26006a44 oops.. reverting unwanted changes on makensis.nsi wizou 2010-04-21 12:45:53 +00:00
  • 68c5a5751e MakeNSISW now uses RichEdit 2.0, compatible with Unicode (exehead UIs already uses it anyway) wizou 2010-04-21 09:09:47 +00:00
  • 70ccef9cbc Unicode: Fixed some scripts wizou 2010-04-21 08:55:35 +00:00
  • ca54cf728c Unicode: Improved UTF8 detection, less verbose wizou 2010-04-20 15:29:55 +00:00
  • c8d77cd501 Unicode port: Support for Unicode/UTF8 input files by Jim Park. wizou 2010-04-20 09:04:26 +00:00
  • 2d3bf19b0d Bug fix & simplification on SetArgv wizou 2010-04-19 10:06:48 +00:00
  • 9b0e3aeb62 Unicode port: default to Unicode VERSIONINFO resources wizou 2010-04-19 10:05:49 +00:00
  • 86c8f0bb32 install substart.exe as makensis.exe this distribution code needs some serious cleanup... kichik 2010-04-17 23:20:18 +00:00
  • fcb399fce0 workaround for platform sdk problems with scons 1.3.0 kichik 2010-04-17 22:58:47 +00:00
  • 8563f508c5 fixed nightly build 7.1... 7.1... not 8. what just happened here? kichik 2010-04-17 21:42:29 +00:00
  • 4af4fa9c73 fixed nightly build kichik 2010-04-17 21:20:18 +00:00
  • e7672ebf46 Return exit code from child process anders_k 2010-04-16 14:56:30 +00:00
  • cefeec3676 Additional error checking by Jim Park. Also some cleaning. wizou 2010-04-15 12:11:06 +00:00
  • e438c2092b Fixed bug and Unicode support in RenameViaWininit function wizou 2010-04-15 08:51:35 +00:00
  • 36f6645935 Added comments, and removed unused #include wizou 2010-04-14 16:27:00 +00:00
  • 637db8940c Unicode port: fixing special NSIS escape characters in strings. No change in exehead size. wizou 2010-04-14 16:02:51 +00:00
  • 408a5d5169 Adapting CHAR4_TO_DWORD-style constructions. No change in exehead. wizou 2010-04-14 15:51:48 +00:00
  • 759ae312b5 Reducing exehead by 9 bytes and making Anders happy wizou 2010-04-14 14:27:51 +00:00
  • 01d88a1ed6 Some TCHAR fixes, linker flag for Unicode, and cosmetic touch without real changes wizou 2010-04-14 10:15:40 +00:00
  • 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) wizou 2010-04-13 16:14:16 +00:00
  • 57d296e159 Adding Unicode support to System plugin wizou 2010-04-13 15:25:33 +00:00
  • 9852de80be Just renaming some class members and adding Jim Park's comments wizou 2010-04-13 15:19:12 +00:00
  • f5df185ba2 Fix exehead unicode compil warnings wizou 2010-04-13 15:01:14 +00:00
  • 64a0f32e52 more simple TCHARs fixes wizou 2010-04-12 16:00:17 +00:00
  • a92fad7347 fix compiler error wizou 2010-03-31 19:16:44 +00:00
  • 82d42b1159 _countof and swprintf fixes for VC6 anders_k 2010-03-30 17:50:08 +00:00
  • 34395604e8 #2918870: Ensure minimum scons version of 1.2.0 otherwise build scripts won't work. f0rt 2010-03-30 12:27:15 +00:00
  • a16164cac4 fixed text format wizou 2010-03-29 15:59:12 +00:00
  • f4f18f9469 a little bit more TCHARs and minor fixes wizou 2010-03-29 15:32:24 +00:00
  • acf9a8c21f Jim Park's Unicode NSIS merging - Step 4 : merging more TCHAR stuff that shouldn't have any impact wizou 2010-03-29 14:24:47 +00:00
  • 8ab72b9ece #1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems f0rt 2010-03-27 19:20:16 +00:00
  • b402798885 #2918870: Detect Win32 zlib in flat and include/lib directory structure, updated INSTALL and build documentation, removed obsolete Source\zlib\DEFLATE.H. f0rt 2010-03-27 15:52:04 +00:00
  • cdf7735a77 Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk Compiler output is identical before & after this step wizou 2010-03-26 17:18:17 +00:00
  • 752d7d239a Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. Compiler output is identical before & after this step wizou 2010-03-24 17:22:56 +00:00
  • f373af3f40 fixed bug #2932991 - define DEBUG conflict kichik 2010-02-20 16:35:23 +00:00
  • b8260593ec oops... typo kichik 2010-02-20 16:19:41 +00:00
  • 6c70d8ddf0 patch 2918870: reverted fix attempt to install substart.exe as makensis.exe in root directory when installing f0rt 2010-02-08 19:18:35 +00:00
  • c39ffff404 applied patch #2918870 - use of the zlib compression library provided by the system f0rt 2010-02-07 21:24:09 +00:00
  • 9f7710ace6 applied patch #2920342 - add error checking to SetCurrentDirectory kichik 2010-02-06 17:04:37 +00:00
  • 3d12aaa1f0 applied patch #2930854 - mingw compiled makensis: installers don't show bitmaps (fixed plug-in compatibility with mingw 4.4) kichik 2010-02-06 17:00:00 +00:00
  • ec2ff441e0 asm is a reserved word for gcc kichik 2010-02-06 15:51:55 +00:00
  • ea124294a7 added Asturian by Marcos kichik 2010-02-06 13:19:47 +00:00
  • 5b009195fb pointing to wrong vcproj kichik 2010-02-06 12:57:23 +00:00
  • e2a4c90c12 Fixed bug #2939230 - Enable NextBtn with skip create checked and empty name anders_k 2010-01-30 18:16:25 +00:00
  • a17b600d8e fixed bug #2873578 - Italian MUI Page Down license page translation joostverburg 2010-01-24 23:37:14 +00:00
  • 1b35045c45 fixed bug #2842264 - Infinitive Spanish string need to be Present Continuous joostverburg 2010-01-24 23:33:58 +00:00
  • a272d7e335 Vietnamese translation contributed by Hùng. NGUYEN Manh joostverburg 2010-01-24 23:29:31 +00:00
  • 62f60a9a5d applied path #2840090 - German Translation Update joostverburg 2010-01-24 23:27:49 +00:00
  • bf10926874 fixed bug #2848552 - Missed Russian translations for MULTIUSER_INSTALLMODEPAGE joostverburg 2010-01-24 23:21:19 +00:00
  • 770de3f28f add translation for Multi-User Header File - contribution by Artem Khaymenov joostverburg 2010-01-24 23:13:30 +00:00
  • 859bc9a82d fixed bug #2925015 - nsDialogs.nsh uses LB_DELETESTRING message in the wrong way kichik 2010-01-04 11:24:20 +00:00
  • 32fda4e830 System Plugin: Fixed callback proc numbers and memleak in Free() anders_k 2009-12-21 21:25:45 +00:00
  • a2b3b82ed9 System Plugin: Changed i to p in readme and sysfunc.nsh (Still need to deal with system.nsh and other .nsh's) anders_k 2009-12-21 19:03:32 +00:00
  • eebc175b92 System Plugin: Support for p as pointer/handle type anders_k 2009-12-21 15:04:22 +00:00
  • d81d3a7774 more release fun kichik 2009-12-05 23:35:58 +00:00
  • e1dd6d4fca 2.46 kichik 2009-12-05 22:44:18 +00:00
  • 1872573b9e 2.46 kichik 2009-12-05 22:33:50 +00:00
  • 40cf7e1686 fixed bug #2810188 - Weird (erroneous) behavior of Menu Start selection page kichik 2009-12-05 22:12:37 +00:00
  • cde0aea770 fixed bug #2849872 - LogicLib Do..Loop warning kichik 2009-12-05 21:52:39 +00:00
  • 11e82f9b4f fixed bug #2873598 - removed double spaces kichik 2009-12-05 21:26:30 +00:00
  • 9fd7d4ef36 fixed bug #2892444 - missing license file (jnetlib.h), it's all zlib kichik 2009-12-05 21:23:57 +00:00
  • 45da025cd8 support specifying WXWIN on command line kichik 2009-11-29 23:19:58 +00:00
  • c076d135e7 nicer halibut scons code should make a proper builder out of this kichik 2009-11-29 23:12:45 +00:00
  • 4e48722b63 creating working branch for wizou wizou 2009-11-16 14:10:29 +00:00
  • 85d3e9688e added win7 x64 rtm kichik 2009-08-26 16:38:24 +00:00
  • 81fea574de applied patch #2835731 - disable name mangling for the DllMain function so that the Math plugin could be properly initialized pabs3 2009-08-19 09:18:28 +00:00
  • 7900063f76 applied patch #2826598 - Minor typo in PortugueseBR language file kichik 2009-07-26 12:38:42 +00:00
  • ad67841b87 Remove outdated information about System::Call being missing when built with GCC. Patch by Thomas Gaugler <thomas@dadie.net> pabs3 2009-07-05 15:15:44 +00:00
  • a3385f6ff7 wxWidgets 2.8.10 compatibility kichik 2009-06-13 09:30:15 +00:00
  • 6875b3b31b Fixed bug in !searchparse (bug 2803622) justin1014 2009-06-10 21:26:01 +00:00
  • e75f03ab8f 2008 r2 testing kichik 2009-06-10 18:50:12 +00:00
  • 4301eba14a applied patch #2802794 - nsis.pas - LogMessage() and Call() kichik 2009-06-08 20:09:31 +00:00
  • fff9f3fd7b fixed bug #2803097 - Canceling uninstall in Vista gives PCA dialog (bug #2697027) kichik 2009-06-08 20:05:57 +00:00
  • 972309e3dd 2.45 kichik 2009-06-06 21:34:52 +00:00
  • c7bb0d6bd1 typo kichik 2009-06-06 19:59:07 +00:00
  • 80e3d99a8c 2.45 kichik 2009-06-06 19:40:03 +00:00
  • 549d35e8b5 cosmetics kichik 2009-06-06 19:35:20 +00:00
  • 8ecbb43a38 don't ask me why, but this make hhc.exe not crash kichik 2009-06-06 19:25:24 +00:00
  • 9a04747745 vista AND 7... yes, tis true! kichik 2009-06-06 19:15:25 +00:00
  • 5a1eba064d cosmetics kichik 2009-06-06 18:32:40 +00:00
  • 46b88d766d implemented RFE #1505425 - !delfile wildcards and /nonfatal kichik 2009-06-06 18:31:56 +00:00
  • 4cbde48fe7 buildy buildy kichik 2009-06-06 16:22:25 +00:00
  • 1871a516b9 applied patch #2790571 kichik 2009-06-06 16:21:22 +00:00
  • 148aac28c5 applied patch #2642542 kichik 2009-06-06 16:17:40 +00:00
  • b10eddb8ca terminal services awareness day donate now! kichik 2009-06-06 16:15:48 +00:00
  • 5f1cfb02ff fixed bug #2725883 - NSIS installers always show warning on Windows 7 kichik 2009-06-06 16:14:36 +00:00
  • 1c747e74cf applied patch #2801317 - Install type description position fix kichik 2009-06-06 15:07:20 +00:00
  • a7c5b420b9 fixed bug #2606525 - Symbol NSIS_VERSION not documented kichik 2009-06-06 14:46:37 +00:00
  • 7404dcb3b8 fixed bug #2720968 - MUI2 finish page show custom function kichik 2009-06-06 14:26:09 +00:00
  • f3791f9e7d fixed bug #2796189 - ExecShell doesn't always respect maximized window setting kichik 2009-06-06 13:59:38 +00:00
  • b5a55b0073 fixed bug #2801024 - CreateFont doesn't make sure the first parameter is a valid variable kichik 2009-06-06 13:47:59 +00:00