Install Serviio 1.5 on Windows without bundled Java
Serviio 1.5 release notes say that Java is now bundled with the installer for Windows. And indeed, after the installation I noticed that a JRE was installed in .../Program Files/Serviio/jre.
As I already have Java installed, I do not want a second JRE copy, which is also outdated (1.8.0.20 versus the latest 1.8.0.25) and won't be updated. How do I install/use Serviio without the bundled Java?
I tried removing the jre/ directory in hope that Serviio would use system Java, but the service doesn't start without it. Looking at serviio.bat source, I see that paths are hardcoded... I can edit them, but this doesn't seem right.