For our Electron.js app, there’s a custom check_vcredist.nsh that runs on a Windows install to check for a Visual C++ installation and opens a dialog to run it. The problem is it runs on each update too and it runs even if the user already has that particular Visual C++ installed.
This needs to be fixed.