Updated installer code for new StdUtils version.
This commit is contained in:
parent
e7a87c8dd1
commit
68c6847d43
@ -164,15 +164,15 @@ Section "-LaunchTheInstaller"
|
|||||||
File "/oname=${InstallerFileName}" "${LAMEXP_SOURCE_FILE}"
|
File "/oname=${InstallerFileName}" "${LAMEXP_SOURCE_FILE}"
|
||||||
|
|
||||||
DetailPrint "ExecShellWait: ${InstallerFileName}"
|
DetailPrint "ExecShellWait: ${InstallerFileName}"
|
||||||
${StdUtils.ExecShellWait} $R1 "${InstallerFileName}" "open" '$R9'
|
${StdUtils.ExecShellWaitEx} $R1 $R2 "${InstallerFileName}" "open" '$R9'
|
||||||
DetailPrint "Result: $R1"
|
DetailPrint "Result: $R1 ($R2)"
|
||||||
|
|
||||||
${IfThen} $R1 == "no_wait" ${|} Goto RunSuccess ${|}
|
${IfThen} $R1 == "no_wait" ${|} Goto RunSuccess ${|}
|
||||||
|
|
||||||
${If} $R1 != "error"
|
${If} $R1 == "ok"
|
||||||
Sleep 333
|
Sleep 333
|
||||||
HideWindow
|
HideWindow
|
||||||
${StdUtils.WaitForProc} $R1
|
${StdUtils.WaitForProcEx} $R1 $R2
|
||||||
Goto RunSuccess
|
Goto RunSuccess
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user