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

Created dynamical detection system for vcredist. #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

coddweaver
Copy link

Hi.
This solution is independent of new versions. Version numbering of vcredist is usual: major.minor.build. So analysing of it is more reliable than name.

If you think that parsing name of registy key for version number is a bad idea, it is also can be taken from value Version of key. I just found it excess because this keys are created programmaticaly and values always matches. But this way we don't access the registry once again.

The working time of this ~1ms (~13k tics).

This solution is independent of new versions.
Edited part of regular expression and changed Convert to TryParse for accuracy of parsing.
@zgabi
Copy link

zgabi commented Jan 17, 2021

@CodeWheeR The previous maintainer of this package left the company, see #143.
I've created a copy from this repository and added this functianlity.
https://github.com/zgabi/Yolo.Net

Also created a nuget package: https://www.nuget.org/packages/Yolo.Net/3.0.6-alpha.1

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

Successfully merging this pull request may close these issues.

None yet

2 participants