Commit graph

2124 commits

Author SHA1 Message Date
ramon18
f7c1f0a43d Uservars names not found in strings when names are very similar.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2751 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-19 00:39:03 +00:00
kichik
4a1c9f3e77 Back to normal messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2750 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 21:33:58 +00:00
joostverburg
bc035f9065 set background color of link control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2749 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 21:32:55 +00:00
joostverburg
061dce82f1 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2748 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 21:25:42 +00:00
joostverburg
91dc660c02 lots of updates: user variables, new instructions, text updates, changelog etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2747 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 19:46:37 +00:00
kichik
4fbd8b1991 Fixed bug #769598 - problems with InstType /COMPONENTSONLYONCUSTOM
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2746 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 17:39:45 +00:00
kichik
b6d1a077d7 Avoid buffer overrun on huge inputs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2745 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 16:43:07 +00:00
joostverburg
a84037183e finish page reboot option buttons: background color fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2744 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 16:39:41 +00:00
kichik
af196fc600 User vars inside strings should work now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2743 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 16:01:49 +00:00
joostverburg
efe630b8d1 Estonian language files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2742 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 15:27:16 +00:00
joostverburg
2ef1d45222 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2741 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 15:22:48 +00:00
joostverburg
f31efc6d79 use MUI_STARTMENUPAGE_VARIABLE define, temp var fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2740 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 15:22:37 +00:00
kichik
caa31c9cd5 - Fixed all known problems with temporary files and directoroes
- Command line switches work again (/NCRC and /S)
- GetTempFileName now takes another argument as base directory (default is $TEMP)
- Message boxes work from .onGUIEnd
- Some more optimizations


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2739 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 14:22:17 +00:00
kichik
21d0160dba No need for ATL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2738 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 13:05:53 +00:00
kichik
e971cc9b40 No default libraries needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2737 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 12:28:23 +00:00
icemank
4661dd7069 Moved __DATE__ and __TIME__ predefines into CEXEBuild::process_script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2736 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-18 02:43:03 +00:00
joostverburg
3631b42514 text updates, fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2735 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-17 22:26:43 +00:00
joostverburg
2dfbeaf28b declare standard temp variables when inserting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2734 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-17 17:42:09 +00:00
kichik
4ebc24d58f Tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2733 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-17 15:35:57 +00:00
joostverburg
821d3664c6 finish page options fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2732 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-17 12:36:09 +00:00
kichik
37bd1d0ca7 stop using static
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2731 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-17 12:17:29 +00:00
ramon18
3678bd9cf4 "Space required" updated after every .OnSelChange
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2730 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-17 02:00:23 +00:00
kichik
f8b0ff0368 TEMP is already taken
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2729 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 23:03:02 +00:00
joostverburg
8ae004ada7 user variables, new macro to get startmenu folder, comp page desc box info text changes, welcome/finish page leave functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2728 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 22:44:33 +00:00
kichik
2adb778918 Added EnableWindow
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2727 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 22:36:18 +00:00
kichik
6981f2a107 Defines cleared up and added to NSIS define list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2726 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 21:13:13 +00:00
kichik
2f47369166 No need for that ObjType, was just a test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2725 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 20:37:18 +00:00
kichik
a0a7ca8a09 Fixed stuck up windows on Windows 98
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2724 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 20:31:51 +00:00
kichik
7d6958e253 fixed CreateDirectory error flag
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2723 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 18:03:07 +00:00
kichik
711c4c19a2 shaved more than 500 bytes from zlib, zlib exehead now 33.5k
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2722 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 12:28:32 +00:00
kichik
a3cf4bd4ad Compiles with log enabled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2721 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-16 09:15:27 +00:00
ramon18
1883dc3a19 Fix problem on Script.cpp that allowed VAR declarations inside Functions and Sections, no more differences between installer uservars and unistaller user vars (even if name start with un. ), changed example too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2720 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-15 23:40:34 +00:00
joostverburg
cd2eacc81e clean up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2719 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-15 21:26:07 +00:00
kichik
680a32c846 "Description" translated (thanks emiste7)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2718 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-15 17:17:04 +00:00
icemank
d149bd7fcd Fixed the resize bug.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2717 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-14 14:40:51 +00:00
ramon18
c846858de2 #769770 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2716 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-13 22:31:33 +00:00
kichik
a50e200dee Hebrew language files by Yaron Shahrabani
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2715 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-13 14:19:45 +00:00
kichik
5ed85b24be SetShellVarContext doesn't work for $QUICKLAUNCH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2714 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-13 11:19:11 +00:00
kichik
e6dd2ada8a tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2713 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 15:19:49 +00:00
kichik
3f697a1217 Delete parent folders too as deguix suggested
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2712 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 14:45:37 +00:00
kichik
a7dfa9ae3a Patch #754995 - more information when installing, thanks deguix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2711 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 14:44:38 +00:00
kichik
4a36eead51 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2710 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 12:19:42 +00:00
kichik
10fdce9bd5 empty subsections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2709 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-12 12:04:04 +00:00
kichik
af7dbb9a91 MUI_COMPONENTS -> MUI_PAGE_COMPONENTS (thanks RIV@NVX)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2708 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-11 14:36:46 +00:00
ramon18
8bf75b3634 LINK, dirreq, filereq and browse button in dirpage can be opened using ENTER KEY (WM_COMMAND events forward to inner dialogs), fixed problem with focus on Close/Finish button which was generating wierd beeps if user attempted to finish the installer with ENTER key.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2707 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-10 00:28:05 +00:00
joostverburg
9396324581 more space for "Space required" label
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2706 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-09 19:17:28 +00:00
joostverburg
7bd28c3dd6 more space for "Space required" label
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2705 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-09 12:59:50 +00:00
ramon18
323c9af320 Fixed QUIT problem inside custom pages, user-variables activated and command "Dim" changed to "Var", language strings inside other strings are replaced
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2704 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-08 23:18:47 +00:00
ramon18
00926155b9 Fixed LINK control problem on Win9X and improved tabstop handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2703 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-07 21:08:26 +00:00
joostverburg
3226317cf5 more space for "Space required" label
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2702 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-07 16:22:14 +00:00