mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:50:46 +00:00
Installer: Show error information about playerglobal.swf for testing...
This commit is contained in:
+5
-5
@@ -761,8 +761,8 @@ DetailPrint "Checking Adobe site for newest PlayerGlobal.swc file"
|
||||
inetc::get /SILENT /USERAGENT "${APP_NAME} Setup" "https://www.adobe.com/support/flashplayer/downloads.html" "${PGHTML}"
|
||||
Pop $0
|
||||
StrCmp $0 "OK" dlok
|
||||
MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "PlayerGlobal.SWC was not found on Adobe webpages. You can download it later manually." /SD IDIGNORE IDRETRY checkadobe IDIGNORE exit
|
||||
;MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "PlayerGlobal.SWC was not found on Adobe webpages. You can download it later manually. (Error returned was: $0)" /SD IDIGNORE IDRETRY checkadobe IDIGNORE exit
|
||||
;MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "PlayerGlobal.SWC was not found on Adobe webpages. You can download it later manually." /SD IDIGNORE IDRETRY checkadobe IDIGNORE exit
|
||||
MessageBox MB_ABORTRETRYIGNORE|MB_ICONSTOP "PlayerGlobal.SWC was not found on Adobe webpages. You can download it later manually. (Error returned was: $0)" /SD IDIGNORE IDRETRY checkadobe IDIGNORE exit
|
||||
Abort
|
||||
dlok:
|
||||
|
||||
@@ -845,10 +845,10 @@ SectionEnd
|
||||
|
||||
;Language strings
|
||||
;LangString DESC_SecDummy ${LANG_ENGLISH} "Application GUI and Libraries"
|
||||
;LangString DESC_SecDummy ${LANG_CZECH} "Aplikaèní rozhraní a knihovny"
|
||||
;LangString DESC_SecDummy ${LANG_CZECH} "Aplika�n� rozhran� a knihovny"
|
||||
|
||||
;LangString DESC_PlayerGlobal ${LANG_ENGLISH} "Download FlashPlayer library from Adobe site - useful for ActionScript direct editation and other features"
|
||||
;LangString DESC_PlayerGlobal ${LANG_CZECH} "Stáhnout knihovnu FlashPlayeru ze stránek Adobe - užiteèné pro pøímou editaci ActionScriptu a další vìci"
|
||||
;LangString DESC_PlayerGlobal ${LANG_CZECH} "St�hnout knihovnu FlashPlayeru ze str�nek Adobe - u�ite�n� pro p��mou editaci ActionScriptu a dal�� v�ci"
|
||||
|
||||
;Assign language strings to sections
|
||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||
@@ -859,7 +859,7 @@ SectionEnd
|
||||
|
||||
|
||||
;LangString DESC_UninstLocal ${LANG_ENGLISH} "Remove user configuration"
|
||||
;LangString DESC_UninstLocal ${LANG_CZECH} "Odstranit uživatelskou konfiguraci"
|
||||
;LangString DESC_UninstLocal ${LANG_CZECH} "Odstranit u�ivatelskou konfiguraci"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user