Page 1 of 1

Deploy MySQL application with InstallAware

Posted: Tue Nov 29, 2005 9:43 am
by SecurityAuditor
Hi dear all,

Does anyone know of a InstallAware tutorial wherein I can deploy a MySQL database. I had downloaded InstallAware in the morning and since then have been whacking my head as to how to attach a MySQL client into the application.

The current scenario is
MySQL v5.0.15
VB.NET v7 (ie. 2002)
InstallAware 2005 Second Edition (trial)

I have created an application with VB.NET and MySQL as shown in http://www.vbmysql.com/articles/vb_mysql_tutorials

Is it possible to just deploy the MySQL client rather than the entire server package?

Also please guide me thru the entire process of deploying this application using InstallAware.

Thanks a lot.
-Vinod[/b]

Posted: Tue Nov 29, 2005 6:30 pm
by sinan
Vinod

I believe you can download merge modules for MySQL and merge them with your InstallAware project to install the MySQL client.

Then you can use the My SQL plug-in command to connect and run your SQL scripts.

Hope that helps...