Installer workaround for auto-updater bug in some versions of LameXP.

This commit is contained in:
LoRd_MuldeR 2013-11-25 18:33:57 +01:00
parent f641ddd9f0
commit 187fac2949

View File

@ -134,7 +134,6 @@ Section "-LaunchTheInstaller"
InitPluginsDir
SetOutPath "$PLUGINSDIR"
File "/oname=$PLUGINSDIR\LameXP-SETUP-r${LAMEXP_BUILD}.exe" "${LAMEXP_SOURCE_FILE}"
; --------
@ -157,6 +156,8 @@ Section "-LaunchTheInstaller"
RunTryAgain:
File "/oname=$PLUGINSDIR\LameXP-SETUP-r${LAMEXP_BUILD}.exe" "${LAMEXP_SOURCE_FILE}"
DetailPrint "ExecShellWait: $PLUGINSDIR\LameXP-SETUP-r${LAMEXP_BUILD}.exe"
${StdUtils.ExecShellWait} $R1 "$PLUGINSDIR\LameXP-SETUP-r${LAMEXP_BUILD}.exe" "open" '$R9'
DetailPrint "Result: $R1"