123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <launch4jConfig>
- <dontWrapJar>false</dontWrapJar>
- <headerType>console</headerType>
- <jar>C:\DEV\SOLUTION\IIS\AipGateway.API\target\AipGateway.API-0.0.1.jar</jar>
- <outfile>C:\DEV\SOLUTION\IIS\AipGateway.API\app-install\AipGateway.API-32.exe</outfile>
- <errTitle></errTitle>
- <cmdLine></cmdLine>
- <chdir>.</chdir>
- <priority>normal</priority>
- <downloadUrl></downloadUrl>
- <supportUrl></supportUrl>
- <stayAlive>false</stayAlive>
- <restartOnCrash>false</restartOnCrash>
- <manifest></manifest>
- <icon>C:\DEV\SOLUTION\IIS\AipGateway.API\app-install\application.ico</icon>
- <jre>
- <path>.\jre;%JAVA_HOME%;%PATH%</path>
- <requiresJdk>false</requiresJdk>
- <requires64Bit>true</requires64Bit>
- <minVersion></minVersion>
- <maxVersion></maxVersion>
- </jre>
- </launch4jConfig>
|