Archive: .nsi: Problem from 2.0a7 to 2.0b0


.nsi: Problem from 2.0a7 to 2.0b0
Hello,

In attach you can find txt2pdf.nsi
It works perfect with 2.0a7.
With 2.0b0 I'm not able to see the text in the white part of modern GUI e.g.
!insertmacro MUI_HEADER_START 1
!insertmacro MUI_HEADER_TEXT 1033 "License Agreement" "Please review the license terms before installing ${NAME}."
!insertmacro MUI_HEADER_STOP 1

Where was I wrong?

Fabrizio


The new version of ModernUI in 2.0b0 uses macros to do all the things.
You should take a look at the \examples\Modern UI\Basic.nsi in the
latest nightly snapshot of 2.0b0 and update your script.


Alpha 7 includes a very old version of the Modern UI.

For you script, you can use the new Modern UI macro sytem for basic scripts (which is also a lot easier to use). Have a look at Examples\Modern UI\Basic.nsi