I am trying to install the MySQL server and Connector/C++ through Installshield (Installscript) by executing MySQLInstallerConsole.exe with following argument,
"community install server;5.6.21;x64:*:port=3306;openfirewall=true;passwd=root, c++;1.1.4;x64 -silent"
It just runs through the install process without any problem however, nothing is installed and the log file gives following error for each install package:
mysql-installer Information: 10 : MySQL Server 5.6.21's change state request failed. mysql-installer Information: 10 : Connector/C++ 1.1.4's change state request failed.
When I use the above argument through command prompt manually, it works fine, MySQL Installation success
Anyone know, how to solve this issue.