-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Detect outdated VC Redist with MSI Installer #11469
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #11469 +/- ##
===========================================
+ Coverage 63.84% 63.85% +0.01%
===========================================
Files 362 362
Lines 38115 38115
===========================================
+ Hits 24334 24336 +2
+ Misses 13781 13779 -2 ☔ View full report in Codecov by Sentry. |
Can you make it a clickable link? |
No, unfortunately not |
At this point we should probably localise the installer, though. I bet many non-English users will have (even more) trouble with this message. |
Localizing MSI is nearly impossible, you have to provide a different MSI for each language you want to provide. It's just not worth it. https://wixtoolset.org/docs/v3/wixui/wixui_localization/#creating-multiple-setups-with-different-setup-ui-languages |
That's ridiculous. |
This change will prevent installation of KeePassXC until the VC Redist is updated. Unfortunately, we cannot launch the web browser since you are only allowed to define one launch command and we use that to start KeePassXC post-install.
Testing strategy
Tested by reducing the version number in the registry.
Type of change