Skip to content
⌘ NSIS Forum Archive

errors with the latest nightly; icon mismatch and MUI problems

11 posts

sdbarker#

errors with the latest nightly; icon mismatch and MUI problems

warning: install function "mui.InstFilesPre" not referenced - zeroing code (0-4) out

warning: install function "mui.InstFilesLeave" not referenced - zeroing code (6-16) out

Generating language tables... warning: LangString "MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO" is not present in all language tables!

Finding icons offsets for uninstaller...
Error finding icon resources: installer, uninstaller icon size mismatch - see the Icon instruction's documentation for more information -- failing!
Error - aborting creation process
Both icons are set to the same icon. As for the MUI stuff, I don't know what information you would need to know to help diagnose the problem.

-Scott
Vytautas#
Last time I saw a similar problem with MUI warnings it was that the language define was in the wrong place.

Vytautas
sdbarker#
Here's the entire script. I thought everything was in the right place. Hrm.

-Scott
Afrow UK#
Sorry for not replying earlier 🙂
The !define MUI_PAGE_....
Should be !insertmacro MUI_PAGE_....

That goes for MUI_UNPAGE_....

That may not be all of the things fixed, we will see 🙂

-Stu