Bug #92600 I tried to install MySQL Community, but it always install MySQL Commercial
Submitted: 28 Sep 2018 14:34 Modified: 3 Oct 2018 14:55
Reporter: Fabio Nobre Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL for Windows: Installer Severity:S3 (Non-critical)
Version:8.0.12.0 OS:Windows
Assigned to: CPU Architecture:Any
Tags: MySQL Community

[28 Sep 2018 14:34] Fabio Nobre
Description:
When I write the follow code in cmd: "C:\mysql-installer-community-8.0.12.0.msi /passive", the MySQL version were installed is the commercial, not the Community. What am I doing wrong?

https://stackoverflow.com/questions/52524327/i-tried-to-install-mysql-community-but-it-alw...

How to repeat:
cmd: "C:\mysql-installer-community-8.0.12.0.msi /passive"
[2 Oct 2018 14:00] MySQL Verification Team
Thank you for the bug report. Please print here the link when you got the installer package. Thanks.
[2 Oct 2018 14:29] Fabio Nobre
Link:
https://dev.mysql.com/downloads/windows/installer/8.0.html

And 
https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-community-8.0.12.0.msi
[2 Oct 2018 21:54] Javier TreviƱo
Hi Fabio,
I tried to reproduce the error you said downloading a community 8.0.12 bundle from the downloads page, if I just execute "mysql-installer-community-8.0.12.0.msi /passive" I do get the community version as expected.

I can't reproduce the error you report with the steps you are giving, so there must me some more information you need to provide.

Have you tried to reproduce this in a different computer or a Virtual Machine and you can consistently reproduce?
[3 Oct 2018 7:41] MySQL Verification Team
I could not repeat too like Javier wrote.
[3 Oct 2018 14:47] Fabio Nobre
Hello guys, I solved the problem!

The issue happens when i execute the MySQL Installer. I have to add "Community" in the end of the statement.
I was executing: "C:\Program Files (x86)\MySQL\MySQL Installer for Windows\MySQLInstaller.exe"
But, the correct statement is: "C:\Program Files (x86)\MySQL\MySQL Installer for Windows\MySQLInstaller.exe Community"

Thank you so much for the support!
[3 Oct 2018 14:55] MySQL Verification Team
Thank you for the feedback.