diff --git a/installer/msi/filebot-cmd-launch4j.xml b/installer/msi/filebot-cmd-launch4j.xml index bf24702b..d7be8368 100644 --- a/installer/msi/filebot-cmd-launch4j.xml +++ b/installer/msi/filebot-cmd-launch4j.xml @@ -2,7 +2,7 @@ true console - FileBot.jar + filebot.exe @@ -14,13 +14,17 @@ false ..\icons\shortcut.ico + + net.filebot.Main + %EXEDIR%\lib\*.jar + - - false + jre + true false - 1.8.0 + - preferJre - 64/32 + jreOnly + 64 \ No newline at end of file diff --git a/installer/msi/filebot-launch4j.xml b/installer/msi/filebot-launch4j.xml index ef5841dd..508fa776 100644 --- a/installer/msi/filebot-launch4j.xml +++ b/installer/msi/filebot-launch4j.xml @@ -2,7 +2,7 @@ true gui - FileBot.jar + filebot.launcher.exe @@ -14,13 +14,17 @@ false ..\icons\shortcut.ico + + net.filebot.Main + %EXEDIR%\lib\*.jar + - - false + jre + true false - 1.8.0 + - preferJre - 64/32 + jreOnly + 64 \ No newline at end of file diff --git a/installer/msi/filebot-platform-launch4j.xml b/installer/msi/filebot-platform-launch4j.xml index 02f5ca1d..82e0d226 100644 --- a/installer/msi/filebot-platform-launch4j.xml +++ b/installer/msi/filebot-platform-launch4j.xml @@ -2,7 +2,7 @@ true gui - FileBot.jar + filebot.platform.launcher.exe @@ -14,13 +14,17 @@ false ..\icons\shortcut.ico + + net.filebot.Main + %EXEDIR%\lib\*.jar + - - false + jre + true false - 1.8.0 + - preferJre - 64/32 + jreOnly + 64 \ No newline at end of file diff --git a/installer/msi/filebot.exe b/installer/msi/filebot.exe index 0c34aa03..9d15531e 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 14003ccb..d0c086df 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 bc15fba9..03d61379 100644 Binary files a/installer/msi/filebot.platform.launcher.exe and b/installer/msi/filebot.platform.launcher.exe differ