Skip to content
⌘ NSIS Forum Archive

a little bug

8 posts

lobo_lunar#

a little bug

Section: "Uninstall"
!insertmacro: MUI_UNFINISHHEADER
warning: unknown variable "(MUI_UNTEXT_FINISHED_TITLE)" detected, ignoring

warning: unknown variable "(MUI_UNTEXT_FINISHED_SUBTITLE)" detected, ignoring

!insertmacro: end of MUI_UNFINISHHEADER

*-*-*--*

2 warnings:
unknown variable "(MUI_UNTEXT_FINISHED_TITLE)" detected, ignoring

unknown variable "(MUI_UNTEXT_FINISHED_SUBTITLE)" detected, ignoring
Joost Verburg#
I cannot reprocude the bug. Maybe an error in one of the language files? Which language files are you using?
Joost Verburg#
The Spanish languge file includes these strings.

Maybe your files are outdated, please download the latest files from CVS.
lobo_lunar#
It's the latest

Here is my script
lobo_lunar#
Errors in my new Nsis v2.0b1

2 warnings:
unknown variable "(MUI_UNTEXT_FINISHED_TITLE)" detected, ignoring

unknown variable "(MUI_UNTEXT_FINISHED_SUBTITLE)" detected, ignoring

Here is my script
Joost Verburg#
You made a spelling mistake.

!define MUI_UNISTALLER

should be

!define MUI_UNINSTALLER