past_forward79
Posts: 2
Joined: Fri Nov 24, 2023 4:36 am

Silent install instructions and parameters for MySQL 8.0.32

Fri Nov 24, 2023 4:44 am

Hi, I need some help figuring out how to do a silent install of MySQL 8.0.32. I currently got this command:

Code: Select all

msiexec /a mysql-installer-community-8.0.32.0.msi TRANSFORMS=mysql_transform.mst TARGETDIR=D:\mysql-installer-community-8.0.32.0 /qb
which gives me a "This Installer doesn't support Advertise or Admin installation option". What other stuff do I need to do to make it work? I specifically need 8.0.32 to work as well

Catalin
Posts: 6506
Joined: Wed Jun 13, 2018 7:49 am

Re: Silent install instructions and parameters for MySQL 8.0.32

Mon Nov 27, 2023 10:54 am

Hello and welcome to our forums,

In order for me to better assist here, could you please provide a download link for the MySQL MSI so I can run some tests on my end?

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube


Catalin
Posts: 6506
Joined: Wed Jun 13, 2018 7:49 am

Re: Silent install instructions and parameters for MySQL 8.0.32

Tue Nov 28, 2023 10:30 am

Hello,

I have just noticed that you are passing the /a parameter to the MySQL MSI, which stands for administrative installation - it basically just extracts the content of the MSI. It looks like the MySQL MSI does not support that and thus it throws that warning.

If you'd like to install the MSI, please use the /i parameter of MsiExec instead.

Let me know if that helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Silent Install Command Line”