Commit e1ef6b0479576dec59687ed8b9b73811c7646655
1 parent
47e76e77
Exists in
master
-Baixar o módulo do mapacacic durante verificação, se necessário.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
gercols/gercols.dpr
... | ... | @@ -195,6 +195,13 @@ Begin |
195 | 195 | objCacic, |
196 | 196 | strChkSisInfFileName); |
197 | 197 | |
198 | + objCacic.writeDebugLog('checkModules: Verificando mapacacic.exe'); | |
199 | + verifyAndGetModules('mapacacic.exe', | |
200 | + objCacic.deCrypt( objCacic.getValueFromFile('Hash-Codes','MAPACACIC.EXE',strChkSisInfFileName),false,true), | |
201 | + objCacic.getLocalFolderName + 'Modules', | |
202 | + objCacic.getLocalFolderName, | |
203 | + objCacic, | |
204 | + strChkSisInfFileName); | |
198 | 205 | |
199 | 206 | // O módulo de Suporte Remoto é opcional... |
200 | 207 | if (objCacic.getValueFromTags('srcacic',objCacic.getValueFromFile('Configs','CollectsDefinitions',strGerColsInfFileName)) = 'OK') then | ... | ... |