21 lines
488 B
XML
21 lines
488 B
XML
<launch4jConfig>
|
|
<headerType>0</headerType>
|
|
<jar>../install.jar</jar>
|
|
<outfile>../itoopieinstall.exe</outfile>
|
|
<errTitle>Itoopie Installer</errTitle>
|
|
<chdir>.</chdir>
|
|
<customProcName>false</customProcName>
|
|
<!--<icon>SimpleApp.ico</icon>-->
|
|
<jre>
|
|
<minVersion>1.5.0</minVersion>
|
|
</jre>
|
|
<!--
|
|
<splash>
|
|
<file>splash.bmp</file>
|
|
<waitForWindow>true</waitForWindow>
|
|
<timeout>60</timeout>
|
|
<timeoutErr>true</timeoutErr>
|
|
</splash>
|
|
-->
|
|
</launch4jConfig>
|