How can I use a predefined localized string (here MUI_TEXT_FINISH_INFO_REBOOT) to be shown in a message box? In a section after following code:
Section 'Set_installer_to_silent'
HideWindow
SetAutoClose true
SectionEnd
; The stuff to install
Section 'Install_product'
<HERE>
Something like
(but that doesn't work)
MessageBox MB_OK "${MUI_TEXT_FINISH_INFO_REBOOT}"
Thanks and regards
Tobias