From faeb16fcb8b7e2a83066b5e2acbda387bac76abb Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sat, 25 Apr 2015 21:08:47 +0200 Subject: [PATCH] Installer: Show error information about playerglobal.swf for testing... --- installer.nsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installer.nsi b/installer.nsi index 65e3da848..0d26535a7 100644 --- a/installer.nsi +++ b/installer.nsi @@ -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"