Ask Your Question

Revision history [back]

The cmake build process for Wireshark uses the Qt application windeployqt to copy the required Qt DLL's into the run\RelWithDebInfo directory, and the nsis packaging step copies those into the installer.

If you can execute Wireshark from the run\RelWithDebInfo directory then the relevant Qt DLL's have been copied.

If, after running the installer, an installed version of Wireshark fails, then it's likely that the installer did not pick up all the required DLL's.

What Qt*.dll files do you have in the run\RelWithDebInfo directory and what do you have in the installed Wireshark directory?