

Good luck! Let me know how it goes and just ask again if I can help you more. A quick internet search indicates that should be possible. With that said, unless you have some previous knowledge in that area, in this situation I’d say that you might be better off trying to add a portable version of Java to your USB key. That file is hard to manipulate after it’s been created as far as I know, so then it would be better to download the source code, change the line to the above, and then build your own installer. If you use the Windows installer, it bundles Java inside of the Quelea.exe file and adds the above line (apart from the -userhome part that is). In that file you would add the following content (with the path of your choice of course): java -Dfile.encoding=UTF-8 -Dprism.dirtyopts=false -jar Quelea.jar -userhome=D:/Quelea/Database If you know you have Java installed, you could just add a file called quelea.bat to the installation folder which you will then use to launch Quelea. Unfortunately I’d say that the Windows version is the trickiest to manipulate this way. I was intentionally vague since the instructions would look a bit different depending on which OS you were using.

Exactly, that’s what the option will change.
