diff --git a/installer/msi/filebot.l4j.ini b/installer/msi/filebot.l4j.ini index 11ebcf2c..9f64f725 100644 --- a/installer/msi/filebot.l4j.ini +++ b/installer/msi/filebot.l4j.ini @@ -1,20 +1,16 @@ -# FileBot launch4j runtime config +# default java options +@{java.application.options} + +# deployment options -Dapplication.dir="%APPDATA%\FileBot" -Dapplication.deployment=msi # put all temporary files here -Djava.io.tmpdir="%APPDATA%\FileBot\tmp" -# network settings --Djava.net.useSystemProxies=true - # use Java API move/copy operations -DuseNativeShell=false -# use NTFS extended attributes for storing metadata --DuseExtendedFileAttributes=true --DuseCreationDate=false - # look for executables in the application folder -Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe" @@ -23,10 +19,6 @@ -Djna.boot.library.path="%EXEDIR%\lib" -Djava.library.path="%EXEDIR%\lib" -# make sure to use the bundled JNA library --Djna.nosys=true --Djna.nounpack=true - # support JAVA_OPTS environment variable %JAVA_OPTS% diff --git a/installer/msi/filebot.launcher.l4j.ini b/installer/msi/filebot.launcher.l4j.ini index 65826c56..578f3f33 100644 --- a/installer/msi/filebot.launcher.l4j.ini +++ b/installer/msi/filebot.launcher.l4j.ini @@ -1,4 +1,7 @@ -# FileBot launch4j runtime config +# default java options +@{java.application.options} + +# deployment options -Dapplication.dir="%APPDATA%\FileBot" -Dapplication.deployment=msi @@ -11,10 +14,6 @@ # use Windows Shell for move/copy operations -DuseNativeShell=true -# use NTFS extended attributes for storing metadata --DuseExtendedFileAttributes=true --DuseCreationDate=false - # look for executables in the application folder -Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe" @@ -23,10 +22,6 @@ -Djna.boot.library.path="%EXEDIR%\lib" -Djava.library.path="%EXEDIR%\lib" -# make sure to use the bundled JNA library --Djna.nosys=true --Djna.nounpack=true - # support JAVA_OPTS environment variable %JAVA_OPTS% diff --git a/installer/msi/filebot.platform.launcher.l4j.ini b/installer/msi/filebot.platform.launcher.l4j.ini index 4e84d78a..0e8d544b 100644 --- a/installer/msi/filebot.platform.launcher.l4j.ini +++ b/installer/msi/filebot.platform.launcher.l4j.ini @@ -1,4 +1,7 @@ -# FileBot launch4j runtime config +# default java options +@{java.application.options} + +# deployment options -Dapplication.dir="%APPDATA%\FileBot" -Dapplication.deployment=msi -Dapplication.help=skip @@ -9,15 +12,11 @@ # FileBot system properties -DthreadPool=32 -# network settings --Djava.net.useSystemProxies=true - # do not use native shell for move/copy operations -DuseNativeShell=false # do not use NTFS extended attributes for storing metadata -DuseExtendedFileAttributes=false --DuseCreationDate=false # look for executables in the application folder -Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe" @@ -27,10 +26,6 @@ -Djna.boot.library.path="%EXEDIR%\lib" -Djava.library.path="%EXEDIR%\lib" -# make sure to use the bundled JNA library --Djna.nosys=true --Djna.nounpack=true - # use Java implementation for extracting archives -Dnet.filebot.Archive.extractor="ApacheVFS"