- NSIS Discussion
- NSIS 2 beta 4 RC3
Archive: NSIS 2 beta 4 RC3
kichik
15th November 2003 14:03 UTC
NSIS 2 beta 4 RC3
OK, no more waiting, beta 4 RC1 RC2 RC3 final is here. Please help us test it and report any problems here.
http://nsis.sourceforge.net/nsis20b4rc1.exe
http://nsis.sourceforge.net/nsis20b4rc2.exe
http://nsis.sourceforge.net/nsis20b4rc3.exe
Change log and release notes can be found at:
http://nsis.sourceforge.net/Docs/AppendixD.html
Known issues:
Documentation about new uninstaller pages is not yet completely up-to-date.The change log is not yet completely up-to-date.Version number is still 2.0b4 (CVS).
myne
17th November 2003 04:54 UTC
Cool, any eta for the LZMA compression as yet?
Sorry, I'm just really looking forward to it :)
kichik
17th November 2003 09:54 UTC
A week after b4 is released. You better help me release b4 fast ;)
kichik
17th November 2003 10:23 UTC
OK, documentation updated, RC2 out.
Please help us test it and reply even if it's just for saying "it works for me".
F. Heidenreich
17th November 2003 18:28 UTC
RC2 works very well for me, except for complaining about missing language strings for czech, romanian and polish MUI language files.
Thank you, for your hard work on NSIS!
With best regards,
~ Florian
kichik
17th November 2003 18:40 UTC
Yes, a few language files are still not up-to-date :(
But we have waited long enough. I hope to have the language files seperated from the main release on the next version to prevent this kind of delays in the future. Maybe some automated system that will allow uses to upload their language files to the NSIS website.
psyke
17th November 2003 19:19 UTC
It works for me! :D
Great job Kichik, and everyone else involved, the amount of work put into this release is really impressive. :)
mikem4600
17th November 2003 19:39 UTC
It works for me!
Great work everyone! :)
F. Heidenreich
17th November 2003 20:02 UTC
kichik,
Yes, a few language files are still not up-to-date :(
I've just sent the remaining untranslated strings to the translators of my program and asked them to do the translation.
With best regards,
~ Florian
mikem4600
17th November 2003 21:55 UTC
A tiny bug: In part 2.5 of the CHM help file, the link to Mondern UI Examples doesn't work.
kichik
17th November 2003 23:02 UTC
mikem4600, thanks, fixed.
Heidenreich, that would be great, thanks!
Vytautas
18th November 2003 06:26 UTC
I just noticed that this does not work any longer
!define MUI_SPECIALBITMAP 'file.bmp'
!define MUI_HEADERBITMAP 'file2.bmp'
Note quite sure when it stopped working or even if it was intentional?
Vytautas :confused:
RIV@NVX
18th November 2003 09:28 UTC
Ok, I tester both RC1 and RC2, and makensis.nsi fails to compile with both ZLIB and BZIP2; there is an error on line 84.
Vytautas
18th November 2003 09:32 UTC
RIV@NVX it worked for me.
Vytautas
kichik
18th November 2003 11:24 UTC
Vytautas, that has changed... :(
Use MUI_HEADERIMAGE_BITMAP to set the bitmap and MUI_HEADERIMAGE to tell the MUI there is a bitmap.
RIV@NVX, thanks, fixed.
kichik
19th November 2003 14:03 UTC
OK, RC3 is here. Fixed some examples, more docs, fixed bug #844989 (uninstaller subsections), added compressor settings to MakeNSISw, fixed a problem with fonts in the MUI (^Font and ^FontSize were mixed up), language files updates and RTL header image support for MUI.
Unless something turns up, NSIS 2.0b4 should be released in around 6 hours.
kichik
19th November 2003 22:20 UTC
No more RCs, it's final! :D
Thank you for your help.
dëëjayz
20th November 2003 19:51 UTC
!insertmacro MUI_UNFINISHHEADER don't work anymore! What do replace it?
kichik
20th November 2003 19:53 UTC
You don't need it anymore, it's automatically inserted for you.
torstenian
15th January 2004 14:12 UTC
MUI_HEADERIMAGE
The variables:
MUI_HEADERIMAGE_UNBITMAP_UNNOSTRETCH and
MUI_HEADERIMAGE_RIGHT (in uninstaller context) appear to be incorrect in ~/contrib/modern UI/readme.html.
The correct names should have been:
MUI_HEADERIMAGE_UNBITMAP_NOSTRETCH
MUI_HEADERIMAGE_UNRIGHT
(at least, these do the business).
Otherwise, things are looking bright!
-Torsten
Joost Verburg
15th January 2004 14:31 UTC
MUI_HEADERIMAGE_UNBITMAP_UNNOSTRETCH is indeed incorrect, I'll fix that.
MUI_HEADERIMAGE_RIGHT can only be set for both installer and uninstaller (there is only one setting).