sdbarker
30th July 2003 01:17 UTC
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
30th July 2003 01:38 UTC
Last time I saw a similar problem with MUI warnings it was that the language define was in the wrong place.
Vytautas
ramon18
30th July 2003 11:12 UTC
sdbarker post a script example please
sdbarker
31st July 2003 05:45 UTC
Here's the entire script. I thought everything was in the right place. Hrm.
-Scott
Afrow UK
31st July 2003 11:03 UTC
K-Meleon owns! [Afrow's main browser]
-Stu :)
sdbarker
31st July 2003 15:01 UTC
Thanks. :) I'm the K-Meleon installer maintainer. I live w/ the primary dev.
-Scott
sdbarker
31st July 2003 23:10 UTC
So... any help here? Releasing the new version of KM would be nice. :)
Afrow UK
31st July 2003 23:19 UTC
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
sdbarker
1st August 2003 06:57 UTC
Looks that it might have. We'll see. :) Thanks a ton.
-Scott
sdbarker
1st August 2003 15:32 UTC
That got it. Thanks a ton!
-Scott
Afrow UK
1st August 2003 15:40 UTC
No problem :)