message:
!insertmacro MUI_INSTALLOPTIONS_READ ${TEMP1} $0 "Field 2" "State"
SectionEnd
...
Function .onInit
;Extract InstallOptions INI Files
StrCmp $LANGUAGE "1033" 0 +2
StrCpy $0 res\shortcuts_ger.ini
StrCmp $LANGUAGE "1031" 0 +2
StrCpy $0 res\shortcuts_eng.ini
;StrCmp $LANGUAGE "1036" 0 +2
; StrCpy $0 "res\shortcuts_fre.ini"
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "$0" <-- causes errormessage
!insertmacro: MUI_INSTALLOPTIONS_EXTRACT
File: "$0" -> no files found.
Push - pop ?
I have no idea 🙁
PS hope it is possible otherwise i have to write same code x-times for each language