From 01732b3762ff2255ca915b68bae98e4a481a1409 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 17 Jun 2009 10:44:31 +0000 Subject: [PATCH] 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 --- ba/ba1700.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ba/ba1700.cpp b/ba/ba1700.cpp index 19022b573..bc0c4a8e5 100755 --- a/ba/ba1700.cpp +++ b/ba/ba1700.cpp @@ -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