Installing Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.42.34438

Anonymous
2025-02-25T22:42:55+00:00

Hello,

I am using WiX v3 to install Microsoft Visual C++ 2015-2022 Redistributable (x64) if it is missing before my app. But I can't find the following data for the latest version 14.42.34438:

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Ivan B 120.6K Reputation points Independent Advisor
2025-02-26T13:26:39+00:00

Hi ,

I'm sorry, I misunderstood that I extracted the keys that I needed from the file to put in the WIX bootstrap.

DownloadUrl https://aka.ms/vs/17/release/vc_redist.x64.exe

PublicKey: MIIBCgKCAQEAtCg32mOdDA6rBBnZSMwxwXegqiDEUFlvQH9Sxww07hY3w7L52tJxLg0mCZjcszQddI6W4NJYb5E9QM319kyyE0l8EvA/pgcxgljDP8E6XIlgVf6W40ms286Cr0azaA1f7vaJjjNhGsMqOSSSXTZDNnfKs5ENG0bkXeB2q5hrp0qLsm/TWO3oFjeROZVHN2tgETswHR3WKTm6QjnXgGNj+V6rSZJO/WkTq

c8NesAo3Up/KjMwgc0e67x9llZLxRyyMWUBE9coT2+pUZqYAUDZ84nR1djnMY3PMDYiA84Gw5JpceeED38O0cEIvKdX8uG8oQa047+evMfDRr94MG9EWwIDAQAB

Thumbprint 8F985BE8FD256085C90A95D3C74580511A1DB97

Hash.: 8F9FB1B3CFE6E5092CF1225ECD6659DAB7CE50B8BF935CB79BFEDE1F3C895240

Hope this helps.

If you find the answer helpful, you can choose to accept the answer or not.

Independent Advisor - Community

Thanks

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2025-02-26T08:29:07+00:00

    Hi,

    I think this is not an answer to my question. I am creating application installer using WiX which should install Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.42.34438 automatically on an user machine if it doesn't exists. In order to do so I need to feed some data into the installer and I can't find relevant data about:

    • DownloadUrl in a form of a forward link
    • CertificatePublicKey
    • CertificateThumbprint
    • Hash

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Ivan B 120.6K Reputation points Independent Advisor
    2025-02-26T03:03:25+00:00

    Hi ,

    Try uninstalling using Fix It

    Well, you can do the following to uninstall all visual C++ from your computer using Microsoft FIx it application to completely uninstall visual C++ after uninstallation.

    https://click.pstmrk.it/3s/download.microsoft.c...

    Open the on command(admin) prompt and run the commands: sfc /scannow and dism /online /cleanup-image /restorehealth , wait for the process to finish and restart the PC.

    http://go.microsoft.com/fwlink/?LinkId=615460

    Hope this helps.

    If you find the answer helpful, please mark it as an answer.

    Independent Advisor - Community

    Thank

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-02-26T14:30:33+00:00

    Thanks

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments