setup: 1.x fixed error flag clean before Python setup

git-svn-id: https://pykd.svn.codeplex.com/svn@72703 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\air_max_cp 2011-12-26 16:59:46 +00:00
parent 3f73f11669
commit bfc7292daf

View File

@ -213,6 +213,7 @@ Section "Python ${PYTHON_VERSION} ${PRODUCT_ARCH}" sec_python
${If} $0 == "OK" ${If} $0 == "OK"
DetailPrint "Successfully downloaded." DetailPrint "Successfully downloaded."
DetailPrint "Installing Python..." DetailPrint "Installing Python..."
ClearErrors
ExecWait '"msiexec" /i "$TEMP\${PYTHON_INSTALLER}"' ExecWait '"msiexec" /i "$TEMP\${PYTHON_INSTALLER}"'
IfErrors PythonInstallFailed IfErrors PythonInstallFailed
DetailPrint "Successfully installed." DetailPrint "Successfully installed."