bring back windows background updates

This commit is contained in:
Joao Moreno
2018-02-07 14:40:11 +01:00
parent d5902eae86
commit a915a7bf43
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1027,7 +1027,7 @@ begin
Sleep(1000);
end;
Exec(ExpandConstant('{app}\inno_updater.exe'), ExpandConstant('_ "{app}\unins000.dat" ' + BoolToStr(LockFileExists())), '', SW_SHOW, ewWaitUntilTerminated, UpdateResultCode);
Exec(ExpandConstant('{app}\inno_updater.exe'), ExpandConstant('"{app}\{#ExeBasename}.exe" ' + BoolToStr(LockFileExists())), '', SW_SHOW, ewWaitUntilTerminated, UpdateResultCode);
end;
end;
Binary file not shown.