PyCharm EDU windows installer: replace outdated ExecCmd plugin on ExecDos.

This commit is contained in:
Vladimir.Orlov
2017-02-07 10:47:18 +03:00
parent d01598569c
commit 26e8deb056
@@ -82,7 +82,7 @@ get_python:
inetc::get "$R3" "$INSTDIR\python\python_$R8" /END
Pop $0
${If} $0 == "OK"
ExecCmd::exec '"$INSTDIR\python\python_$R8" $R9'
ExecDos::exec '"$INSTDIR\python\python_$R8" $R9'
${Else}
MessageBox MB_OK|MB_ICONEXCLAMATION "The download is failed: $0"
${EndIf}