kichik
9993add206
revert AddBrandingImage as it's not needed
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5566 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-03 18:24:50 +00:00
pabs3
c3147bc598
Use AddBrandingImage since MUI_LANGUAGE seems to indirectly use SetBrandingImage.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5562 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-03 12:21:07 +00:00
kichik
54f872da82
removed old files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5528 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-08 21:06:36 +00:00
joostverburg
0da07bfabd
default directory that does not require administrator privileges
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5522 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-04 01:35:09 +00:00
joostverburg
3c24e63d41
administrator privileges required for installation in Program Files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5521 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-04 01:09:03 +00:00
joostverburg
92aaba7099
default directory that does not require administrator privileges
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5520 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-04 00:49:03 +00:00
joostverburg
d82da02048
use Modern UI 2
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5496 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-27 17:45:35 +00:00
joostverburg
5470b63b04
Windows Vista UAC setting
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5495 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-27 17:44:55 +00:00
joostverburg
34112ed24b
* use Modern UI 2
...
* Windows Vista UAC setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5494 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-27 17:24:40 +00:00
joostverburg
858ddb4141
new header file for the setup of Visual Basic 6.0 run-time files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5489 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-24 21:45:42 +00:00
joostverburg
575a4ffee5
move documentation links to NSIS Menu
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5475 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 13:45:52 +00:00
joostverburg
d017b43324
simplified menu providing easier access to all documentation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5474 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 13:26:15 +00:00
joostverburg
e4354ab83d
install Multi-User Header File
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5473 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 01:26:09 +00:00
kichik
0b13e9ee8c
VersionCompare is only referenced when the version page is used
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5441 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-22 16:44:51 +00:00
kichik
d150989e93
install Deprecated.nsh
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5440 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-22 16:35:12 +00:00
kichik
c04f6795a9
simpler comparison using VersionCompare, less labels and more LogicLib
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5406 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 21:17:14 +00:00
kichik
598c3eccec
use nsDialogs instead of InstallOptions - no more makensis.ini
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5405 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 21:02:14 +00:00
kichik
594bcc0993
properly handle initial value of $ReinstallPageCheck
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5404 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:59:33 +00:00
kichik
91b1cad079
proper radio buttons location
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5403 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:58:46 +00:00
kichik
d858c7c2f1
and now for something that actually builds...
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5402 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:57:23 +00:00
kichik
a4cda75489
use nsDialogs instead of InstallOptions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5401 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:52:59 +00:00
kichik
b22d68dbe9
use MUI2
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5399 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-19 20:33:45 +00:00
kichik
f3f0c0da09
LF -> CRLF
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5371 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-14 20:10:31 +00:00
joostverburg
610310abd9
use macros from InstallOptions.nsh
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5315 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-04 19:44:22 +00:00
kichik
67dc9212f2
- install MUI2
...
- install nsDialogs readme
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5258 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-25 13:13:05 +00:00
kichik
5fcb5ecb0d
Catalan returns
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5241 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-17 16:51:50 +00:00
kichik
74bf17be17
nsDialogs: the next InstallOptions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5199 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-14 09:40:06 +00:00
kichik
338bf03bff
International Spanish and a few Spanish fixes by niwrad
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5187 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-05 15:59:49 +00:00
kichik
d2c161f2da
Catalan isn't distributed with the installer anymore
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5185 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-28 19:06:44 +00:00
kichik
37f6fceef1
applied patch #1699558 - Afrikaans translation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5064 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-12 21:56:55 +00:00
kichik
5a87bdbef9
Examples\Plugin, not Contrib\ExDLL or Contrib\Plugin
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5023 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:51:35 +00:00
kichik
0c146dde1b
added missing example files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5022 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-31 13:48:46 +00:00
kichik
7b3240cd5c
distribute nsis.exe.manifest for the nsis menu as it's dynamically linked
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5010 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 16:30:22 +00:00
kichik
7c08c07d9f
use HKCU
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4992 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-10 17:49:03 +00:00
kichik
2969aa40fc
remember previously selected sections
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4990 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-10 14:41:05 +00:00
kichik
f47ce901b2
fixed bug #1664957 - Vista Start Menu
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4952 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-23 12:45:13 +00:00
kichik
60cc573859
added Galician for the compliation tests
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4944 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-20 20:21:56 +00:00
kichik
069aa18e9f
fixed bug #1611251 - Uninstalling NSIS 2.22 leaves Start menu icons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4838 212acab6-be3b-0410-9dea-997c60f758d6
2006-12-08 11:21:44 +00:00
joostverburg
62776e907d
updated info about reserving files
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4815 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-13 14:25:27 +00:00
kichik
51b5ecadfa
license.txt -> COPYING
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4790 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 23:58:07 +00:00
joostverburg
773827c36f
Uzbek language files by Emil Garipov
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4788 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 20:07:48 +00:00
joostverburg
e497d771b1
* The LZMA compression module for NSIS is now licensed under the Common Public License version 1.0
...
* Added license and copyright notice to every source file
* The new COPYING file and license section in the Users Manual list the terms of all relevant licenses
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4787 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 19:45:02 +00:00
kichik
cc570ec193
install WinVer.nsh and x64.nsh
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4765 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-30 12:35:12 +00:00
pabs3
eb0febabab
TypeLib.dll doesn't have a resource section, use LangDLL.dll instead
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4732 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-09 06:11:49 +00:00
kichik
4d504e2df8
patch #1503208 - Norwegian nynorsk language file
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4715 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 13:02:38 +00:00
kichik
e4432fd8e1
added release notes check box to the finish page
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4710 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 10:11:40 +00:00
joostverburg
4e2f8c1558
Irish language files by by Kevin Scannell (NSIS patch #1503639 , Mozilla bug #340979 )
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4693 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 09:28:26 +00:00
kichik
de4eabd366
typo
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4673 212acab6-be3b-0410-9dea-997c60f758d6
2006-05-19 16:27:56 +00:00
kichik
b7e10e6c80
smaller test dll for faster tests
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4580 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-11 18:31:54 +00:00
kichik
7332ff04d7
Updates by Instructor:
...
- Added /NOUNLOAD flag for the system plugin calls. Functions that uses system plugin calls several times, now 25-75% faster.
- Added tests for new WordReplace options "{", "}", "{*", "}*"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4518 212acab6-be3b-0410-9dea-997c60f758d6
2006-02-10 10:51:26 +00:00