goldeneaglesteam
Posts: 25
Joined: Tue Feb 20, 2018 12:42 am

can't install MySQL Server 8.0.18 with custom action

hi,
i try to install MySQL Sevrer 8.0.18 with this Custom Action:
file to launch

Code: Select all

[ProgramFilesFolder]MySQL\MySQL Installer for Windows\MySQLInstallerConsole.exe
command line

Code: Select all

community install server;8.0.18;X86:*:servertype=Server;Port=3309;ServiceName=VaesUp -silent
working directory

Code: Select all

[ProgramFilesFolder]MySQL\MySQL Installer for Windows
and in the Prerequisites , i aaded the MySQL Installer - Community (v 8.0.18)
i checked the installed programs but MySQL Server 8.0.18 didn't installed , but the MySQL Installer - Community was installed.

please note this configuration work good with MySQL Version 5.7.21
Catalin
Posts: 6584
Joined: Wed Jun 13, 2018 7:49 am

Re: can't install MySQL Server 8.0.18 with custom action

Hello,

My colleague Daniel has put up a sample project that installs MySQL Server 5.6.26.0. You can find it here:

Install MySQL 5.6.26.0 and configure MySQL service

If I'm not mistaken, the installation for MySQL Server 8.0 should be the same:

Building with mySQL 8.0 and ODBC 8.0

Hope this helps!

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

Return to “Common Problems”