Commit graph

2063 commits

Author SHA1 Message Date
kichik
e67f48952f LicenseForceSelection strings now default to English too if string is missing from the NLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2690 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-04 12:48:40 +00:00
ramon18
cf0a0762a5 Small bug with structures fixed (thanks brainsucker)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2689 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-03 21:53:38 +00:00
kichik
d20612bdb2 tsk tsk tsk... Memory problems fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2688 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-28 12:31:43 +00:00
kichik
3c10c29237 Clean-up
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2687 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-28 11:32:09 +00:00
joostverburg
583e8557f1 fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2686 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-27 20:40:01 +00:00
joostverburg
02530d3e1b Options to disable bitmap stretching
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2685 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-27 20:37:50 +00:00
kichik
c3fb01e1d4 ResizeToFit flag should now work for bitmap controls too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2684 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-27 12:48:52 +00:00
joostverburg
6567383d6e fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2683 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-27 11:25:38 +00:00
o_owd
e52b3432d9 internal links update. replaced \k with \R.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2682 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-27 11:09:54 +00:00
kichik
ec92ad1ef6 No ${LANG_ENGLISH} by default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2681 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-26 19:37:24 +00:00
joostverburg
245a4f9952 Blue Modern UI Icons (based on adni18-B)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2680 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-25 14:16:08 +00:00
joostverburg
2bc0b98a67 latest translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2679 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-25 12:08:37 +00:00
kichik
1e862c874c Refer to the docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2678 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-25 11:17:56 +00:00
ramon18
27f035f9e9 Missing LoadLanguageFile
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2677 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-25 01:16:33 +00:00
joostverburg
b0f87bd459 MUI_CUSTOMFUNCTION_STARTMENU_LEAVE: use Leave function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2676 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-24 19:54:51 +00:00
kichik
973a61fbcf Standard tabing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2675 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-24 19:17:51 +00:00
o_owd
a4723522cf updated LicenseBkColor help
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2674 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-24 10:00:15 +00:00
ramon18
054db45f63 Special section of data for user vars, whitch allow compiler to assign the right size and no code needed in exehead for mem allocs. Warnings for unreferenced user vars. (758773) Error, if temp file not available, now directory is created if not exist.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2673 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 22:40:11 +00:00
ramon18
2077919dc5 (757431) VersionInfo.nsi compiles with errors after /LANG changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2672 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 21:56:02 +00:00
ramon18
3f4c97dc96 Fixes problems with LINK
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2671 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 21:48:45 +00:00
icemank
c9456e766f Moved setting of __DATE__ and __TIME__ predefines.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2670 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 16:25:07 +00:00
icemank
0b6ed99e50 Modified set_timestamp_define to use FileTimeToLocalFileTime instead of SystemTimeToTzSpecificLocalTime, since the latter is unsupported in Win 9x.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2669 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 15:12:49 +00:00
joostverburg
7fdfd8a0c5 format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2668 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 12:51:31 +00:00
o_owd
c6fcdeb6ba corrected link on "NSIS documentation" that goes to Chapter
"Chapter3.html#3.5" instead of "Chapter4.html#4.5"


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2667 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-23 12:04:03 +00:00
kichik
9adf1acb50 Find all directories and make sure found entries are directories
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2666 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-22 13:44:02 +00:00
joostverburg
63a1f7a0e3 changelog, info, doc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2665 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-22 11:22:55 +00:00
joostverburg
8b3a71d6cb InstallOptions: testlink
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2664 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-22 11:02:05 +00:00
o_owd
26dcf66d68 adeed AllowSkipFiles
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2663 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-20 18:04:56 +00:00
kichik
6443dfeb61 Should work on Windows 98 now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2662 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-20 17:44:44 +00:00
joostverburg
10069bba7a v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2661 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-19 12:44:07 +00:00
joostverburg
cd8be011b1 version number
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2660 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-19 12:44:02 +00:00
joostverburg
357557b4bd compatible with Modern UI 1.64/5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2659 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-19 12:43:33 +00:00
kichik
3505d41bbb The path is validate when the real uninstaller starts. There is no need to validate twice.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2658 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-18 16:27:02 +00:00
kichik
0b4f2a9809 No longer 8, there is a flag with a name now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2657 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-18 16:26:47 +00:00
ramon18
ab91077049 Dynamic allocation of needed user variables (exehead grew 512 bytes).
Independed user vars in uninstaller and installer


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2656 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 23:59:13 +00:00
ramon18
2ff0e96a38 Completing documentations for installoptions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2655 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 19:06:13 +00:00
ramon18
1f2a811c47 Documentation of link control and new options for text control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2654 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 18:55:34 +00:00
joostverburg
87e33bf234 Support for a link on the Finish page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2653 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-17 12:52:12 +00:00
ramon18
a558797625 Language strings inside any other strings, $$ defines fix, both currently disabled by defines, support for /LANG in command VIAddVersionKey
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2652 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-16 19:58:29 +00:00
ramon18
45a9eb4ae7 Control "LINK" example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2651 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-16 19:02:27 +00:00
ramon18
c8cc81303a Added new control "LINK" and example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2650 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-16 18:49:23 +00:00
kichik
5d16b56c9e validate_filename was b0rked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2649 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-16 12:40:53 +00:00
kichik
8593a15d84 StrCmp not IntCmp (thanks deguix)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2648 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-15 17:29:39 +00:00
joostverburg
8d5c2d49ae v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2647 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-15 11:42:02 +00:00
joostverburg
5aa3a8f632 Improved registry storage for Start Menu folder; ReserveFile macro for StartMenu plug-in; Added MUI_LANGDLL_ALWAYSSHOW option; Checkboxes on Finish page can be used to call a function; example fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2646 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-14 12:49:33 +00:00
joostverburg
59c8fcc17e start menu folder selection: works in silent mode; handles empty input
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2645 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 21:38:08 +00:00
joostverburg
a193ffc928 new 16 color icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2644 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 18:04:53 +00:00
icemank
bbc605eeac Added dotted notation for macro ${__LINE__} predefine
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2643 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 15:59:30 +00:00
joostverburg
5a3d38fbf9 bitmap size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2642 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 15:38:17 +00:00
kichik
dff6515865 Compiles with NSIS_SUPPORT_VERSION_INFO
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2641 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 14:04:33 +00:00