Commit bc6ef63a605cec25abf015a1f6da5d2e4f0fb4d1

Authored by Eric Menezes Noronha
1 parent 01376a78
Exists in master

-Adicionada a execução do mapacacic sempre ao termino da instalação;

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
installcacic/uInstallCACIC.pas
... ... @@ -798,7 +798,7 @@ begin
798 798 objCacic.writeDebugLog('installCACIC: Problema no Download do Verificador de Integridade do Sistema (ChkSIS)');
799 799 End;
800 800 // EXECUTA MAPACACIC SEMPRE.
801   - objCACIC.createOneProcess(objCACIC.getLocalFolderName + 'Modules\MapaCACIC.exe',true,SW_SHOW);
  801 + objCACIC.createOneProcess(objCACIC.getLocalFolderName + 'Modules\mapacacic.exe',true,SW_SHOW);
802 802 Except
803 803 on E : Exception do
804 804 Begin
... ...