Commit graph

939 commits

Author SHA1 Message Date
anders_k
94dd438510 Added the HKCR32, HKCR64, HKCU32, HKCU64, HKLM32 and HKLM64 root keys and the experimental HK*ANY root keys.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6871 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-06 19:51:43 +00:00
anders_k
b558dea54d Unsupported SetRegView mode must fail all registry operations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6865 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-04 22:48:13 +00:00
anders_k
204dbb0443 Added WriteRegNone
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6863 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-29 16:25:18 +00:00
anders_k
d39ef1d219 Variables used in Caption can now be set in .onGuiInit (RFE #539)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6860 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-22 18:10:19 +00:00
anders_k
d80b364e1d TCHAR cannot be used in RegTool because it must be able to run on Win9x.
RegTool now implements A and W functions in the same binary. Bitness mixing is still problematic.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6858 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-12 00:19:23 +00:00
anders_k
c8370fd064 Added !pragma warning (patch #267)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6852 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-25 13:09:41 +00:00
anders_k
c7a74bbaba Chinese (Traditional) updates by Walter Cheuk (Forum)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6845 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-06 18:07:29 +00:00
anders_k
fbd57e00c1 Added MUI_PAGE_CUSTOMFUNCTION_DESTROYED so custom image handles can be cleaned up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6844 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-03 17:35:57 +00:00
anders_k
c1c2ccb4a6 Fixed SetRegView and $ProgramFiles[32|64] in 64-bit installers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6841 212acab6-be3b-0410-9dea-997c60f758d6
2017-03-22 00:46:25 +00:00
anders_k
024e01a71e Added ExecShellWait
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6839 212acab6-be3b-0410-9dea-997c60f758d6
2017-03-21 22:04:40 +00:00
anders_k
89cbb22e42 Added note about /REBOOTOK not working without admin. rights for bug #1174
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6837 212acab6-be3b-0410-9dea-997c60f758d6
2017-01-28 18:49:11 +00:00
anders_k
871589cab4 Unicode nsExec now supports the /OEM switch (bug #1171)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6835 212acab6-be3b-0410-9dea-997c60f758d6
2017-01-15 15:20:07 +00:00
anders_k
3659de8e37 (C) 2017
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6834 212acab6-be3b-0410-9dea-997c60f758d6
2017-01-02 03:51:39 +00:00
anders_k
b57f71ddaa Minor documentation fix (bug #919)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6833 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-30 00:52:24 +00:00
anders_k
cea0fd8693 Added support for MUI_UNCONFIRMPAGE_VARIABLE (RFE #511)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6831 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-30 00:00:35 +00:00
anders_k
11b34a9fc7 Minor French improvements (patch #221)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6830 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-29 22:11:32 +00:00
anders_k
859c2ad6eb Added basic WriteRegMultiStr support (RFE #382, patch #219)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6829 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-29 21:59:35 +00:00
anders_k
d50eab4f73 Add link to translations forum (Bug #1167)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6825 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-26 23:23:25 +00:00
anders_k
75cf6b20ef MultiUser now supports $ProgramFiles64 (Bug #843)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6824 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-26 23:01:41 +00:00
kichik
a5aba23afe update history for 3.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6818 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-11 21:27:59 +00:00
anders_k
7f2ca3cdee Fixed bug #1122 StrCpy maxlen inconsistent behavior
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6810 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-05 15:44:19 +00:00
anders_k
aaca82cd5f Added final dash in XGCC_W32_PREFIX documentation description.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6809 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-04 17:15:49 +00:00
anders_k
9c598cafff Updated Danish translation (bug #1164)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6805 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-02 19:19:34 +00:00
anders_k
ca0c51491b Norwegian MultiUser fixes (patch #279)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6799 212acab6-be3b-0410-9dea-997c60f758d6
2016-11-22 21:21:58 +00:00
anders_k
04d6fe9367 Write error messages to stderr by default
Disabled if -O is used or if -NOTIFYHWND is valid and returns 0 to QUERYHOST:QH_ENABLESTDERR



git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6798 212acab6-be3b-0410-9dea-997c60f758d6
2016-11-22 21:17:00 +00:00
anders_k
9841c101cf Arabic MultiUser fixes (#278)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6797 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-22 18:19:27 +00:00
anders_k
0816ccba30 Swedish MultiUser fixes (patch #277)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6796 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-22 18:16:21 +00:00
anders_k
a71541bb87 Added SetCtlColors Windows COLOR_* constants support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6795 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-22 18:12:28 +00:00
anders_k
6fc995ed70 Updates to Brazilian Portuguese translation (Patch #276)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6794 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-12 21:08:17 +00:00
anders_k
78bf493cb8 Ukrainian MultiUser fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6792 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-12 17:20:26 +00:00
anders_k
d1da9f8646 Portuguese fixes (patch #274)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6791 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-11 23:52:01 +00:00
anders_k
0bb94c1591 Tooting my own horn
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6788 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-11 19:36:06 +00:00
kichik
a024ff95b2 bug #1153 - better doc location for SetRegView
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6787 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-09 22:23:58 +00:00
anders_k
8e582490ff Added Corsican translation (patch #268)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6786 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-08 13:48:28 +00:00
anders_k
765d245758 Fixed possible buffer overflow bug in unused WinWStrDupFromChar function (Patch #271)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6781 212acab6-be3b-0410-9dea-997c60f758d6
2016-08-21 12:00:00 +00:00
kichik
3b8afc2e89 i'm not sure why the previous fix fails only on linux, but here is another attempt...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6780 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-25 01:26:53 +00:00
kichik
74a90ebedd fix missing style.css for html docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6778 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-25 01:09:12 +00:00
kichik
3eb7494584 3.0 release notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6775 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-25 00:47:29 +00:00
anders_k
245c34216c PortugueseBR fixes (bug #1149)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6772 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-16 12:47:06 +00:00
anders_k
388d994ada Added support for !finalize return value comparison
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6771 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-14 10:53:25 +00:00
anders_k
f129597c2b Fixed some Unicode characters in the credits
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6770 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-09 15:42:09 +00:00
kichik
5eeee4e05d oops got date wrong
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6768 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-09 04:34:26 +00:00
kichik
e8dfbfd00a prepare changelog for 3.0rc2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6764 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-09 03:37:52 +00:00
anders_k
73c00e3718 Fixed bug #1147: !makensis command must force Unicode output to be UTF-8
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6762 212acab6-be3b-0410-9dea-997c60f758d6
2016-07-04 12:23:58 +00:00
anders_k
cb95a4a23b PortugueseBR fixes by deguix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6761 212acab6-be3b-0410-9dea-997c60f758d6
2016-06-28 16:56:44 +00:00
anders_k
e922c1b182 NSIS Menu POSIX fixes (bug #1144)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6758 212acab6-be3b-0410-9dea-997c60f758d6
2016-06-26 13:36:30 +00:00
anders_k
e7e58a9814 Added LogicLib & operator
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6754 212acab6-be3b-0410-9dea-997c60f758d6
2016-06-07 18:51:09 +00:00
anders_k
2fa183f20c Updated changelog and fixed a typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6753 212acab6-be3b-0410-9dea-997c60f758d6
2016-05-25 18:08:03 +00:00
anders_k
07c32a0f03 Bumped zip2exe version and linked to bugreport in history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6749 212acab6-be3b-0410-9dea-997c60f758d6
2016-04-22 13:46:14 +00:00
anders_k
6e0e1495ca Zip2Exe aborts if the zip file is encrypted
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6748 212acab6-be3b-0410-9dea-997c60f758d6
2016-04-21 23:01:29 +00:00