Patch level : 10.0 348
Files correlati : ba1.exe Ricompilazione Demo : [ ] Commento : Errore 1372 Corretto aggiornamento cartella setup su client. git-svn-id: svn://10.65.10.50/trunk@19048 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a2e1fd516b
commit
01732b3762
@ -1563,7 +1563,10 @@ void TInstaller_mask::install_selection()
|
||||
|
||||
update_disk_and_web_path(); //aggiorna l'install.ini
|
||||
//lancia setup in modalita' aggiornamento da disco
|
||||
_setup_run = xvt_sys_execute("setup\\setup.exe -ud", false, false) !=0;
|
||||
if (test_station_type() == 3)
|
||||
_setup_run = xvt_sys_execute("setup\\setup.exe -uc", false, false) !=0;
|
||||
else
|
||||
_setup_run = xvt_sys_execute("setup\\setup.exe -ud", false, false) !=0;
|
||||
}
|
||||
//richiesto aggiornamento via web del modulo SY da manutenzione/installazione moduli!
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user