Commit graph

391 commits

Author SHA1 Message Date
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
justin1014
b9d46504df made SetCompressor handle switching back from bzip2 to zlib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@889 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-03 16:38:33 +00:00
eccles
4e487ad99c DeleteRegKey now complains if given a third parameter
(other than /ifempty)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@878 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 23:00:04 +00:00
kichik
d748d6f5ae Right-to-left UIs support added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@861 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-02 11:28:36 +00:00
kichik
d6d3e01618 Removed 0xbadf00d thingy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@852 212acab6-be3b-0410-9dea-997c60f758d6
2002-09-01 04:16:20 +00:00
kichik
e8825c3dab CallInstDLL without /NOUNLOAD now works
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@833 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 16:44:24 +00:00
kichik
dcc051e505 Plugin calls can now use /NOUNLOAD too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@816 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 11:27:21 +00:00
kichik
4c9029094e CallInstDLL /NOUNLOAD added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@813 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-29 10:25:45 +00:00
kichik
2badaad036 Normal margins for branding text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@792 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 20:17:05 +00:00
kichik
3744051b21 SetBrandingImage script message fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@782 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 18:35:46 +00:00
kichik
79df7a5bf4 Removed SetLanguage (back to $LANGUAGE)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@778 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 16:59:20 +00:00
kichik
806f0afb91 Removed SetLanguage (back to $LANGUAGE)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@777 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 16:57:46 +00:00
kichik
aa84043fc5 Can now trim the branding text with no text given (will use the default English branding text to determine the text size)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@775 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 15:41:33 +00:00
kichik
98d1b1f8ab Sub-sections can have a defined name now too
Fixed a bug with macros at the end of the file


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@774 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 14:59:35 +00:00
kichik
df398575ae BrandingText control trimming option added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@763 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-28 10:07:18 +00:00
kichik
e0fc150712 ChangeUI prints nicer error messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@746 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-26 14:05:52 +00:00
kichik
883d1f9f9b Disabled UseOuterUIItem
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@745 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-26 13:33:34 +00:00
kichik
d6c4b8ac50 Added SetLanguage ($LANGUAGE is no longer a variable)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@738 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-25 16:09:42 +00:00
kichik
45ed8c86f9 Added SetStaticBkColor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@731 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-25 10:53:00 +00:00
kichik
ed112b999b CopyFiles script message fixed (no longer always silent)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@726 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-24 14:42:16 +00:00
kichik
2712d7076f Custom install type text can now be changed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@725 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-23 08:20:46 +00:00
kichik
d209003edd Better backward compatibility ($LANGUAGE is now last in the user variables array)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@721 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-22 22:09:09 +00:00
kichik
9c8ad50586 ChangeUI can now change IDD_VERIFY
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@720 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-22 21:53:54 +00:00
kichik
6dbd923ec7 Language can be choosen from .onInit
Replaced SetDlgItemText by GetDlgItem
Added CreateFont
Checkbox is only required in IDD_DIR if logging is enabled
Not specifying any language now really causes the script compiler to use the last used language
Fixed a bug with MBCS and the uninstaller text


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@707 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-21 19:09:09 +00:00
eccles
8b9d432f7e Changes to format of strings tables
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@686 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-11 18:57:16 +00:00
kichik
0b31694486 - Plug-in command can now come in any order in the script
- Second plug-in DLL doesn't produce errors anymore
- Infinite loop bug fixed (again)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@678 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 22:12:10 +00:00
kichik
bc6494155b Fixed a bug that caused the second plug-in DLL not to get extracted
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@677 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-09 18:59:13 +00:00
kichik
93a5fa4c1c Sunjammer's code is now fully optimized
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@668 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 16:35:53 +00:00
kichik
c3c52d4f4c Improved Sunjammer's code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@666 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-08 15:04:45 +00:00
kichik
329f59cbd1 ChangeUI can change any dialog. Added UseOuterUIItem
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@656 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-07 15:14:40 +00:00
kichik
ef05d934d9 Fixed some string replacements and that FileErrorText bug.
ChangeUI now supports changing dialogs other than IDD_INST.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@655 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-06 11:24:49 +00:00
sunjammerx
f79499a946 Implemented :: syntax to specify which dll contains the comamd to run (in cases where more than one dll has the same command, OR the command is the same name as a built-in command)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@652 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 20:40:14 +00:00
sunjammerx
7e6be3cf1e - Fixed a bug in the dll export scanner (spotted and cured by CodeSquid)
- Fixed a bug in the installer runtime (spotted by CodeSquid)
- Renamed all usage of ExternalCommand to Plugin
- Added a compile time PluginDir command


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@650 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 19:13:52 +00:00
kichik
3e5c7a1299 small bug fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@646 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 13:52:27 +00:00
sunjammerx
31ad4513e9 Added automatic use of dll commands (see config.h for more details)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@645 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-05 02:05:00 +00:00
kichik
058656de50 Full multilingual support!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@640 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-04 20:25:10 +00:00
kichik
4c1780d9f0 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@638 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-03 23:06:10 +00:00
kichik
c97a1b79c9 no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@634 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 20:11:36 +00:00
kichik
18d56c60ce no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@633 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 18:37:30 +00:00
kichik
3e9e73ec59 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
2002-08-02 10:01:35 +00:00