You can download the latest builds for version 18 directly from Microsoft:
Missing Visual C++ Redistributable. Fix: Download and install the latest Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 (x64 version) from Microsoft. Then retry the OLE DB driver installation.
Provider=MSOLEDBSQL19;Server=myServerName\instanceName;Database=myDatabase;Uid=myUsername;Pwd=myPassword;
Always download from Microsoft’s official channels. Two redistributable packages are available:
Provider=MSOLEDBSQL18;Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;