-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiometria.xml
59 lines (59 loc) · 2.36 KB
/
biometria.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>\dist\Leitor.jar</jar>
<outfile>Biometria.exe</outfile>
<errTitle>Erro</errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl>www.rtools.com.br</supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>favicon.ico</icon>
<singleInstance>
<mutexName>Biometria Single Instance Mutex : {c96f7db4-d743-4718-bef0-8533a198bcca}</mutexName>
<windowTitle>Biometria</windowTitle>
</singleInstance>
<classPath>
<mainClass>br.com.leitor.main.Index</mainClass>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.7.0</minVersion>
<maxVersion>1.8.0</maxVersion>
<jdkPreference>preferJdk</jdkPreference>
<runtimeBits>32</runtimeBits>
<opt>-Djava.library.path="%systemroot%\\System32\\"</opt>
</jre>
<splash>
<file>slash.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
<versionInfo>
<fileVersion>1.0.0.0</fileVersion>
<txtFileVersion>1.0</txtFileVersion>
<fileDescription>Biometria</fileDescription>
<copyright>Rtools Comércio de Sistemas Ltda</copyright>
<productVersion>1.0.0.0</productVersion>
<txtProductVersion>1.0</txtProductVersion>
<productName>Leitor Biométrico</productName>
<companyName>Rtools Comércio de Sistemas Ltda</companyName>
<internalName>NitGen / Top Data</internalName>
<originalFilename>Biometria.exe</originalFilename>
</versionInfo>
<messages>
<startupErr>Erro ao iniciar a aplicação</startupErr>
<bundledJreErr>Este aplicativo foi configurado para usar um Java Runtime Environment, mas o runtime está ausente ou corrompido.</bundledJreErr>
<jreVersionErr>Este aplicativo requer um Java Runtime Environment.</jreVersionErr>
<launcherErr>O registro se refere a uma instalação Java Runtime Environment não existente ou o tempo de execução está corrompido</launcherErr>
<instanceAlreadyExistsMsg>Uma instância do aplicativo já está em execução.</instanceAlreadyExistsMsg>
</messages>
</launch4jConfig>