Here is what i tried with.
- ; On initialization
Function .onInit
!insertmacro MUI_LANGDLL_DISPLAY
ReadINIStr $ini_value "$INSTDIR\sqltalk.ini" "Input Font" "Weight"
StrCmp $ini_value "700" +1 +2
MessageBox MB_OK "Nu du"
FunctionEnd
My thougth is, if $ini_value is equal with 700 the messagebox would pop up.