Click here to Skip to main content
15,899,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Experts,

I need some help, pointers and guidance.

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 programatically? through a DLL COM Registration etc?

What are the possible solutions?

Any help will be great.

BR
SoomthCriminel
Posted

1 solution

Many applications have a silent install mode that can be run from the command line.

MySQL is not an exception:

http://forums.mysql.com/read.php?11,26486,26486#msg-26486[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900