Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ES-PSH opened this issue Jul 29, 2023 · 1 comment
Open

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

ES-PSH opened this issue Jul 29, 2023 · 1 comment

Comments

@ES-PSH
Copy link

ES-PSH commented Jul 29, 2023

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()))) {

@Romanitho
Copy link
Owner

Hello.

Thanks for your help. Feel free to create a PR to get credited 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants