Skip to content

Microsoft.VCRedist.2015+.x86/x64 winget package cannot be found #15

@ES-PSH

Description

@ES-PSH

When trying to import Microsoft.VCRedist.2015+.x86 or Microsoft.VCRedist.2015+.x64 we get the message "No Application Found".

After some troubleshooting it looks like the -Match in line 422 is not working correctly with these Apps.

I replaced the line with to get it working:
if (!($AppResult.ToLower() -match [regex]::Escape($AppID.ToLower()))) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions