Updated installer code for new StdUtils version.

This commit is contained in:
LoRd_MuldeR 2013-12-07 15:55:44 +01:00
parent e7a87c8dd1
commit 68c6847d43

View File

@ -164,15 +164,15 @@ Section "-LaunchTheInstaller"
File "/oname=${InstallerFileName}" "${LAMEXP_SOURCE_FILE}"
DetailPrint "ExecShellWait: ${InstallerFileName}"
${StdUtils.ExecShellWait} $R1 "${InstallerFileName}" "open" '$R9'
DetailPrint "Result: $R1"
${StdUtils.ExecShellWaitEx} $R1 $R2 "${InstallerFileName}" "open" '$R9'
DetailPrint "Result: $R1 ($R2)"
${IfThen} $R1 == "no_wait" ${|} Goto RunSuccess ${|}
${If} $R1 != "error"
${If} $R1 == "ok"
Sleep 333
HideWindow
${StdUtils.WaitForProc} $R1
${StdUtils.WaitForProcEx} $R1 $R2
Goto RunSuccess
${EndIf}