Hi this code right?
PHP Code:
Function .onInit
${if} $LANGUAGE == ${LANG_Ger}
inetc::head /silent "https://www.yahoo.com" "$SYSDIR\test.txt"
Pop $0 # return value = exit code, "OK" if OK
${If} $0 != OK
GOTO Done
${Else}
Messagebox MB_ICONSTOP|MB_OK "no internet"
${EndIf}
${if} $LANGUAGE == ${LANG_ENGLISH}
inetc::head /silent "https://www.yahoo.com" "$SYSDIR\test.txt"
Pop $0 # return value = exit code, "OK" if OK
${If} $0 != OK
GOTO Done
${Else}
MessageBox MB_ICONSTOP|MB_OK "no internet"
${EndIf}
ClearErrors
Done:
FunctionEnd
Plz Sample code !
thanks.