The given solution above is good so reposting it as a "solution":
It sounds like the application's installer, which is attempting to install the Visual C++ 2015 Redistributable, is not checking for existence of newer versions of the redist already installed on the system as described here:
so do the following:
1. Uninstall the Visual C++ 2017 RC Redistributable
2. Install your app or drivers....
3. Re-install the Visual C++ 2017 RC Redistributable (Note: the latest update of this redistributable will be available here
good to go.
https://msdn.microsoft.com/en-us/library/ms235299.aspx
The Visual C++ 2017 RC Redistributable is a binary-compatible in-place upgrade of the Visual C++ 2015 Redistributable and shares the same registry keys. An application installer that follows the guidance, from the link above, will skip installation of the 2015 redistributable without error.
To get you unblocked (workaround the issue), I'd suggest the following:
1. Uninstall the Visual C++ 2017 RC Redistributable
2. Install your app
3. Re-install the Visual C++ 2017 RC Redistributable (Note: the latest update of this redistributable will be available here
Download Visual Studio Community, Professional, and Enterprise. Try Visual Studio Code or Team Foundation Server for free today.
www.visualstudio.com
)