Naming "uninstaller.exe" depending on language?
Modern UI and Multi-Language License / Uninstaller
MultiLanguage uninstaller name:
--------------------------------------
Is there a simpler way to name the uninstaller, depending on their current language? I tried "stealing" one of the strings from the language file - $(^MUI_UNTEXT_UNINSTALLING_TITLE). That string is supposed to be the word "Uninstalling" (depending on their language), which is kind of close, although I know it's not proper grammar.
Anyway, it does not seem to work:
WriteUninstaller "$INSTDIR\$(^MUI_UNTEXT_UNINSTALLING_TITLE).exe"
I end up with an uninstaller link that points to "$INSTDIR\.exe"
One other quick question: using MUI and multilanguage license files seems to work fine. However, I'd like to only copy the license file for their current language into the install folder (instead of all 10 different license files). Does anyone have a suggestion for this?
Thanks all,
-J