2020-06-06 19:26:15 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<launch4jConfig>
|
|
|
|
<dontWrapJar>true</dontWrapJar>
|
|
|
|
<headerType>gui</headerType>
|
2020-06-06 21:49:38 -07:00
|
|
|
<jar>rusefi_autoupdate.jar</jar>
|
2020-06-06 19:26:15 -07:00
|
|
|
<outfile>c:\stuff\rusefi\misc\console_launcher\rusefi_autoupdate.exe</outfile>
|
|
|
|
<errTitle></errTitle>
|
|
|
|
<cmdLine></cmdLine>
|
|
|
|
<chdir>.</chdir>
|
|
|
|
<priority>normal</priority>
|
2024-05-29 16:50:09 -07:00
|
|
|
<downloadUrl>https://rusefi.com/s/jre-redirect</downloadUrl>
|
2020-06-06 19:26:15 -07:00
|
|
|
<supportUrl></supportUrl>
|
|
|
|
<stayAlive>false</stayAlive>
|
|
|
|
<restartOnCrash>false</restartOnCrash>
|
|
|
|
<manifest></manifest>
|
|
|
|
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
|
|
|
<jre>
|
2023-07-02 18:01:12 -07:00
|
|
|
<path>%JAVA_HOME%;%PATH%</path>
|
|
|
|
<requiresJdk>false</requiresJdk>
|
|
|
|
<requires64Bit>false</requires64Bit>
|
|
|
|
<minVersion>11.0</minVersion>
|
2020-06-06 19:26:15 -07:00
|
|
|
<maxVersion></maxVersion>
|
|
|
|
</jre>
|
2023-07-04 22:01:54 -07:00
|
|
|
<messages>
|
|
|
|
<startupErr>An error occurred while starting the application.</startupErr>
|
2023-07-08 08:25:06 -07:00
|
|
|
<jreNotFoundErr>Please visit https://rusefi.com/s/j/ for Java (JRE) </jreNotFoundErr>
|
|
|
|
<jreVersionErr>Please visit https://rusefi.com/s/j/ for Java (JRE) </jreVersionErr>
|
2023-07-04 22:01:54 -07:00
|
|
|
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
|
|
|
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
|
|
|
</messages>
|
2024-05-29 16:50:09 -07:00
|
|
|
</launch4jConfig>
|