anders_k
|
7a741d6ef4
|
NSIS Menu dialog caption has to contain a %s now (wxWidgets requirement) so our files need to have a html title element.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6393 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-22 18:15:14 +00:00 |
|
kichik
|
476abf9e3b
|
automatically upload release notes (until the section number for change log changes... meh)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6391 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-14 20:34:45 +00:00 |
|
kichik
|
d2823d5ca9
|
3.0a1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6389 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-14 20:04:09 +00:00 |
|
kichik
|
75b6bb770f
|
allow skipping CppUnit until we figure out where to get a copy of it again... or just replace it?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6388 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-14 20:03:34 +00:00 |
|
kichik
|
770fd6944a
|
updated svn root
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6387 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-14 19:57:11 +00:00 |
|
kichik
|
7943b52966
|
update changelog for release
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6386 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-14 19:46:33 +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 |
|
anders_k
|
009318ef94
|
Fix "!insertmacro foo /* this comment kills the macro body" parser bug
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6384 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-10 21:03:32 +00:00 |
|
anders_k
|
5ae11b00fa
|
Zip2Exe: Unicode checkbox and minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6383 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-10 19:09:39 +00:00 |
|
anders_k
|
13423fbba5
|
Register PerceivedType=text for .nsi and .nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6382 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-10 16:36:18 +00:00 |
|
anders_k
|
efefbd8269
|
Minor cleanup and more LogicLib usage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6381 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-10 16:34:53 +00:00 |
|
anders_k
|
5e1edb3d75
|
Added Windows 8.1 Preview GUID alias to ManifestSupportedOS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6380 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-07 23:27:11 +00:00 |
|
anders_k
|
b621cdcda8
|
Docs: Only htmlsingle sets overflow:auto on pre blocks, other output formats have to accept a scrollbar for the whole document
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6379 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-07 22:59:15 +00:00 |
|
anders_k
|
45da52f51b
|
Fix nsDialogs docs typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6378 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-07-05 21:28:36 +00:00 |
|
anders_k
|
4b3a146fdd
|
Rewrote SubStart, does not use CRT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6377 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-06-23 15:07:57 +00:00 |
|
anders_k
|
e6f549adee
|
Add !finalize %1 fix to changelog and shut up MinGW
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6376 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-06-08 19:10:42 +00:00 |
|
anders_k
|
47e481a3bf
|
Default verbosity is /V3 without logo, MakeNSISW still uses /V4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6375 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-06-08 18:48:38 +00:00 |
|
anders_k
|
4a221a8995
|
More robust uninstall handling on the "Already Installed" page in the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6374 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-06-08 01:53:18 +00:00 |
|
anders_k
|
9ebabcd509
|
Fix !finalize %1 string substitution
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6373 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-06-05 10:23:46 +00:00 |
|
anders_k
|
db1838e746
|
Try to handle Unicode mode changes after !include
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6372 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-06-05 09:47:39 +00:00 |
|
anders_k
|
41c993aa0b
|
Update changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6371 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-28 20:13:16 +00:00 |
|
anders_k
|
7d930ed452
|
MakeNSISW should request UTF16LE output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6370 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-28 20:07:47 +00:00 |
|
anders_k
|
b8aee8098d
|
MinGW might have a different include order, make sure the f*print stuff we want to override has already been included
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6369 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-26 20:58:44 +00:00 |
|
anders_k
|
1cf3d5cb22
|
MakeNsisW: Functional size gripper and other minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6368 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-26 19:47:22 +00:00 |
|
anders_k
|
cc796c202d
|
Fix !searchparse
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6367 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-21 19:18:26 +00:00 |
|
kichik
|
6ab6d98ca1
|
pre-release magic for next time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6365 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-20 01:16:04 +00:00 |
|
kichik
|
3f0107c995
|
fixed version numbering - always use what command line tells you to use (not 3.0.0)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6360 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-19 23:30:43 +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 |
|
kichik
|
d8250550ae
|
quotes kill cmd.exe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6358 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-19 23:17:43 +00:00 |
|
kichik
|
c9394679b8
|
3.0a0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6356 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-19 22:49:22 +00:00 |
|
kichik
|
897dc32f66
|
updated history for 3.0a0 release
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6355 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-19 22:45:59 +00:00 |
|
kichik
|
3b6173e596
|
some credit updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6354 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-19 20:56:52 +00:00 |
|
kichik
|
f64ebe16b3
|
use wsock32 instead of ws2_32.dll for windows 95 support. it still works perfectly fine on even windows 7, thanks to export forwarding. but not it will also work on windows 95 pre-ie, if that still exists out there...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6353 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-18 08:24:38 +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
|
5878480fdc
|
Allow /INPUTCHARSET early on the command line.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6351 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-04 14:33:09 +00:00 |
|
anders_k
|
0653f46c07
|
StdOut Unicode support, controlled by /OUTPUTCHARSET and/or existing BOM if redirected.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6350 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-05-04 13:32:47 +00:00 |
|
anders_k
|
c6f149764d
|
Unicode NSISdl needs to call CreateFileW
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6349 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-17 00:40:24 +00:00 |
|
anders_k
|
cf0d27706a
|
Improved !searchparse error detection/handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6348 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-16 21:02:50 +00:00 |
|
kichik
|
bbe60b09dd
|
fixed svn2cl config example and download url
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6347 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-14 23:03:02 +00:00 |
|
kichik
|
46c3ad5c30
|
plug-ins directory has changed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6346 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-14 22:15:28 +00:00 |
|
anders_k
|
e8ac52b908
|
Minor Unicode fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6345 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 20:54:29 +00:00 |
|
anders_k
|
eaa6991b91
|
UTF16BE support in NStreamLineReader
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6344 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 15:28:45 +00:00 |
|
kichik
|
b0344c2712
|
this script needs win32com too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6343 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:47:56 +00:00 |
|
kichik
|
4ce053e411
|
there will be only one version (that can generate two different types of installers)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6342 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:47:10 +00:00 |
|
kichik
|
33aa6d2ecd
|
install unicode.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6341 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:36:48 +00:00 |
|
kichik
|
8c462c04a8
|
print full path of files with bad eol and support svn 1.7 which only has the .svn folder in the root folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6340 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:30:34 +00:00 |
|
kichik
|
fbd0cdd0f7
|
fixed eol
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6339 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:27:55 +00:00 |
|
kichik
|
214c882723
|
LangDLL.dll moved
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6338 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:05:52 +00:00 |
|
kichik
|
c9a132db3e
|
don't crash in LibraryLocal if the file cannot be found
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6337 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 09:02:04 +00:00 |
|
kichik
|
30d337eac1
|
fixed LicenseLangString always failing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6336 212acab6-be3b-0410-9dea-997c60f758d6
|
2013-04-11 08:49:00 +00:00 |
|