wait some time after uninstall
This commit is contained in:
parent
b135789152
commit
1b8fdd901d
@ -20,12 +20,14 @@ if FileExists($IniFile$)
|
||||
if FileExists($UninstallProgramOld$)
|
||||
comment "Uninstall program found, starting uninstall"
|
||||
Winbatch_uninstall_old
|
||||
sleepSeconds 10
|
||||
sub_check_exitcode
|
||||
endif
|
||||
endif
|
||||
if FileExists($UninstallProgram$)
|
||||
comment "Uninstall program found, starting uninstall"
|
||||
Winbatch_uninstall
|
||||
sleepSeconds 10
|
||||
sub_check_exitcode
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user