Windows


Debugging the installer and create a log file in Windows:

dbvis_windows-x64_14_0_2_jre.exe -Dinstall4j.log=<path-to-log.txt>


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_14_0_2.sh

The installer will write debugging output in the terminal window