kichik
|
f4f390fb01
|
InitPluginsDir now causes to Init___PluginsDir to always get added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1835 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-25 20:16:57 +00:00 |
|
kichik
|
83b92fb6ea
|
Plugins used both in uninstaller and installer problems should be fixed now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1817 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-22 12:45:38 +00:00 |
|
kichik
|
5abd9f0dde
|
Defines returned to normal after !insertmacro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1816 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-22 12:32:47 +00:00 |
|
kichik
|
20e2277078
|
Fixes with uninstall plugins and custom pages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1810 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-21 22:59:11 +00:00 |
|
kichik
|
c0a2659a05
|
Support for escaping quotes using $" Source\lineparse.h Source\script.cpp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1802 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-21 19:09:02 +00:00 |
|
kichik
|
04fbea4aef
|
Now works with DIALOGEX (not thanks to MS docs)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1781 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-18 14:19:45 +00:00 |
|
kichik
|
f9075a8346
|
Enabled SetWindowLong
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1722 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-15 13:45:12 +00:00 |
|
kichik
|
0276abd2b1
|
ShowWindow added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1719 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-15 13:15:42 +00:00 |
|
kichik
|
1f9aee2b38
|
Plugin size only counted once now, no more huge "optimizations" when using one plugin a lot of times.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1703 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-14 19:43:14 +00:00 |
|
kichik
|
85ee7cbd0a
|
Some bytes off, zlib is still 34.5 =/
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1680 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-11 19:19:02 +00:00 |
|
kichik
|
11110c3f90
|
Display the right number of expected parameters
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1673 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-11 17:51:06 +00:00 |
|
kichik
|
448b66a7ef
|
Page ignores "" as a function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1672 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-11 17:37:59 +00:00 |
|
kichik
|
279b1c3703
|
Auto define of last page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1671 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-11 17:30:55 +00:00 |
|
kichik
|
fdd5119f75
|
Caption parameter for custom pages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1662 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-11 15:11:49 +00:00 |
|
kichik
|
09e7008d83
|
Made it so only one resource editor will be created instead of every time a resource editor is needed, and added InitPluginDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1639 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-09 13:51:40 +00:00 |
|
kichik
|
6678a998ff
|
Warning about misused /NOUNLOAD
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1619 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-08 16:58:45 +00:00 |
|
kichik
|
fd99a585a2
|
Install and next button texts should always be added when needed now.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1612 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-07 15:50:30 +00:00 |
|
kichik
|
c533dc7470
|
Can't use !macro inside !macro
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1598 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-05 17:24:49 +00:00 |
|
kichik
|
a15d628f48
|
Using ChangeUI twice, where the first UI has a branding image and the second doesn't, still made SetBrandingImage think there is really a branding image. Fixed.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1591 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-04 19:19:55 +00:00 |
|
kichik
|
be8d9d61ab
|
GetDLLVersionLocal now always first looks in the current directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1548 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-01 22:37:22 +00:00 |
|
kichik
|
6c51b44657
|
New paging system. All scripts must be updated, but it sure is worth it. InstallOptions has two new functions initDialog and show. Docs massively updated.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1536 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-11-01 20:34:55 +00:00 |
|
kichik
|
a395359644
|
BrandingText /TRIM* "" will now use the default string too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1471 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-26 16:11:29 +00:00 |
|
kichik
|
5ae1f8d494
|
File /nonfatal option added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1450 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-20 17:27:37 +00:00 |
|
kichik
|
3f8a5ccdcc
|
Plugin calls no longer adds size to the section containing them. They are temporary files and shouldn't add size.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1448 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-19 11:42:35 +00:00 |
|
kichik
|
c97ceeaa3f
|
!ifdef/!ifndef can now be used in macros too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1443 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-17 19:58:23 +00:00 |
|
kichik
|
e1bbb2bbaa
|
XPStyle off now reomves the XP manifest instead of assuming it wasn't added before and doing nothing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1442 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-17 17:45:09 +00:00 |
|
kichik
|
5f34882a62
|
Compiles without NSIS_CONFIG_ENHANCEDUI_SUPPORT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1299 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-04 14:45:20 +00:00 |
|
kichik
|
210e2d4e5e
|
Added an option for unprocessed user multilingual strings (LangStringUP). Use it if you see weird squares before and special character in your LangString.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1298 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-04 10:27:46 +00:00 |
|
eccles
|
97c3fb52bf
|
!macroend was only being recognised at the beginning of a line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1287 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-02 22:45:51 +00:00 |
|
kichik
|
8653a3358d
|
Added SetPluginUnload manual|alwaysoff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1282 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-02 19:18:24 +00:00 |
|
kichik
|
3d1c70f375
|
94 bytes saved. LangString should now work with sub-sections too.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1270 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-02 15:01:06 +00:00 |
|
kichik
|
2c96636160
|
Unprocessed strings (such as InstType) can now use LangString/$(name) too. No more "skipped" messages before plugins.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1253 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-01 17:16:49 +00:00 |
|
kichik
|
62abf21381
|
bzip2 header down to 34KB, 54 bytes away from 34.5KB zlib. Fixed a bug with ReadRegStr and $0.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1249 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-10-01 14:13:23 +00:00 |
|
kichik
|
bb60e32aaa
|
Added user defined multilingual strings. Define using LangString [un.]name lang_id string, use with $(name). Can't be used inside other strings.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1214 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-29 20:25:15 +00:00 |
|
kichik
|
d5dfdb900b
|
Shortcut comment option added, 44 bytes saved.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1181 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-25 12:54:10 +00:00 |
|
justin1014
|
ceaf3dfead
|
changed parameters on dlls to be pushed rtl instead of ltr (updating plugins now)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1119 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-21 18:37:25 +00:00 |
|
kichik
|
6cde9f63d5
|
Macros don't crash makensis if they have bad syntax
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1114 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-21 15:47:18 +00:00 |
|
kichik
|
1d98414847
|
Installers with plugins now load faster too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1112 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-21 13:11:28 +00:00 |
|
justin1014
|
5b66661b0a
|
Added ReserveFile command (usable anywhere) that allows you to put a file in the datablock so that it is preloaded for use later. Useful for when you use plugins in .onInit, and bz2 mode. Need to document this stuff. Anyone? :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1099 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-21 02:10:04 +00:00 |
|
justin1014
|
e327e8681a
|
Fuxing things up making things compile/smaller when lots of options are disabled.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1034 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-18 19:08:53 +00:00 |
|
justin1014
|
567a9fb9e5
|
Added NSIS_CONFIG_ENHANCEDUI_SUPPORT to config.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1031 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-18 18:39:24 +00:00 |
|
kichik
|
b2b2066c0c
|
Wasn't a typo after all
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1019 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-18 13:42:42 +00:00 |
|
kichik
|
d40931b39b
|
Another typo (what's a mmap?)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1018 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-17 19:49:52 +00:00 |
|
kichik
|
f4588e4ce1
|
Typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1017 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-17 19:45:50 +00:00 |
|
justin1014
|
7604e28f3f
|
made SendMessage command logic more sensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1010 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-13 23:09:23 +00:00 |
|
justin1014
|
d73088e912
|
forgot to have it skip the STR: :)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1008 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-13 21:25:03 +00:00 |
|
justin1014
|
680c8f78af
|
increased instruction parameter count to 6, made SendMessage support strings differently and made it support timeouts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1006 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-13 21:23:01 +00:00 |
|
kichik
|
5be3ac92ba
|
Macros output back to normal
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@997 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-13 15:04:08 +00:00 |
|
kichik
|
362687501d
|
Now defines ${LANG_LangName} as the id of the language when loading a NLF. For example: ${LANG_ENGLISH}=1033
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@993 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-13 09:59:09 +00:00 |
|
justin1014
|
4cafe448b6
|
made it so SetCompress off when in whole compression mode throws warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@890 212acab6-be3b-0410-9dea-997c60f758d6
|
2002-09-03 16:52:14 +00:00 |
|