What Does MUI_RESERVEFILE_LANGDLL Do?
I did not find documentation for this in Help, Wiki, or forums. Would like to understand what this macro does.
4 posts
If you want the installer to display a language selection dialog (have a look at the MultiLanguage.nsi example), insert the MUI_LANGDLL_DISPLAY macro in the .onInit function:EDIT: