{
    "version": "10.0.40219.325",
    "description": "Microsoft Visual C++ Redistributable for Visual Studio 2010",
    "homepage": "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx"
    },
    "notes": "You can now remove this installer with 'scoop uninstall vcredist2010'",
    "url": [
        "https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe",
        "https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe"
    ],
    "hash": [
        "f3b7a76d84d23f91957aa18456a14b4e90609e4ce8194c5653384ed38dada6f3",
        "99dce3c841cc6028560830f7866c9ce2928c98cf3256892ef8e6cf755147b0d8"
    ],
    "post_install": [
        "# For error codes, see https://docs.microsoft.com/en-us/windows/win32/msi/error-codes",
        "$ec = @{",
        "    1638 = 'This product is already installed';",
        "    3010 = 'A restart is required to complete the installation';",
        "}",
        "Start-Process \"$dir\\vcredist_x64.exe\" -ArgumentList '/fo', '/q', '/norestart' -Wait",
        "Start-Process \"$dir\\vcredist_x86.exe\" -ArgumentList '/fo', '/q', '/norestart' -Wait"
    ]
}
