Commit graph

2047 commits

Author SHA1 Message Date
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
kichik
9633f0363d second free goes boom
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2640 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 12:52:42 +00:00
icemank
6a63c810be Reorganized code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2639 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-13 03:48:29 +00:00
kichik
6d246677db Safer __TIMESTAMP__, __FILE__, and friends
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2638 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 22:44:45 +00:00
icemank
b523639b83 Better handling of macros and one line commands for standard predefines.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2637 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 21:50:17 +00:00
kichik
70a48ad5b8 updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2636 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 16:33:56 +00:00
icemank
96a02d10ca Fixed handling of macros and command line /X option for standard predefines.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2635 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 16:14:03 +00:00
icemank
3b0cc4f1c4 Added support for standard predefines ala C++, i.e., __DATE__, __TIME__, __TIMESTAMP__, __FILE__, __LINE__
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2634 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 15:09:27 +00:00
ramon18
1ea2160310 Version Information now rely on languages, some more updates on named uservars, maybe last one before official release :) (preview UserVars.nsi - doesn't compile yet)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2633 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 00:06:23 +00:00
ramon18
7adbddc567 Updated codepages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2632 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-12 00:01:31 +00:00
ramon18
361dbff6bc READONLY in text box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2631 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-11 23:57:24 +00:00
joostverburg
cde1bec3d3 font size setting for older browsers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2630 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-11 16:32:10 +00:00
joostverburg
e06d3afadb VersionInfo example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2629 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 19:34:15 +00:00
joostverburg
d6fe533978 simple script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2628 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 19:32:19 +00:00
joostverburg
0b0e54af96 dummy section
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2627 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 19:32:00 +00:00
ramon18
8270d8bdca Added MULTILINE support for edit box, better tab order between ReqFile, DirReq and it's browse button
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2626 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 13:18:07 +00:00
ramon18
397234a5bd Updated TODO.txt; New methods to change VersionInformation, this time is completed customizable by the script, default code page and language retrieved from OS, but can be changed by script too; fixed problem with some chars like ©
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2625 212acab6-be3b-0410-9dea-997c60f758d6
2003-06-10 04:35:09 +00:00