Wireshark 3.4.3 64bits installation fails on Windows 10 and indicates following error:
The Visual C++ Redistributable installer failed with error 1625. Please make sure you have KB2999226 or KB3118401 installed. Unable to continue installation.
Meanwhile I can use the PortableApp version, but how can I install Wireshark successfully ?
After two days, I could find the solution. I was helped by two observations:
microsoft.visualstudio.minshell.msi.resources.After a quick search, I could find an online reference which suggest to disable Software Restriction Policy in the Local Security Policy. Here's what I did:
Local Security Policy" in the Windows menu, and click on the search resultSoftware Restriction Policies" in left menu. If it displays "No Software Restrictions Defined" in the right panel, just right-click the "Software Restriction Policies" on left menu and select "New Software Restriction Policies"Enforcement"All users except Local Administrators" and click OKAfter that, I could install both Wireshark and Visual Studio 2019 Community which both depend on Visual C++ Redistributable.
After successfull install, I rolled back my modifications in Local Security Strategy.