Patch level :2.0 526

Files correlati     :ba1.exe
Ricompilazione Demo : [ ]
Commento            :AO20074,AO20075 (ri-corretti)


git-svn-id: svn://10.65.10.50/trunk@11318 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2003-07-11 15:12:49 +00:00
parent de3f794030
commit 94a2fc7c00

View File

@ -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;