Commit bc003ace0bcf0113c5471b2ce7c795a8c8af430c
1 parent
bdf8fd80
Exists in
master
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windo…
…ws@1056 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
1 changed file
with
0 additions
and
17 deletions
Show diff stats
installcacic/installcacic.~dpr
... | ... | @@ -1,17 +0,0 @@ |
1 | -program installcacic; | |
2 | - | |
3 | -uses Forms, | |
4 | - uInstallCACIC in 'uInstallCACIC.pas' {frmInstallCACIC}, | |
5 | - CACIC_Comm in '..\CACIC_Comm.pas', | |
6 | - CACIC_Library in '..\CACIC_Library.pas', | |
7 | - CACIC_VerifyAndGetModules in '..\CACIC_VerifyAndGetModules.pas', | |
8 | - CACIC_WMI in '..\CACIC_WMI.pas'; | |
9 | - | |
10 | -{$R *.res} | |
11 | - | |
12 | -begin | |
13 | - Application.Initialize; | |
14 | - Application.Title := 'installcacic'; | |
15 | - Application.CreateForm(TfrmInstallCACIC, frmInstallCACIC); | |
16 | - Application.Run; | |
17 | -end. |