Skip to content

Commit 80af4e5

Browse files
committed
added 2 second uninstall delay, on very fast systems the lnk-file is still used and cannot be removed resulting in an uninstall error
1 parent 59a3985 commit 80af4e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setup/ExtraFunctions.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ begin
5757
if (IsUpgrade()) then
5858
begin
5959
UnInstallOldVersion();
60+
Sleep(2000); //wait two seconds here so uninstaller releases lnk files
6061
end;
6162
end;
6263
end;

0 commit comments

Comments
 (0)