filebot/installer/msi/filebot-launch4j.xml

24 lines
690 B
XML
Raw Normal View History

2010-11-06 11:01:19 +00:00
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<outfile>FileBot.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<maxHeapSize>256</maxHeapSize>
<opt>-Dapplication.deployment=msi</opt>
2010-11-06 11:01:19 +00:00
</jre>
</launch4jConfig>