Skip to content
⌘ NSIS Forum Archive

Multi language Start menu deinstall doesnt work

3 posts

theaskingman#edited

Multi language Start menu deinstall doesnt work

Hi,
with german language selected the start menu is deleted, but when i install in english it stays.
Can someone help me?



The uninstaller always starts in German language, maybe this is the the problem?


///////////////////////
The attachment is now the fixed working version.
theaskingman#
Solved it!

That's the only thing I had to add:

Function un.onInit

!insertmacro MUI_UNGETLANGUAGE

FunctionEnd

Hope that helps people with the same problem.