Skip to content
⌘ NSIS Forum Archive

language-dependant MUI_INSTALLOPTIONS_EXTRACT

4 posts

tag68#

language-dependant MUI_INSTALLOPTIONS_EXTRACT

Hello,

tried to change an installer written in NSIS to be multi-language and now got it successful working that the EULA is displayed in the chosen language. I now have the problem that MUI_INSTALLOPTIONS_EXTRACT seems to read a file that may not be language-dependant. I also didn't see any possiblity to define the menu in the file given to MUI_INSTALLOPTIONS_EXTRACT to change strings for different languages.

Searched for MUI_INSTALLOPTIONS_EXTRACT in this forum but found nothing. Is there any easy help or is this something that is not covered by now? I could change the menu not to use MUI_INSTALLOPTIONS_EXTRACT so I can use LangString but before that I wanted to ask here if I overlooked something.

Tnx,
Timm
Afrow UK#
Just write the LangStrings to your INI file with MUI_INSTALLOPTIONS_WRITE before displaying the dialog.

-Stu
kmudrovcic#
Originally posted by Afrow UK
Just write the LangStrings to your INI file with MUI_INSTALLOPTIONS_WRITE before displaying the dialog.

-Stu
I've tried do do that but it doesn't change the field text in .ini file. How come?
pengyou#
It would be easier to answer your question if you provided the lines of code that do not seem to work