anders_k
|
e83197997e
|
bug #1125: Don't load modules from the application nor current directory.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6645 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-11-28 13:32:54 +00:00 |
|
anders_k
|
6be5d8d07d
|
Delay load Version.dll to avoid dll hijacking [bug #1125]
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6642 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-11-25 13:13:42 +00:00 |
|
anders_k
|
9d883f98d8
|
HANDLE NULL check the converted value, not the string length
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6639 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-11-22 12:44:49 +00:00 |
|
anders_k
|
8f65eb3c23
|
CreateShortcut icon index can now be larger than 255 (Bug #1123)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6638 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-11-21 13:12:40 +00:00 |
|
anders_k
|
6eaea6479f
|
No need to delayload MoveFileEx, OpenProcessToken, LookupPrivilegeValueW and AdjustTokenPrivileges on Win9x.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6635 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-11-15 23:06:57 +00:00 |
|
anders_k
|
caf00a1195
|
myGetProcAddress now uses a full path to the system directory when calling LoadLibrary to avoid application directory dll hijacking of SHFolder.dll
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6634 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-11-06 02:42:35 +00:00 |
|
anders_k
|
7b814407a3
|
Fixed NSIS_CONFIG_LOG_STDOUT output in Unicode exehead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6629 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-10-31 18:52:07 +00:00 |
|
anders_k
|
252adb2f39
|
Use myWriteFile helper function in exehead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6628 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-10-31 16:27:34 +00:00 |
|
anders_k
|
1c1d1d5e12
|
Fixed all VS2015 warnings except C4577 ('noexcept' used with no exception handling mode specified)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6627 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-10-30 03:55:30 +00:00 |
|
anders_k
|
b54c831ff0
|
FileReadUTF16LE skips optional BOM and FileWriteUTF16LE can write a BOM with the /BOM switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6626 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-10-26 23:29:39 +00:00 |
|
anders_k
|
6d534850e7
|
* TOK_PLUGINDIR path can't be const because of PATH_CONVERT(path) on POSIX
* Remove truncate_cast usage from fileform.c
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6613 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-09-19 14:07:14 +00:00 |
|
anders_k
|
940277d9d8
|
* block_header::offset is now pointer sized in exehead
* Wininet.h -> wininet.h for POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6608 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-09-18 15:55:56 +00:00 |
|
anders_k
|
286edd20c4
|
* Basic System::Call support when compiling with 64-bit MinGW/GCC toolchain
* Win64 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6607 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-09-17 14:30:07 +00:00 |
|
anders_k
|
113be9b813
|
Use the correct system metric to size the invisible column-header on the instfiles page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6588 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-06-25 20:38:20 +00:00 |
|
anders_k
|
c89cac5262
|
Fixed minor issues and typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6584 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-05-14 20:17:14 +00:00 |
|
anders_k
|
4ddcef2453
|
Fixed 4+ TiB freespace calculation bug (bugs #1115 & #896)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6582 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-05-14 18:41:06 +00:00 |
|
anders_k
|
cd4363aca8
|
Exec[Wait] now sets the CREATE_DEFAULT_ERROR_MODE flag when creating a new process
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6579 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-02-18 18:52:41 +00:00 |
|
anders_k
|
9ff4b3ef43
|
(C) 2015
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6577 212acab6-be3b-0410-9dea-997c60f758d6
|
2015-02-06 21:43:39 +00:00 |
|
anders_k
|
2afe5ca95e
|
Fake the LPTSTR type if necessary for MakeNSIS on POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6567 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-10-26 23:22:27 +00:00 |
|
anders_k
|
6adc39c848
|
Math plugin needs tchar.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6561 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-10-23 16:02:16 +00:00 |
|
anders_k
|
9950ce1432
|
Fixed MinGW (GCC 4.5.2)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6530 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-07-19 19:21:43 +00:00 |
|
anders_k
|
edd80964a7
|
Tabs to spaces and minor cleanup
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6514 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-07-05 11:55:28 +00:00 |
|
anders_k
|
45e4a6251b
|
InitiateShutdown is used to reboot the machine if available (patch #247)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6506 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-06-27 16:30:16 +00:00 |
|
anders_k
|
a81d5dfb49
|
scons DEBUG=true adds DEBUG to CPPDEFINES
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6497 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-06-20 18:36:05 +00:00 |
|
anders_k
|
36deb84820
|
64bit fixes and optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6486 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-05-19 22:03:09 +00:00 |
|
f0rt
|
881fa61896
|
Patch #250: Fix of mingw-w64 warnings concering out of boundary array access
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6484 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-05-18 19:32:50 +00:00 |
|
anders_k
|
c75a00bbe7
|
2014 and fixed some minor typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6478 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-05-13 15:51:45 +00:00 |
|
anders_k
|
a03795783a
|
Must pass count of TCHARs to _LogData2Hex so we don't overflow the buffer in unicode stubs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6468 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-05-08 20:12:26 +00:00 |
|
anders_k
|
da7d67e69d
|
CreateShortCut > CreateShortcut
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6453 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-03-28 16:21:39 +00:00 |
|
anders_k
|
1e17d02ff7
|
Added CreateShortcut /NoWorkingDir optional parameter
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6452 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-03-28 16:17:07 +00:00 |
|
anders_k
|
a7076ff238
|
Basic AMD64 System::Call support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6444 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-03-03 18:10:53 +00:00 |
|
anders_k
|
a7261be70c
|
Fixed some warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6443 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-02-11 01:34:11 +00:00 |
|
anders_k
|
d799ee53d7
|
Basic Win64 support (MSVC)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6439 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-02-08 00:13:52 +00:00 |
|
anders_k
|
52a8b320ef
|
POSIX fixes for native and crossplatform utils
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6427 212acab6-be3b-0410-9dea-997c60f758d6
|
2014-01-21 14:13:00 +00:00 |
|
anders_k
|
be6c7e6a1d
|
Major POSIX overhaul
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6416 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-12-08 14:34:38 +00:00 |
|
anders_k
|
e63fa6c53b
|
Win64 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6413 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-09-06 23:48:59 +00:00 |
|
anders_k
|
5744372364
|
Fix bug #1080, Unicode stubs must use RichEdit20W, otherwise EM_GETTEXTRANGE gives us ANSI strings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6410 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-08-15 23:14:12 +00:00 |
|
anders_k
|
928f0f78e5
|
FindFirst short-name fallback trick not required in Unicode stubs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6406 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-08-07 23:26:00 +00:00 |
|
anders_k
|
942ea1d465
|
Win64 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6405 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-08-07 23:04:23 +00:00 |
|
anders_k
|
55738e1385
|
Optimize FileReadByte/FileReadWord
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6400 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-28 14:46:24 +00:00 |
|
anders_k
|
d387a32658
|
FileRead in Unicode installers can handle DBCS, conversion output is limited to UCS-2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6399 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-27 23:09:54 +00:00 |
|
anders_k
|
ebe96fe79c
|
Don't limit Lnk path A2W conversion to 1024 WCHARs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6397 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-27 17:40:38 +00:00 |
|
anders_k
|
19b9a3e65a
|
Use ReadFile helper function in exehead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6395 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-25 19:18:34 +00:00 |
|
anders_k
|
a5f0809ee9
|
FileReadByte should not do any kind of conversion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6394 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-25 18:27:02 +00:00 |
|
kichik
|
cf91be2927
|
fix bug #1076 - always be silent if the user passes /S on the command line, even the installer file can't be read. the installer is not always executed from the computer itself and remote deployment can stall because of this issue (with psexec -c on x64 for example).
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6385 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-14 19:38:06 +00:00 |
|
kichik
|
1554dac424
|
limit ansiName[] size so long string build doesn't break
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6359 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-19 23:24:50 +00:00 |
|
anders_k
|
bd591bf196
|
200? -> 2013
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6352 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-17 19:31:36 +00:00 |
|
anders_k
|
e173cd33a4
|
Updated changelog and fixed minor documentation bugs (bug #3063566, bug #3567313)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6322 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-03-27 02:50:27 +00:00 |
|
kichik
|
6ef6d6dfb0
|
"#pragma diagnostic push" only works on gcc 4.6+
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6305 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-03-17 00:36:07 +00:00 |
|
anders_k
|
dcddf977b2
|
Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6289 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-03-07 21:25:35 +00:00 |
|