Skip to content
⌘ NSIS Forum Archive

Header problems

5 posts

mjalan#

Header problems

Hmm... I have a serious problems when I update the installer ("Tuesday" build). I have 17 warnings and then when I run the installer, there is no header for the pages. Then I decided to rewrite the whole script. It complies fine when it is the basic script (including the Modern UI). However, when I start to add languages to the installer, those 17 warnings occur again, and there is no header for the pages. Is that mean I missed something important, cos it works in earlier build. Thanks!
Joost Verburg#
The Modern UI Macro System has been updated, so you have to update your Modern UI scripts. Have a look at the Modern UI Readme (Contrib\Modern UI\Readme.html) for more info.
mjalan#
I just looked at the readme file, it doesn't say I have to update my header macro after I insert languages to the installer. cos, the problems I have now is that before, adding lnaguages to the installer, it has no problems, and that problems only occur when I have added languages. And of course I already looked at the examples in that folder.
Joost Verburg#
You have to update your entire script to use the new macro system. If you have updated it, you don't have to edit anything to use multiple languages.

Have a look at Multilanguage.nsi.
mjalan#
Ya! it's work again. Although I haven't found out what the problem is, but I just rewrite the whole script based on the example, and it works. Thanks!