'Inno Setup Script For MySQL 5.7 silent install

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source