I' have tried to test the UMUI examples to see what's wrong, but the examples also give the very same errors.
!insertmacro: MUI_LANGUAGEIn the UMUI.nsh, within the MUI_LANGUAGE LANGUAGE macro, the line origin of the problem is this one:
!include: could not find: "D:\Program Files\NSIS\Contrib\Modern UI\Language files\English.nsh"
Error in macro MUI_LANGUAGE on macroline 9
Error in script "E:\My Documents\Basic UMUI Example.nsi" on line 42 -- aborting creation process
!include "${NSISDIR}\Contrib\Modern UI\Language files\${LANGUAGE}.nsh"The folder "${NSISDIR}\Contrib\Modern UI\Language files\" doesn't even exist. And trying to copy the folders "${NSISDIR}\Contrib\Language files" OR "${NSISDIR}\Contrib\UltraModernUI\Language files" in its place just return errors elsewhere, as could be expected.
I can't understand that the UMUI script cannot find the files of its own installation, and I haven't seen this kind of problem posted elsewhere, as it could be expected if it's a bug of the UMUI itself, which doesn't make sense either.
Please, can you help me understanding what's happening and how can I solve this issue?