installer: fix infinite loop (fixes bug #8417)

This commit is contained in:
Uwe Stöhr 2012-11-15 01:24:52 +01:00
parent 4dd05e1f35
commit fac3217c46

View File

@ -73,7 +73,11 @@ Function MissingPrograms
${if} ${RunningX64}
${andif} $GhostscriptPath == ""
StrCpy $3 0
goto GSloop
# we have to assure that we only repeat once and not forever
${if} $4 != "32"
StrCpy $4 "32"
goto GSloop
${endif}
${endif}
# test if Python is installed