MySQL Forums
Forum List  »  Install & Repo

MySQL 5.7 Inno Setup Silent Install Issue
Posted by: anchit pancholi
Date: September 18, 2017 01:33PM

I have install MySQL 5.6 using inno setup without any issue.
But then i am trying to install MySQL 5.7.19 using same script its not working. I am using below script :-
msiexec.exe', '/i mysql-installer-community-5.7.19.0.msi /qn INSTALLDIR="C:\mysql"',

This script installs MySQL Installer not MySQL Server (MySQL 5.6 was installing server with the same command).

So i thought i will use MySQLInstallerConsole using below command but its also not working.

$ MySQLInstallerConsole.exe install server;5.7.19:* -silent
=================== Start Initialization ===================
MySQL Installer is running in Commercial mode

Attempting to update manifest.
Initializing product requirements
Loading product catalog
Checking for product catalog snippets
Checking for product packages in the bundle
Categorizing product catalog
Finding all installed packages.
Your product catalog was last updated at 19-09-2017 00:52:43
=================== End Initialization ===================



Unable to find any products that match server;5.7.19:


I am not sure what is change in MySQL 5.7 installation. Does anyone have idea about it?

Options: ReplyQuote


Subject
Written By
Posted
MySQL 5.7 Inno Setup Silent Install Issue
September 18, 2017 01:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.