First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Wireshark-win64-3.6.4.exe fails to install on Windows 10 [closed]

  • retag add tags

Cant upload the screenshot, I got no karma. The Visual C++ Redistributable installer failed with error 38. Please make sure you have KB2999226 or KB3118401 installed. Unable to continue installation.

Those KB's are for pre-windows 10 OS.

vc_redist.x64.exe runs/installs without error.

Wireshark-win64-3.6.3.exe installs without error.

Wireshark-win64-3.6.4.msi installs without error.

Timo's avatar
1
Timo
asked 2022-05-04 21:20:04 +0000
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "duplicate question" by Timo 2022-05-05 15:34:31 +0000

Comments

Adding to this, I can extract the vcredist_x64 installer from the Wireshark install files when the install fails and run it manually without issue. Also note I had uninstalled all VS2015 versions of vcredist and had rebooted.

jfbradfo's avatar jfbradfo (2022-05-04 22:58:29 +0000) edit

Running into this issue myself. My results are identical to ops. Like previously stated, the KB's mentioned in the error are for pre-windows 10 OS, i.e. Windows 8 and older.

Like OP, version 3.6.3 installs fine. Version 3.6.4 and 3.6.5 both fail with the same error.

supawiz6991's avatar supawiz6991 (2022-05-05 03:37:01 +0000) edit
add a comment see more comments

2 Answers

0

The installer stops at

"C:\Program Files\Wireshark\vcredist_x64.exe" /install /quiet /norestart
vcredist_x64 returned 110

However, the Visual C++ Installer at that file location is actually vc_redist.x64.exe

Navigate to C:\Program Files\Wireshark\ and rename vc_redist.x64.exe to vcredist_x64.exe and the installation should run fine.

yoon's avatar
1
yoon
answered 2022-05-05 01:03:32 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

See this answer on why this is, and how it was resolved.

Jaap's avatar
13.7k
Jaap
answered 2022-05-05 09:34:32 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments