diff --git a/ba/ba1700.cpp b/ba/ba1700.cpp index 53f26103b..cf4991872 100755 --- a/ba/ba1700.cpp +++ b/ba/ba1700.cpp @@ -473,7 +473,7 @@ bool TInstaller_mask::do_process(TToken_string& commands) const { TWait_cursor hourglass; TExternal_app app(cmd); - ok = app.run() == 0; + ok = app.run(FALSE,3,TRUE) == 0; } } return ok;