ipscan/ext/launch4j/ipscan.xml
angryziber 9467593974 * Launch4j upgraded to 3.0
* building of exe for windows will now work on windows, too :-)
* exe will now contain version information


git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@299 375186e5-ef17-0410-b0b6-91563547dcda
2008-03-21 20:46:36 +00:00

34 lines
1.1 KiB
XML

<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>ipscan.jar</jar>
<outfile>ipscan.exe</outfile>
<errTitle>Angry IP Scanner</errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<customProcName>true</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>../resources/images/icon.ico</icon>
<jre>
<path></path>
<minVersion>1.5.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>
<versionInfo>
<fileVersion>3.0.0.0</fileVersion>
<txtFileVersion>VERSION</txtFileVersion>
<fileDescription>fast and friendly network scanner</fileDescription>
<copyright>Anton Keks</copyright>
<productVersion>3.0.0.0</productVersion>
<txtProductVersion>VERSION</txtProductVersion>
<productName>Angry IP Scanner</productName>
<companyName></companyName>
<internalName>ipscan</internalName>
<originalFilename>ipscan.exe</originalFilename>
</versionInfo>
</launch4jConfig>