1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright 2018 Scytl Secure Electronic Voting SA
- All rights reserved
- See our extended copyright notice in *file 'Copyright.txt' which is part of this source code package
- -->
- <launch4jConfig>
- <dontWrapJar>false</dontWrapJar>
- <headerType>gui</headerType>
- <jar>/install/install.jar</jar>
- <outfile>/install/sdm-32-windows-installer.exe</outfile>
- <errTitle></errTitle>
- <cmdLine></cmdLine>
- <chdir>.</chdir>
- <priority>normal</priority>
- <downloadUrl>http://java.com/download</downloadUrl>
- <supportUrl></supportUrl>
- <stayAlive>false</stayAlive>
- <restartOnCrash>false</restartOnCrash>
- <manifest></manifest>
- <icon></icon>
- <jre>
- <path></path>
- <bundledJre64Bit>false</bundledJre64Bit>
- <bundledJreAsFallback>false</bundledJreAsFallback>
- <minVersion>1.8.0_45</minVersion>
- <maxVersion>1.8.0_99</maxVersion>
- <jdkPreference>preferJre</jdkPreference>
- <runtimeBits>32</runtimeBits>
- </jre>
- </launch4jConfig>
|