We have a C# 4.0 (VS2010) application that requires installation of a MYSQL (driver) Connector)... We don't want the user to manually install it.. Is there a way to do this programmatically? through a DLL COM Registration etc?
What are the possible solutions?