Windows
A log file is always created when running the setup installer. It is saved in: C:\Users\<user>\AppData\Local\Temp\i4j_nlog_<nn>
macOS
To debug the DMG installer in macOS, download the .dmg file and mount it (do not run it). Open a Terminal.app and run:
bash export INSTALL4J_LOG=yes open /Volumes/dbvis/DbVisualizer\ Installer.app/Contents/MacOS/JavaApplicationStub
The installer will write debugging output in the terminal window.
Linux
To debug the setup installer in Linux open a Terminal and run:
sh -x /Users/<user>/Downloads/dbvis_linux_10_0_5.sh
The installer will write debugging output in the terminal window