VcRedist.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "ReplaceText": {
        "ProductCode": "#ProductCode",
        "Installer": "#Installer"
    },
    "Filters": {
        "Redist": "(Microsoft Visual C.*)(\bRedistributable|\bRuntime).*",
        "All": "Additional|Minimum"
    },
    "UninstallKeys": {
        "32": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall",
        "64": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall"
    },
    "Urls": {
        "Privacy": "https://go.microsoft.com/fwlink/?LinkId=521839",
        "Docs": "https://visualstudio.microsoft.com/vs/support/",
        "IntuneWinAppUtil": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe"
    }
}