Commit graph

  • c9c8811194 - added AddBrandingImage examples - added information about usage of variables kichik 2005-03-29 19:09:30 +00:00
  • 31f957efda typo kichik 2005-03-29 18:09:37 +00:00
  • 819e5c7e77 remove read only file attribute before using Rename /REBOOTOK kichik 2005-03-27 17:40:58 +00:00
  • 54599162b7 typo kichik 2005-03-24 15:21:40 +00:00
  • e94a2c8ab1 replaced spaces with underscores in index output parameter names kichik 2005-03-22 18:54:12 +00:00
  • 5c44c11691 added LockWindow description kichik 2005-03-22 18:30:21 +00:00
  • f9016b2bb5 fixed two problematic string length measurements kichik 2005-03-19 17:07:48 +00:00
  • 9053776109 use correct freeing method kichik 2005-03-19 17:06:45 +00:00
  • 849ccff72b added missing parenthesis kichik 2005-03-19 16:18:47 +00:00
  • f53f97b4ca added missing MB_RTLREADING kichik 2005-03-19 14:18:04 +00:00
  • dd3d4f237a 2.05 -> 2.06 kichik 2005-03-19 13:53:41 +00:00
  • f584ca31b2 updated history kichik 2005-03-19 13:44:41 +00:00
  • 9794354bea improvements kichik 2005-03-19 12:49:34 +00:00
  • 326556f0e3 fixed bug #1155060 - Install type drop down box not showing default InstType kichik 2005-03-19 11:56:23 +00:00
  • b42f4595b1 added missing include kichik 2005-03-18 15:56:27 +00:00
  • ccf2bb96a5 applied patch #1164307 - Fixes to allow building Contrib/ on debian (minus Makefiles) kichik 2005-03-17 21:26:59 +00:00
  • 38b94f19a5 implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox" kichik 2005-03-17 20:44:31 +00:00
  • 14836bb4a6 implemented feature request #1159701 - "RTLREADING" flag support in the "MessageBox" kichik 2005-03-15 17:48:22 +00:00
  • 5ef483cf7b fixed GlobalFree call with a bad pointer (thanks Takhir) kichik 2005-03-11 11:28:58 +00:00
  • 2b53221b64 fixed bug #1159700 - SetFont doesn't work well with RTL on Windows 9x kichik 2005-03-10 18:53:34 +00:00
  • 0c691fe4f8 fixed compile error without NSIS_CONFIG_CRC_SUPPORT kichik 2005-03-05 16:56:41 +00:00
  • ac0e85db40 fixed bug #1144763 - more than 3 files in uninstall, cannot compile data was added to udata after setro(TRUE) was used kichik 2005-03-05 12:07:13 +00:00
  • e9efbba1a2 implemented feature request #711900 - StartMenu SetCtlColors support kichik 2005-03-04 13:04:14 +00:00
  • 8db5fa9604 SetCurInstType works without the components page too kichik 2005-03-03 20:46:08 +00:00
  • b4b3f0b1eb fixed bug #1155836 - Incorrect section group state section flags weren't read again after a recursive call for _RefreshSectionGroups returned kichik 2005-03-03 20:15:58 +00:00
  • 548899ccd5 fixed bug #1155588 - missing ClearErrors in GetWindowsVersion kichik 2005-03-03 17:42:15 +00:00
  • b9ecd8f65c size optimizations kichik 2005-02-25 15:28:37 +00:00
  • 4bb5e9b310 available variable in DirProc's WM_IN_UPDATEMSG handler wasn't properly initialized kichik 2005-02-25 14:19:00 +00:00
  • 189afff7c3 applied patch #1123154 - nsis 2.05 makefile missing components.c kichik 2005-02-25 13:29:49 +00:00
  • a7e4a69bb4 fixed plug-ins directory initialization for extremely restricted guest users with no directory listing access to the temporary directory kichik 2005-02-18 13:39:42 +00:00
  • 18a03a5eb5 fixes kichik 2005-02-18 09:12:23 +00:00
  • d192713026 implemented feature request #1124901 - Registry functions and ShellVarContext all registry instructions now accept SHCTX which is replaced with HKLM or HKCU on runtime according to SetShellVarContext kichik 2005-02-17 21:20:05 +00:00
  • 023618b590 Icelandic by Gretar Orri Kristinsson kichik 2005-02-17 20:38:10 +00:00
  • 3f4bd33260 Byelorussian by glory_man kichik 2005-02-17 19:31:37 +00:00
  • 48f8fc6be6 added Breton kichik 2005-02-11 14:08:43 +00:00
  • 90a8613a17 added a note about the first used language being the default language kichik 2005-02-11 14:06:19 +00:00
  • c8194bb98d terminology has changed and typos are fixed kichik 2005-02-11 14:02:17 +00:00
  • 48f6cfb392 added FORCE_INLINE to RefreshComponents kichik 2005-02-04 20:49:00 +00:00
  • 282cd1ef72 if the first section was a section group, following section groups didn't behave correctly kichik 2005-02-04 20:45:02 +00:00
  • 10330d6061 MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO was defined twice kichik 2005-02-04 17:34:33 +00:00
  • 353502df47 added a note about relative paths and CopyFiles kichik 2005-02-04 16:39:19 +00:00
  • 266b25b843 typos kichik 2005-02-04 16:31:05 +00:00
  • 5a37bd4e68 fixed compile error with logging enabled kichik 2005-02-04 15:31:57 +00:00
  • d304f50507 added InstallOptions images example kichik 2005-02-04 14:45:09 +00:00
  • 931f5e42c2 a section group can't be both selected and toggled kichik 2005-02-04 14:17:11 +00:00
  • c5d4422fd6 2.04->2.05 kichik 2005-02-04 13:55:29 +00:00
  • 5ac7f99918 changelog for 2.05 kichik 2005-02-04 13:46:02 +00:00
  • 502850c203 added missing break kichik 2005-02-03 20:26:40 +00:00
  • c66b8150ab typo kichik 2005-02-03 19:02:53 +00:00
  • 1ecd52511c fixed bug #1114876 - "Space Available" shows bad value "258.-2GB" kichik 2005-02-03 18:24:48 +00:00
  • c59980a4eb better error message for icon number mismatch kichik 2005-01-29 15:31:56 +00:00
  • 53b3898849 - added another version of MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE - other updates and fixes kichik 2005-01-27 16:28:24 +00:00
  • d34f8c32e9 update kichik 2005-01-22 17:14:36 +00:00
  • da35c93efa fixed bug #1102255 - system.nsi example crash kichik 2005-01-21 21:49:50 +00:00
  • d91e1e68f3 updated change log kichik 2005-01-21 19:17:49 +00:00
  • 98b17e1276 example of displaying images and icons kichik 2005-01-21 19:14:52 +00:00
  • 31542c6ea4 added TRANSPARENT flag for BITMAP fields kichik 2005-01-21 19:12:47 +00:00
  • 785e54440f added MUI_HEADERIMAGE_BITMAP example kichik 2005-01-21 15:32:11 +00:00
  • 8557bafca2 LZMA_IO_ERROR was returned instead of LZMA_THREAD_ERROR kichik 2005-01-18 18:06:09 +00:00
  • 6de9916400 string first in output for compression errors kichik 2005-01-18 17:56:58 +00:00
  • d13a22587c use case insensitive string comparison kichik 2005-01-14 18:35:21 +00:00
  • 8548aa10e3 Breton credits kichik 2005-01-14 17:07:34 +00:00
  • 54bb163a4f don't rely on WM_DESTROY to update extraction status to 100% kichik 2005-01-14 16:54:44 +00:00
  • ab68488a0c Breton translation kichik 2005-01-14 16:39:43 +00:00
  • 0ba0ae3b66 done kichik 2005-01-14 15:59:27 +00:00
  • 6008ab4265 removed unneeded test kichik 2005-01-14 15:46:28 +00:00
  • 057a91aa70 made SectionGetText work in .onInit too kichik 2005-01-14 15:24:51 +00:00
  • f3b747a35d added information about 9th bit of the section flags kichik 2005-01-14 15:18:37 +00:00
  • 46a68cd232 added SF_NAMECHG kichik 2005-01-14 15:15:55 +00:00
  • f558c99c2c use new section name space kichik 2005-01-14 15:13:47 +00:00
  • c70cfb5ac2 initialize section name with zeros kichik 2005-01-14 15:11:56 +00:00
  • 3bef7a5d67 added space for section name to make it possible to parse it immediately when setting it and not only when the components page is present kichik 2005-01-14 15:11:20 +00:00
  • c94087d68f fixed branding kichik 2005-01-14 12:21:17 +00:00
  • f3cdc58bdb added another version of MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE joostverburg 2005-01-14 10:41:36 +00:00
  • e91e9e3563 typo joostverburg 2005-01-14 10:40:23 +00:00
  • e7274c1757 applied patch #1098454 with some changes kichik 2005-01-11 17:16:23 +00:00
  • b4e31e321e update the inner page if the leave function aborted, something might have changed kichik 2005-01-11 16:54:59 +00:00
  • 13730a5753 added information about 7th and 8th bits of the section flags kichik 2005-01-11 16:41:16 +00:00
  • bec3be0ac0 added SF_TOGGLED section flag kichik 2005-01-11 16:39:42 +00:00
  • 6feb1128c4 deprecated cur_insttype and insttype_changed kichik 2005-01-11 16:39:27 +00:00
  • 840ab03222 use new component functions to enable toggling of partially selected sections and fix bug #1045722 kichik 2005-01-11 16:38:48 +00:00
  • d8225671ad use new components functions so SetCurInstType will take affect immediately and so setting a section group's flags will affect its children too kichik 2005-01-11 16:33:12 +00:00
  • c73d4d43b4 - deprecated cur_insttype and insttype_changed - added SF_TOGGLED section flag kichik 2005-01-11 16:29:29 +00:00
  • 6173889411 components functions that don't rely on the TreeView kichik 2005-01-11 16:28:10 +00:00
  • 5a404bacf8 missing "of" kichik 2005-01-11 12:26:57 +00:00
  • f2cba8c2cb renamed SubSection to SectionGroup kichik 2005-01-10 12:43:52 +00:00
  • fe03bb3d47 fixed "done" and "register" label warnings kichik 2005-01-10 11:55:17 +00:00
  • ca83176be0 removed debug message kichik 2005-01-10 11:40:06 +00:00
  • 4385e976a2 Igor requested the paragraph to be removed kichik 2005-01-09 12:56:36 +00:00
  • 2b51a6b641 fixed doubled delay for !nt50 mode kichik 2005-01-08 14:04:45 +00:00
  • 3b5782aa07 indent -nut -kr -bli0 -i2 kichik 2005-01-08 13:30:33 +00:00
  • c6dc4d76fe - updated File /r documentation - minor improvements kichik 2005-01-07 16:31:04 +00:00
  • fbbc28f35c 2.03->2.04 kichik 2005-01-07 14:52:09 +00:00
  • 82b4c0ff42 RegQueryValueEx only takes 6 parameters kichik 2005-01-07 11:32:56 +00:00
  • ccbc8ecd45 2.03->2.04 kichik 2005-01-05 17:11:49 +00:00
  • c5e8598ec4 2.04 changelog kichik 2005-01-05 17:02:07 +00:00
  • 61ae6c590d better fix for bug #1096104 kichik 2005-01-05 16:36:05 +00:00
  • 8c51026a67 fixed 1095761 - File /r changes $0 kichik 2005-01-05 13:40:42 +00:00
  • a7c465cc9e descending message wasn't being displayed when the directory itself matched kichik 2005-01-05 13:01:07 +00:00
  • 94c7e0cd1c note about not using full path with INI instructions kichik 2005-01-05 12:44:54 +00:00