source: osm/applications/editors/josm/nsis/launch4j.xml@ 30558

Last change on this file since 30558 was 30517, checked in by donvip, 10 years ago

[josm_win_installer] fix #josm10241 - disable quicklaunch icon by default + need Java 7 minimum

File size: 659 bytes
RevLine 
[2601]1<launch4jConfig>
[17700]2 <dontWrapJar>true</dontWrapJar>
[2601]3 <headerType>0</headerType>
[18004]4 <jar>josm-tested.jar</jar>
[2601]5 <outfile>josm.exe</outfile>
6 <errTitle></errTitle>
[5159]7 <cmdLine></cmdLine>
[2601]8 <chdir></chdir>
[5159]9 <priority>normal</priority>
[30517]10 <downloadUrl>https://java.com/download</downloadUrl>
[5159]11 <supportUrl></supportUrl>
[2601]12 <customProcName>false</customProcName>
13 <stayAlive>true</stayAlive>
14 <icon>logo.ico</icon>
15 <jre>
16 <path></path>
[30517]17 <minVersion>1.7.0</minVersion>
[2601]18 <maxVersion></maxVersion>
[5159]19 <dontUsePrivateJres>false</dontUsePrivateJres>
[30517]20 <initialHeapSize>128</initialHeapSize>
21 <maxHeapSize>1024</maxHeapSize>
[2601]22 </jre>
[22598]23</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.