Commit graph

2198 commits

Author SHA1 Message Date
kichik
9fddafacdb signed/unsigned mismatch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2825 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 19:08:03 +00:00
joostverburg
9ee58d14f8 Modern UI 1.66: support for uninst comp page, multiple pages, new language & page system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2824 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:42:21 +00:00
kichik
74ea2dc585 * PageEx - every page can be used everywhere and as many times as needed
* DirVar - easy way to add another dir page
* default strings in the language file (Page directory is enough, no need for DirText)
* strings from the language file are now LangStrings that can be used in the script
* no more /LANG - one string for all languages
* any lang strings can be used everywhere, installer or uninstaller (no un.)
* no more unprocessed strings - variables can be used almost everywhere (except in licenseData and InstallDirRegKey)
* DirText parm for browse dialog text
* SetBkColor -> SetCtlColors - can now set text color too
* fixed SetOutPath and File /r bug
* fixed File /a /oname bug
* added $_CLICK for pages
* added quotes support in lang files (patch #752620)
* extraction progress
* separate RTL dialogs for RTL langs (improved RTL too)
* InstallOptions RTL
* StartMenu RTL
* fixed RegDLL?
* added IfSilent and SetSilent (SetSilent only works from .onInit)
* fixed verify window (it never showed) (bug #792494)
* fixed ifnewer readonly file problem (patch #783782)
* fixed wininit.ini manipulation when there is another section after [rename]
* fixed some ClearType issues
* fixed a minor bug in the resource editor
* fixed !ifdef/!endif stuff, rewritten
* lots of code and comments clean ups
* got rid of some useless exceptions handling and STL classes (still much more to go)
* lots of optimizations, of course ;)
* updated system.dll with support for GUID, WCHAR, and fast VTable calling (i.e. COM ready)
* minor bug fixes


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2823 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 18:25:57 +00:00
joostverburg
bb8879b7ae patch result
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2822 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-04 13:02:13 +00:00
kichik
95871ee2c8 No need with just two sections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2821 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-27 13:10:41 +00:00
icemank
af6439a12f Fixed MRU for Windows 9x
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2820 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-23 04:34:31 +00:00
icemank
3419a6b0cd no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2819 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-22 22:01:39 +00:00
joostverburg
2236b14ac6 fixed invalid link to HeaderBitmap.nsi example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2818 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-22 21:34:13 +00:00
joostverburg
c5b69c819d fixed InstallOptions link on site
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2817 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-22 17:43:41 +00:00
joostverburg
4fdb31aa51 text update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2816 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-22 11:55:25 +00:00
joostverburg
de285d9a6c localize MUI_PRODUCT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2815 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-22 11:24:15 +00:00
joostverburg
f6e27fc6d7 1.65
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2814 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-19 19:44:00 +00:00
kichik
cb3cb39264 Fixed problem with LangString as section name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2813 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-15 19:01:06 +00:00
flizebogen
91e3fee204 Added very basic informations about the new version commands (VIProductVersion, VIAddVersionKey)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2812 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-15 16:36:58 +00:00
joostverburg
c24dc4f224 v5
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2811 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-15 15:56:11 +00:00
icemank
d7fd03c06f Fixed bugs in MRU list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2810 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-13 16:24:05 +00:00
icemank
d475c355fe Fixed bugs in MRU list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2809 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-13 16:18:33 +00:00
icemank
90385f9b22 Fixed bugs in MRU list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2808 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-13 16:02:42 +00:00
sunjammerx
c321d4c0df Fixed broken processor pack link.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2807 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-13 12:30:55 +00:00
icemank
8658fc2a06 Added MRU file list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2806 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 17:57:14 +00:00
joostverburg
f432054bd9 updated texts, links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2805 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 15:11:35 +00:00
kichik
da6c41fa7b Direct link to new website
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2804 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 14:37:29 +00:00
joostverburg
b6e447908a UI compilation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2803 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 14:26:32 +00:00
joostverburg
d2f44096cb reserve files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2802 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 14:25:06 +00:00
joostverburg
4c24a93e6a added MUI_FINISHPAGE_LINK_COLOR
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2801 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 13:08:28 +00:00
joostverburg
5abd45c61e folder settings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2800 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-12 12:09:51 +00:00
joostverburg
5d0374693f include new VPatch files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2799 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-11 17:33:23 +00:00
joostverburg
6dd280b24f VPatch 2.0 final
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2798 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-11 16:42:41 +00:00
kichik
2449fbc6bd Rename /REBOOTOK doesn't care if the destination exists
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2797 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-09 23:23:14 +00:00
kichik
002978818c Finish page - reshow controls for all cases, not just when the next button was clicked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2796 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-09 15:21:52 +00:00
kichik
962d787224 Rename can't overwrite
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2795 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-08 22:03:11 +00:00
kichik
fabf2f79ea Empty lines were not printed (this time it's really fixed)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2794 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-08 13:56:41 +00:00
kichik
bf197d80e5 - Empty lines were not printed
- CR or LF alone were not handled
- Tab conversion removed the next char


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2793 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-08 13:39:39 +00:00
ramon18
2894ac8453 New MASM32 header for NSIS plug-ins
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2792 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-07 15:25:39 +00:00
kichik
aec369dfbc New Delphi unit for NSIS plug-ins by Bernhard Mayer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2791 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-06 16:53:52 +00:00
kichik
1e438b3e87 Reverted Ramon's addition of SS_NOPREFIX. It causes trouble with ClearType, compatibility and doesn't allow the user to use accelerators for edit boxes anywhere.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2790 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-05 15:50:17 +00:00
kichik
7093dc3b2d No need to read STATE twice
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2789 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-05 15:30:31 +00:00
kichik
d5c0749312 - Removed SS_NOPREFIX
- Made IO return error instead of crashing if there are no fields in the INI


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2788 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-05 15:05:49 +00:00
kichik
104c4144c2 SS_NOPREFIX made the header texts redraw when ALT was pressed, allowing the text to be shown on the finish page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2787 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-04 22:57:33 +00:00
kichik
4b3148727a DIALOGEX not DIALOG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2786 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-04 14:41:37 +00:00
kichik
156426e038 /S is case sensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2785 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-04 12:16:57 +00:00
ramon18
d2e8774e24 Removed debug msgbox
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2784 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 23:47:53 +00:00
kichik
73708b6fd3 It seems Windows 98 doesn't check ranges...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2783 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 23:32:56 +00:00
kichik
1478517f26 pszState can't be null (thanks Case for the patch)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2782 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 22:04:31 +00:00
joostverburg
1845d6a828 new UpgradeDLL syntax
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2781 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 21:06:56 +00:00
kichik
6ad030eea6 Patch #781254 applied - thanks Andrey Cherezov
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2780 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 13:07:02 +00:00
kichik
3be3203e2d Fixed bug #777590 - inflate left too early causing NSIS to think more data is needed thus discarding unused data
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2779 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 12:59:25 +00:00
kichik
95df32d7f4 Way simpler
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2778 212acab6-be3b-0410-9dea-997c60f758d6
2003-08-03 10:51:59 +00:00
ramon18
ded8402f4c Croatian language files updates (thanks to RIV@NVX and iostriz)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2777 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-29 20:28:24 +00:00
ramon18
79a49562b3 SS_NOPREFIX for all STATIC controls, now is possible to name the installer as "My company & CO" for example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2776 212acab6-be3b-0410-9dea-997c60f758d6
2003-07-29 20:25:42 +00:00