Commit 349b6dc1dff4554e9845c4502ee12ba3132ab9f4
1 parent
2606d128
Exists in
master
ajuste de versoes de arquivos e produtos
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windows@907 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
22 changed files
with
16 additions
and
7 deletions
Show diff stats
No preview for this file type
No preview for this file type
cacic2.res
No preview for this file type
No preview for this file type
No preview for this file type
cacicservice/CACICsvc.res
No preview for this file type
chkcacic/chkcacic.res
No preview for this file type
chksis/chksis.res
No preview for this file type
col_anvi/col_anvi.res
No preview for this file type
col_comp/col_comp.res
No preview for this file type
col_hard/col_hard.res
No preview for this file type
col_moni/col_moni.res
No preview for this file type
col_patr/col_patr.res
No preview for this file type
col_soft/col_soft.res
No preview for this file type
col_undi/col_undi.res
No preview for this file type
ger_cols/ger_cols.res
No preview for this file type
No preview for this file type
ini_cols/ini_cols.res
No preview for this file type
main.pas
... | ... | @@ -1310,9 +1310,12 @@ begin |
1310 | 1310 | // Procedimento para que sejam igualadas as informações de patrimônio caso seja usado o MapaCACIC |
1311 | 1311 | EqualizaInformacoesPatrimoniais; |
1312 | 1312 | |
1313 | - // Inicializo bloqueando o módulo de suporte remoto seguro na FireWall nativa. | |
1314 | - if FileExists(g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe') then | |
1315 | - g_oCacic.addApplicationToFirewall('srCACIC - Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe', false); | |
1313 | + Try | |
1314 | + // Inicializo bloqueando o módulo de suporte remoto seguro na FireWall nativa. | |
1315 | + if FileExists(g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe') then | |
1316 | + g_oCacic.addApplicationToFirewall('srCACIC - Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe', false); | |
1317 | + Except | |
1318 | + End; | |
1316 | 1319 | |
1317 | 1320 | if (ParamCount > 0) then //Caso o Cacic2 seja chamado com passagem de parâmetros... |
1318 | 1321 | Begin |
... | ... | @@ -2433,8 +2436,11 @@ begin |
2433 | 2436 | |
2434 | 2437 | g_oCacic.createSampleProcess(g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe -kill',false,SW_HIDE); |
2435 | 2438 | |
2436 | - // Bloqueio o módulo de suporte remoto seguro na FireWall nativa. | |
2437 | - g_oCacic.addApplicationToFirewall('srCACIC - Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe', false); | |
2439 | + Try | |
2440 | + // Bloqueio o módulo de suporte remoto seguro na FireWall nativa. | |
2441 | + g_oCacic.addApplicationToFirewall('srCACIC - Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe', false); | |
2442 | + Except | |
2443 | + End; | |
2438 | 2444 | |
2439 | 2445 | boolServerON := false; |
2440 | 2446 | End |
... | ... | @@ -2499,8 +2505,11 @@ begin |
2499 | 2505 | '[' + v_strNuPortaSR + ']' + |
2500 | 2506 | '[' + v_strNuTimeOutSR + ']'); |
2501 | 2507 | |
2502 | - // Libero o módulo de suporte remoto seguro na FireWall nativa. | |
2503 | - g_oCacic.addApplicationToFirewall('srCACIC - Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe', true); | |
2508 | + Try | |
2509 | + // Libero o módulo de suporte remoto seguro na FireWall nativa. | |
2510 | + g_oCacic.addApplicationToFirewall('srCACIC - Suporte Remoto Seguro do Sistema CACIC',g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe', true); | |
2511 | + Except | |
2512 | + End; | |
2504 | 2513 | |
2505 | 2514 | g_oCacic.createSampleProcess(g_oCacic.getCacicPath + 'modulos\srcacicsrv.exe -start [' + g_oCacic.enCrypt(FormularioGeral.getValorDatMemoria('Configs.EnderecoServidor', v_tstrCipherOpened)) + ']' + |
2506 | 2515 | '[' + g_oCacic.enCrypt(FormularioGeral.getValorDatMemoria('Configs.Endereco_WS' , v_tstrCipherOpened)) + ']' + | ... | ... |
mapa/mapacacic.res
No preview for this file type
No preview for this file type
No preview for this file type