diff --git a/installer/msi/filebot-cmd-launch4j.xml b/installer/msi/filebot-cmd-launch4j.xml index a8b1ac4d..9b07590d 100644 --- a/installer/msi/filebot-cmd-launch4j.xml +++ b/installer/msi/filebot-cmd-launch4j.xml @@ -1,3 +1,4 @@ + true console @@ -7,17 +8,18 @@ normal - http://java.com/download - - false + http://www.oracle.com/technetwork/java/javase/overview/index.html + http://www.filebot.net/forums/ false ..\icons\shortcut.ico - 1.7.0 + false + 1.8.0 preferJre + 64/32 Failed to run the given command. diff --git a/installer/msi/filebot-launch4j.xml b/installer/msi/filebot-launch4j.xml index ff34d0a1..e0f4817b 100644 --- a/installer/msi/filebot-launch4j.xml +++ b/installer/msi/filebot-launch4j.xml @@ -1,3 +1,4 @@ + true gui @@ -7,16 +8,17 @@ normal - http://java.com/download - - false + http://www.oracle.com/technetwork/java/javase/overview/index.html + http://www.filebot.net/forums/ false ..\icons\shortcut.ico - 1.7.0 + false + 1.8.0 preferJre + 64/32 \ No newline at end of file diff --git a/installer/msi/filebot-platform-launch4j.xml b/installer/msi/filebot-platform-launch4j.xml index ac4c801b..7624c469 100644 --- a/installer/msi/filebot-platform-launch4j.xml +++ b/installer/msi/filebot-platform-launch4j.xml @@ -1,3 +1,4 @@ + true gui @@ -7,20 +8,21 @@ normal - http://java.com/download - - false + http://www.oracle.com/technetwork/java/javase/overview/index.html + http://www.filebot.net/forums/ false ..\icons\shortcut.ico - net.filebot + net.filebot.FileBot - 1.7.0 + false + 1.8.0 preferJre + 64/32 \ No newline at end of file diff --git a/installer/msi/filebot.exe b/installer/msi/filebot.exe index d4feecaf..b8e1f9b6 100644 Binary files a/installer/msi/filebot.exe and b/installer/msi/filebot.exe differ diff --git a/installer/msi/filebot.launcher.exe b/installer/msi/filebot.launcher.exe index c0d0f97a..27b40fb5 100644 Binary files a/installer/msi/filebot.launcher.exe and b/installer/msi/filebot.launcher.exe differ diff --git a/installer/msi/filebot.platform.launcher.exe b/installer/msi/filebot.platform.launcher.exe index fb4b6db6..9da94d7b 100644 Binary files a/installer/msi/filebot.platform.launcher.exe and b/installer/msi/filebot.platform.launcher.exe differ diff --git a/installer/portable/FileBot-launch4j.xml b/installer/portable/FileBot-launch4j.xml index 55849d72..d9f54b5d 100644 --- a/installer/portable/FileBot-launch4j.xml +++ b/installer/portable/FileBot-launch4j.xml @@ -1,3 +1,4 @@ + true gui @@ -7,16 +8,17 @@ normal - http://java.com/download - - false + http://www.oracle.com/technetwork/java/javase/overview/index.html + http://www.filebot.net/forums/ false ..\icons\shortcut.ico - 1.7.0 + false + 1.8.0 preferJre + 64/32 \ No newline at end of file diff --git a/installer/portable/FileBot.exe b/installer/portable/FileBot.exe index 9dee7af3..a2718a8c 100644 Binary files a/installer/portable/FileBot.exe and b/installer/portable/FileBot.exe differ diff --git a/installer/portable/filebot.cmd b/installer/portable/filebot.cmd index 199b5690..c028b06d 100644 --- a/installer/portable/filebot.cmd +++ b/installer/portable/filebot.cmd @@ -1,2 +1,2 @@ @ECHO OFF -java -XX:+TieredCompilation -Dunixfs=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Djna.nosys=true -Dapplication.deployment=portable -Dapplication.analytics=true "-Dapplication.dir=%~dp0." "-Duser.home=%~dp0." "-Djava.io.tmpdir=%~dp0temp" "-Djna.library.path=%~dp0" "-Djava.library.path=%~dp0" -Dnet.filebot.AcoustID.fpcalc="%~dp0fpcalc.exe" -Djava.util.prefs.PreferencesFactory=net.filebot.util.prefs.FilePreferencesFactory "-Dnet.filebot.util.prefs.file=%~dp0prefs.properties" -jar "%~dp0FileBot.jar" %* \ No newline at end of file +java -Dunixfs=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Djna.nosys=true -Dapplication.deployment=portable -Dapplication.analytics=true "-Dapplication.dir=%~dp0." "-Duser.home=%~dp0." "-Djava.io.tmpdir=%~dp0temp" "-Djna.library.path=%~dp0" "-Djava.library.path=%~dp0" -Dnet.filebot.AcoustID.fpcalc="%~dp0fpcalc.exe" -Djava.util.prefs.PreferencesFactory=net.filebot.util.prefs.FilePreferencesFactory "-Dnet.filebot.util.prefs.file=%~dp0prefs.properties" -jar "%~dp0FileBot.jar" %* \ No newline at end of file