Commit graph

  • 0ec2d9c03e bug #848173 - add trailing backslash to the temporary directory so root directories will be recognized as directories and not just the drive path. kichik 2003-11-28 18:59:51 +00:00
  • f1a3a6746a Made temporary folder validator make sure the temporary directory variable contains a fully qualified path. If it doesn't it'll full back to %WINDIR%\Temp. If that doesn't either, it'll fail. This shoulf fix bug #848173 where it would fail with the wrong message on WINE. kichik 2003-11-28 18:52:19 +00:00
  • 8b728af443 Another little optimization kichik 2003-11-28 18:50:51 +00:00
  • acf798c33b - Made CRC checking from CD-ROM or a network drive faster - Some more optimizations kichik 2003-11-28 17:57:59 +00:00
  • 69e2d02cc7 Minor fixes icemank 2003-11-28 05:16:05 +00:00
  • b5a430dfa6 Some more optimizations kichik 2003-11-27 23:21:15 +00:00
  • edbc22d642 section structure, file associations, shell extensions joostverburg 2003-11-27 21:29:05 +00:00
  • f6ebb29045 - All message boxes in code now have a default for silent installers - Some size optimizations kichik 2003-11-27 20:19:48 +00:00
  • 0139636e18 clean offsets for EW_SETFILEATTRIBUTES that comes after EW_EXTRACTFILE kichik 2003-11-27 18:47:47 +00:00
  • e338cce111 1.68, fixes joostverburg 2003-11-27 14:27:00 +00:00
  • ef1901d5aa Smaller memory requirements on compile time (dict * 2 + 5MB) kichik 2003-11-26 20:27:36 +00:00
  • 23f1461de7 no separate INI file anymore joostverburg 2003-11-26 17:20:54 +00:00
  • 69b371e936 1.68 joostverburg 2003-11-26 17:20:07 +00:00
  • d3621837ed Misspelled kichik 2003-11-26 13:58:03 +00:00
  • 0450ea6390 Added modification notice kichik 2003-11-26 13:57:14 +00:00
  • 1d60445b40 Changed display name for LZMA compressor icemank 2003-11-26 13:33:24 +00:00
  • 77b371896a Added context menu method for choosing compressor. icemank 2003-11-25 21:07:51 +00:00
  • 3773299cb2 Fixed compressor selection. Added context menu method for choosing compressor. Changed Defines dialog to Settings dialog icemank 2003-11-25 21:06:37 +00:00
  • 888fcfec48 version 0.31 * LZMA compression support * Fixed compression setting joostverburg 2003-11-25 18:11:23 +00:00
  • 1dad9c938d Applied patch #849000 - New sections macros for mutually exclusive section selection by Tim Gallagher kichik 2003-11-25 17:18:45 +00:00
  • ec5f289696 - More path validation (drive id is an english letter, no chars under 32 in a path) - Fixed bug #839214 - message box shown in silent mode if a file can't be opened for writing. Now it will skip the file if AllowSkipFiles is on and abort if it's not. - Added /SD parameter for MessageBox. Allows to set default for silent installers (MessageBox MB_OKCANCEL "OK? Cancel?" /SD IDOK IDOK doOK IDCANCEL doCancel) kichik 2003-11-25 17:07:40 +00:00
  • c062ecca53 shaved 148 bytes, 236 more to go kichik 2003-11-25 10:51:17 +00:00
  • 06c87de7e0 Allow wildcards in !include kichik 2003-11-25 07:09:53 +00:00
  • 5e2948eda9 Added support for reading environmental variables on compile time - $%envVarName%. kichik 2003-11-25 06:25:31 +00:00
  • b6a98d86c3 Parse LangString using the codepage specified in NLF of the language. This helps avoid warnings about unknown variables with LangStrings that contain dollar signs but are not encoded with the system's current codepage. kichik 2003-11-25 05:55:18 +00:00
  • 778e73aca8 No such thing as MUI_UNINNERTEXT_LICENSE_TOP kichik 2003-11-24 22:13:44 +00:00
  • 5297ca56c4 Updated to 1.68 kichik 2003-11-24 21:09:02 +00:00
  • 1527ea2f1a Modern UI 1.68 joostverburg 2003-11-24 19:50:01 +00:00
  • 893a6970f8 Backwards compatibilty - sections that use SectionIn RO and no other SectionIn should be in all installation types kichik 2003-11-24 19:36:15 +00:00
  • 56c10a54da Note about different licenses kichik 2003-11-24 19:02:19 +00:00
  • 2c17ab0179 Note about code modification kichik 2003-11-24 18:54:51 +00:00
  • c70cc031d2 Enabled LZMA selection kichik 2003-11-24 17:36:42 +00:00
  • b77f339455 Added DirVerify (works in PageEx directory) and GetInstDirError. If `DirVerify leave' is used, the next button will not be disabled if the installation directory is not valid or there is not enough space and a flag will be set instead. You can read that flag using GetInstDirError in the leave function of the directory page. A value of 0 means no error, 1 means invalid installation directory and 2 means not enough space. This allows you to handle those errors on your own. kichik 2003-11-24 17:05:10 +00:00
  • 80eac750fc Added support for LZMA compressor + fixed command line compressor support icemank 2003-11-24 16:51:39 +00:00
  • ac025c139c Added NSIS_CONFIG_LOG_ODS that makes the log use OutputDebugString instead of install.log. kichik 2003-11-24 14:22:50 +00:00
  • c49208b861 Fixed bug #846723 - SetOutPath doesn't work with root directories kichik 2003-11-24 13:29:40 +00:00
  • 0ef7fcd98b Uninstaller data offset is saved as EW_WRITEUNINSTALLER's parameters. A step forward to multiple uninstallers and smaller exehead. kichik 2003-11-24 13:11:35 +00:00
  • 75299797fd removed a file kichik 2003-11-24 00:12:04 +00:00
  • 594c3ed0f6 - First LZMA enhanced NSIS version - experimental - Added SetCompressorDictSize (only works for LZMA) - Added SetCompressionLevel (only "works" for zlib and bzip2) - doesn't work for now - Section is only supposed to get 4 parameters if /o is specified - Updated version numbers kichik 2003-11-24 00:08:58 +00:00
  • 320cefa4b0 Fixed handling of command line SetCompressor option. icemank 2003-11-21 21:57:39 +00:00
  • 34d4213220 1.67 update kichik 2003-11-21 21:47:02 +00:00
  • 4a0df75dd7 keep original verbose setting, added MUI_VERBOSE setting joostverburg 2003-11-21 19:31:15 +00:00
  • da2ab7b4b5 Fixed compressor initialization icemank 2003-11-20 17:48:20 +00:00
  • 58b77bb410 Serbian language files update kichik 2003-11-20 10:37:42 +00:00
  • 45eede8799 Version number was wrong kichik 2003-11-20 10:36:27 +00:00
  • a7045c3287 corrections joostverburg 2003-11-19 22:19:45 +00:00
  • b2cc8876b9 test GetFunctionAddress too joostverburg 2003-11-19 21:45:22 +00:00
  • 92ec99d190 Empty password for anonymous CVS kichik 2003-11-19 21:27:41 +00:00
  • c2fce2e62a missing dir, function update joostverburg 2003-11-19 21:24:50 +00:00
  • 0eb6b1be22 functions, texts, link joostverburg 2003-11-19 17:40:27 +00:00
  • b0c9f6b943 fixed accents kichik 2003-11-19 16:52:29 +00:00
  • 98d481d7cb default strings, current folder joostverburg 2003-11-19 16:28:58 +00:00
  • 82e3e6dadf v6 joostverburg 2003-11-19 15:51:34 +00:00
  • 74a3e3c12e 1.67 joostverburg 2003-11-19 15:51:13 +00:00
  • 9895f2507b 1.67 joostverburg 2003-11-19 14:18:36 +00:00
  • 8d0f6ab171 Chapter1.html no longer comes with the default package kichik 2003-11-19 14:08:06 +00:00
  • add6fa839b graphics path changed kichik 2003-11-19 13:51:45 +00:00
  • 09213f834c added 16x16 icon joostverburg 2003-11-19 13:51:02 +00:00
  • 8cd728c7d4 Removed "(CVS)" from version kichik 2003-11-19 13:21:14 +00:00
  • 79a298aee3 - Fixed bug #844989 - multiple uninstaller subsections problems - Removed "(CVS)" from version number kichik 2003-11-19 13:11:07 +00:00
  • 7fe6a9959d Added compressor setting option icemank 2003-11-19 04:38:14 +00:00
  • 52c888841d LicenseText, ComponentText and DirText updated as they are no longer needed to show certain pages. These are now used to change the default text instead - which have been moved to the NLF files. zarg 2003-11-18 23:40:19 +00:00
  • d487c5f0dd Font goes in $(^Font), font size goes in $(^FontSize)... kichik 2003-11-18 22:35:51 +00:00
  • 575b9ae83f header image RTL support, fixed NOSTRETCH settings joostverburg 2003-11-18 21:31:44 +00:00
  • 3a948e6451 Farsi language files credits kichik 2003-11-18 17:05:33 +00:00
  • ccfa1de62b Only map X button to Next if we're on the last page kichik 2003-11-18 17:04:29 +00:00
  • 0d00e6b8a9 html structure joostverburg 2003-11-18 17:01:34 +00:00
  • ea1dc24ec3 Farsi language files by FzerorubigD kichik 2003-11-18 15:14:09 +00:00
  • e9dcc4f78b Do not call SetBg from a section kichik 2003-11-18 14:30:43 +00:00
  • 73514d3f18 Updated to 1.67 - thanks F. Heidenreich! kichik 2003-11-18 11:46:59 +00:00
  • 10f50ee6b2 INI file missing kichik 2003-11-18 11:39:52 +00:00
  • df2755cf42 Fixed CHM link to MUI readme kichik 2003-11-17 23:16:47 +00:00
  • e28298a2dd WriteRegExpandStr should have a section of its own kichik 2003-11-17 13:49:24 +00:00
  • da531d0511 Little update ramon18 2003-11-16 22:53:13 +00:00
  • 8f668a6fd5 Added information about uninstaller sections (bug #841421) kichik 2003-11-16 22:45:38 +00:00
  • 8eedd05f0c Applied patch #838864 - some more optimizations kichik 2003-11-16 22:38:14 +00:00
  • a41cd1e617 defaults bold and underlined joostverburg 2003-11-16 20:13:28 +00:00
  • 1026f26b40 updated outdated stuff, pages / plug-in calls / multiple languages improved, red defaults, fixes joostverburg 2003-11-16 19:57:44 +00:00
  • b0d4888c3a - PROMPT_CREATE doesn't work with REQ_SAVE - Example INI file had old flag names kichik 2003-11-16 19:37:07 +00:00
  • 2628e38b33 Arabic is RTL kichik 2003-11-16 18:55:14 +00:00
  • 0d43527923 fixed a harmless typo and made MUI_LANGUAGE only warn once if a language file is out of date kichik 2003-11-16 15:16:13 +00:00
  • 9f1100e058 dll not exe kichik 2003-11-16 14:52:38 +00:00
  • f08bac6815 separated a bit kichik 2003-11-15 17:48:36 +00:00
  • 3ccb9ac786 Updated changelog and release notes kichik 2003-11-15 17:26:00 +00:00
  • 268c3df32d added Ramon and Hebrew translator kichik 2003-11-15 15:54:57 +00:00
  • 343f7c9408 Files are not valid installation folders kichik 2003-11-14 21:08:51 +00:00
  • ff2edfc360 fix joostverburg 2003-11-14 17:09:38 +00:00
  • 05c35e5f56 fix joostverburg 2003-11-14 16:47:20 +00:00
  • a563b44e39 1.67 joostverburg 2003-11-14 16:46:23 +00:00
  • ed8c349736 Better error handling kichik 2003-11-14 13:44:26 +00:00
  • ccef537676 fix joostverburg 2003-11-13 20:00:47 +00:00
  • c775c5a3e8 Applied patch #838864 - String-friendly Delphi ExDLL kichik 2003-11-13 13:04:54 +00:00
  • d27d6dfb57 fixed abort subheader, font langstrings joostverburg 2003-11-13 11:43:43 +00:00
  • 836f699592 ^Font and ^FontSize kichik 2003-11-12 22:38:46 +00:00
  • f915329242 Call the same DllMain for debug and release builds kichik 2003-11-12 20:24:53 +00:00
  • c630474864 typo kichik 2003-11-12 18:45:35 +00:00
  • f41951c259 UpgradeDLL include file, removed old check joostverburg 2003-11-12 17:35:04 +00:00
  • 352f409053 UpgradeDLL include file, VB6 runtime installation joostverburg 2003-11-12 12:55:13 +00:00
  • 6622a27977 Link to CHM docs from MakeNSISw kichik 2003-11-11 23:54:22 +00:00
  • 193cd3d304 updated UpgradeDLL, tutorial joostverburg 2003-11-11 19:41:38 +00:00