2
0

SDM-launch4j-64.xml 1006 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright 2018 Scytl Secure Electronic Voting SA
  4. All rights reserved
  5. See our extended copyright notice in *file 'Copyright.txt' which is part of this source code package
  6. -->
  7. <launch4jConfig>
  8. <dontWrapJar>false</dontWrapJar>
  9. <headerType>gui</headerType>
  10. <jar>/install/install.jar</jar>
  11. <outfile>/install/sdm-64-windows-installer.exe</outfile>
  12. <errTitle></errTitle>
  13. <cmdLine></cmdLine>
  14. <chdir>.</chdir>
  15. <priority>normal</priority>
  16. <downloadUrl>http://java.com/download</downloadUrl>
  17. <supportUrl></supportUrl>
  18. <stayAlive>false</stayAlive>
  19. <restartOnCrash>false</restartOnCrash>
  20. <manifest></manifest>
  21. <icon></icon>
  22. <jre>
  23. <path></path>
  24. <bundledJre64Bit>false</bundledJre64Bit>
  25. <bundledJreAsFallback>false</bundledJreAsFallback>
  26. <minVersion>1.8.0_45</minVersion>
  27. <maxVersion>1.8.0_99</maxVersion>
  28. <jdkPreference>preferJre</jdkPreference>
  29. <runtimeBits>64</runtimeBits>
  30. </jre>
  31. </launch4jConfig>