I want to silent install MySQL 5.7 from Inno Setup so i have use this link, but this for MySQL 5.5 not for 5.7. I have MySQInstallerConsole form command prompt to check if it work. But this is also not installing application.
Run below command :-
MySQLInstallerConsole install server;5.7.19;x64 -silent
Output :-
No changes required for MySQL Server 5.7.19
Result :- MySQL not installed
Anyone used MySQL 5.7 installation with Inno Setup?