Archive: silent mysql installer


silent mysql installer
Hi there,

I was trying to automate insatllation of mysql such that the third party doesnt have to go though the set up procedure. I also want to hard code the password n installation path etc.....basically make it a silent installer. In case anybody has done this earlier , can u please be kind enough to share the code or nsis script? asap...


First you need to find out if there is a silent install feature for Mysql. Mssql has a tool that creates an answer file that you can then include in your sql install files and edit feilds like username and such before runing the setup.

As far as Mysql goes you need to check with Mysql.