From bc6ef63a605cec25abf015a1f6da5d2e4f0fb4d1 Mon Sep 17 00:00:00 2001 From: Eric Menezes Noronha Date: Wed, 9 Apr 2014 14:37:29 -0300 Subject: [PATCH] -Adicionada a execução do mapacacic sempre ao termino da instalação; --- installcacic/uInstallCACIC.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installcacic/uInstallCACIC.pas b/installcacic/uInstallCACIC.pas index 512b9e3..b2c6161 100644 --- a/installcacic/uInstallCACIC.pas +++ b/installcacic/uInstallCACIC.pas @@ -798,7 +798,7 @@ begin objCacic.writeDebugLog('installCACIC: Problema no Download do Verificador de Integridade do Sistema (ChkSIS)'); End; // EXECUTA MAPACACIC SEMPRE. - objCACIC.createOneProcess(objCACIC.getLocalFolderName + 'Modules\MapaCACIC.exe',true,SW_SHOW); + objCACIC.createOneProcess(objCACIC.getLocalFolderName + 'Modules\mapacacic.exe',true,SW_SHOW); Except on E : Exception do Begin -- libgit2 0.21.2