Commit graph

1329 commits

Author SHA1 Message Date
kichik
672e695976 - Added SS_NOPREFIX for the static control above the install log so both will show the same when an ampersand is present in the string
- Added another parameter for Name. It will be used in places where doubled ampersands are required for text to render as expected. Use it if you have an ampersand in your name. See the updated documentation about the Name command for more information about usage.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3288 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 23:22:14 +00:00
kichik
5f58389c12 - Fixed bug #858010 - defines were read wrongly into the settings dialog (`i' wasn't reset to 0)
- Made Compile and Run execute the installer even if there were warnings


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3287 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-17 16:13:04 +00:00
joostverburg
477f281328 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3284 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-15 15:36:37 +00:00
eccles
c31682240d Only validate if pressing the Next button.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3271 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-13 17:17:03 +00:00
kichik
29b7da028d Translation buffers were too small
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3270 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-12 22:00:49 +00:00
joostverburg
b33de3866d fixed finish page link positioning, color (standard RRGGBB hex format)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3269 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-12 21:26:21 +00:00
joostverburg
a00901c80f added MUI_SYSVERSION define
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3267 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-10 12:54:18 +00:00
joostverburg
516667fc1b updated reserve file info, fixes, html structure
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3265 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-09 19:33:48 +00:00
joostverburg
f850525a12 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3264 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-09 16:45:24 +00:00
kichik
03acdc2211 First verify fields and then, only if all are valid, call the leave function
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3262 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-08 14:06:24 +00:00
kichik
45c040b909 - fixed bug #848868 - StartMenu trims 3 lines of text
- made StartMenu treat different fonts better, it will not resize according to the selected font


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3261 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-08 12:53:32 +00:00
kichik
4eb2881b5b - Better RTL support:
* use RTL reading wherever possible (shows the dots, commas, etc. in the correct order)
  * Message boxes are now RTL too
  * Fixed RTL for links in InstallOptions
- Fixed tab order in StartMenu
- Made StartMenu use SHGetSpecialFolderLocation (soon to be in NSIS core too)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3259 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-06 20:45:35 +00:00
joostverburg
740ae21f2d 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3258 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:41:45 +00:00
joostverburg
d0bfe3e455 finish/abort header subtext can be set without setting the text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3257 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:21:30 +00:00
joostverburg
2fc8161a22 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3256 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 16:03:06 +00:00
kichik
3bae7484fb Fixed bug #854678 - sub-header showing success on abort
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3255 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-05 12:27:11 +00:00
eccles
6b73b0e490 - Added new control type "Button"
- Added new flag "NOTIFY"
- Added new flag "NOWORDWRAP" for multi-line text boxes
- Reduced size down to 12K


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3254 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 22:12:25 +00:00
joostverburg
c0e8dc4f73 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3253 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 16:36:56 +00:00
joostverburg
021e956536 removed old font setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3252 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 16:36:52 +00:00
kichik
e15be55ca7 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3250 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-04 12:09:05 +00:00
joostverburg
22e102a965 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3246 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-02 20:56:06 +00:00
ramon18
4aad4e704a Portuguese language files update (nsh->1.68)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3244 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-02 01:22:09 +00:00
ramon18
959b379381 Crash fixes, including firewall problems, many Optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3243 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-02 01:13:35 +00:00
kichik
30655f926a MUI 1.68 updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3240 212acab6-be3b-0410-9dea-997c60f758d6
2003-12-01 14:36:57 +00:00
joostverburg
92e433d64c fixed finish page reboot option buttons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3231 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 19:41:03 +00:00
joostverburg
1acd9aea9e 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3230 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 19:34:16 +00:00
icemank
69e2d02cc7 Minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3224 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-28 05:16:05 +00:00
joostverburg
e338cce111 1.68, fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3219 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-27 14:27:00 +00:00
joostverburg
23f1461de7 no separate INI file anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3217 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-26 17:20:54 +00:00
joostverburg
69b371e936 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3216 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-26 17:20:07 +00:00
icemank
1d60445b40 Changed display name for LZMA compressor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3213 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-26 13:33:24 +00:00
icemank
3773299cb2 Fixed compressor selection.
Added context menu method for choosing compressor.
Changed Defines dialog to Settings dialog


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3211 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-25 21:06:37 +00:00
joostverburg
888fcfec48 version 0.31
* LZMA compression support
* Fixed compression setting


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3210 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-25 18:11:23 +00:00
kichik
778e73aca8 No such thing as MUI_UNINNERTEXT_LICENSE_TOP
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3203 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 22:13:44 +00:00
kichik
5297ca56c4 Updated to 1.68
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3202 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 21:09:02 +00:00
joostverburg
1527ea2f1a Modern UI 1.68
* New settings for extra space for title and text on Welcome page and Finish page.
* Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level (1-4).
* Language file string for uninstaller reboot information
* Setting for folder validation in leave function
* Fixed finish page text settings for multiple pages


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3201 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 19:50:01 +00:00
kichik
c70cc031d2 Enabled LZMA selection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3197 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 17:36:42 +00:00
icemank
80eac750fc Added support for LZMA compressor + fixed command line compressor support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3195 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 16:51:39 +00:00
icemank
320cefa4b0 Fixed handling of command line SetCompressor option.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3189 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-21 21:57:39 +00:00
kichik
34d4213220 1.67 update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3188 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-21 21:47:02 +00:00
joostverburg
4a0df75dd7 keep original verbose setting, added MUI_VERBOSE setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3187 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-21 19:31:15 +00:00
icemank
da2ab7b4b5 Fixed compressor initialization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3186 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-20 17:48:20 +00:00
kichik
58b77bb410 Serbian language files update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3185 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-20 10:37:42 +00:00
kichik
45eede8799 Version number was wrong
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3184 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-20 10:36:27 +00:00
joostverburg
a7045c3287 corrections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3182 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 22:19:45 +00:00
kichik
92ec99d190 Empty password for anonymous CVS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3180 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 21:27:41 +00:00
joostverburg
0eb6b1be22 functions, texts, link
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3178 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 17:40:27 +00:00
kichik
b0c9f6b943 fixed accents
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3177 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 16:52:29 +00:00
joostverburg
82e3e6dadf v6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3175 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 15:51:34 +00:00
joostverburg
74a3e3c12e 1.67
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3174 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-19 15:51:13 +00:00