Install/Uninstall SQLNativeClient DB driver

Install/Uninstall SQL DB driver.
SQLNCLI.msi that is needed when you do connection to SQL database inside VBA.
One of my important functions to automate installation of SQLNCLi in the background using SQLNCLI.MSI that is expected to be ready to be used (both x86 or 64 bit versions).
This way the user don't get notified or prompted to install.
Used widely in my Excel/VBA tools that needs to have connection to online SQL DB ready.
Installer will also log the outcome into txt file next to msi file.
Needs oShellRun1, FixPath and GetPapa

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

Optional MSIPath = "C:\folder\sqlncli.msi"

Views 291

Downloads 97

CodeID
DB ID