When deploying applications (for Windows) that use the Connector, do I have to install the Connector on the target workstation first, and then install my app, or can I just copy the referenced DLL files? Or is there a way (through VS 2012) that I can package all dependencies (including the files needed by the Connector) into an "install" package.
Additional info:
The program that is using the Connector is an actual desktop applications (not a Windows Marketplace/Store "app"). The program will be run on a variety of Windows operating systems, such as Vista, 7 and 8. This program will be accessing a database stored on a remote MySQL server.
I'm using Connector version 6.7.4 for .NET.
Additional info:
The program that is using the Connector is an actual desktop applications (not a Windows Marketplace/Store "app"). The program will be run on a variety of Windows operating systems, such as Vista, 7 and 8. This program will be accessing a database stored on a remote MySQL server.
I'm using Connector version 6.7.4 for .NET.