Archive: Ultra Modern UI doesn't work in NSIS 2.44?


Ultra Modern UI doesn't work in NSIS 2.44?
Hi,

i had my old installations created by NSIS 2.17 and ultra modern user interface but now it gives me errors...

My error looks like this:

!insertmacro: MUI_LANGUAGE
!include: could not find: "C:\Program Files\NSIS\Contrib\Modern UI\Language files\English.nsh"

At the beginning of my script i have this include:
!include "UMUI.nsh"

And in my code i have this part:
!insertmacro MUI_LANGUAGE "English"

UMUI.nsh is in my NSIS\Include folder..


I don't know how to explain to NSIS that i'm using UMUI and his language files, not MUI language files.

When i tried to make an installation with NSIS 2.44 version but with commented !insertmacro MUI_LANGUAGE, text dissapeared, background colors also.... And my whole installation looks terrible...


Are NSIS 2.44 and UMUI 1.00b1 compatible?

What should i do?

Tnx in advance


Hm... 1.00b1 just celebrated its fourth birthday recently... Have you tried with 1.00b2-dev yet? ;)

With 2009-02-06 and either 2.43 or 2.44, I don't see the issue you are reporting.