Commit graph

5867 commits

Author SHA1 Message Date
anders_k
a7eff3874c Display English and German in LangDLL if the codepage is 1250 (Bug #1185)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6873 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-15 18:58:22 +00:00
anders_k
273ea199ce Fixed minor error in SimpChinese.nsh (Patch #283)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6872 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-07 21:51:59 +00:00
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
bcef20b32d Bring back optimized mystrcpy(tmpbuf, _T("NUL")) from NSIS2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6869 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-05 21:43:07 +00:00
anders_k
65bfc90ce7 Add space between disk space value and unit (Bug #1132)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6868 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-05 20:20:11 +00:00
anders_k
f5a9b401df Don't use ShellExecute, only ShellExecuteEx
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6867 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-05 01:01:28 +00:00
kichik
87980a831a add readme with build status
partly https://github.com/kichik/nsis/pull/1

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6866 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-05 00:34:48 +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
a2aa3ed305 TravisCI OSX instance needs cppunit v1.13.2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6864 212acab6-be3b-0410-9dea-997c60f758d6
2017-06-03 02:56:46 +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
6271e87972 SendMessage /TIMEOUT= parameter should not be case-sensitive.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6862 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-29 13:12:41 +00:00
anders_k
36a62ef459 Added IGameExplorer to COM.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6861 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-27 01:21:27 +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
ce7078517f Include CPU architecture in the RegTool filename so Library.nsh always picks the correct version
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6859 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-14 16:16:30 +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
kichik
c401748d95 notify slack
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6857 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-03 22:31:31 +00:00
anders_k
a1dd757374 UpgradeDLL needs to use the correct RegTool version key
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6856 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-03 21:17:59 +00:00
anders_k
17d5e5003f Refactored preprocessor instructions to separate source file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6855 212acab6-be3b-0410-9dea-997c60f758d6
2017-05-03 12:08:09 +00:00
kichik
7ecff5e1c0 build osx on travis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6854 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-26 19:40:41 +00:00
anders_k
e004b5893e Use a internal command to detect the CHM header because the !searchparse hack fails with a encoding error if the ACP codepage is 936.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6853 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-25 13:58:43 +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
kichik
1b11115193 log build fix for anders
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6851 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-18 19:21:53 +00:00
kichik
5aad0ae1ab test log build
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6850 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-18 08:20:20 +00:00
anders_k
450343788f Fixed two GCC POSIX warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6849 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-14 21:48:55 +00:00
anders_k
062a89273c Default language file codepage is only ASCII compatible (Bug #1180)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6848 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-14 14:17:39 +00:00
kichik
2035f5e5a5 drone.io is dead so use travis-ci.org instead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6847 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-13 21:00:58 +00:00
anders_k
264fc910aa Fix POSIX error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6846 212acab6-be3b-0410-9dea-997c60f758d6
2017-04-13 14:42:47 +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
fd8cdfd4a2 Fix MUI dependencies check when Languages or Graphics are not installed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6842 212acab6-be3b-0410-9dea-997c60f758d6
2017-03-22 15:05:13 +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
a9b56a63fd WinVer server 2016 support (patch #282)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6840 212acab6-be3b-0410-9dea-997c60f758d6
2017-03-21 22:12:35 +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
7650898389 Added note about not supporting HTTPS in NSISdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6838 212acab6-be3b-0410-9dea-997c60f758d6
2017-01-30 20:04:31 +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
aec58509b4 Fixed unbalanced push/pop in MUI_UNGETLANGUAGE (MUI v1)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6836 212acab6-be3b-0410-9dea-997c60f758d6
2017-01-20 21:15:49 +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
5185900a8e Taller MULTIUSER_INSTALLMODEPAGE_TEXT_TOP label (bug #916)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6832 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-30 00:39:02 +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
aee38bfa77 Fixed minor 64-bit warnings (Bug #1170)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6828 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-29 19:25:14 +00:00
anders_k
e8e2cbadc6 Minor documentation fix (Patch #231)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6827 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-26 23:52:10 +00:00
anders_k
d09e2dc1ac Added MultiUser text from patch #246. Still undecided if we should merge the rest of the patch...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6826 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-26 23:48:22 +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
28e6462b4e print all bad eols
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6821 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-11 21:46:29 +00:00
kichik
75b07c1102 3.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6820 212acab6-be3b-0410-9dea-997c60f758d6
2016-12-11 21:46:07 +00:00