Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11.13
-
Win 11 Pro x64
-
Related to install and upgrade
-
On Windows, when MSI package is installed, with ADDLOCAL parameter passed to msiexec.exe, and Visual C++ Redistributable package is not installed on the target machine, installation may fail during "create database" step.
Description
Tried to do silent install with following command line, run in an administrator command prompt:
msiexec /i mariadb-10.11.13-winx64.msi SERVICENAME=MySQL PASSWORD=test123 UTF8=true ADDLOCAL=DBInstance,Client,MYSQLSERVER,SharedLibraries /qn /l*v maria-install.txt
A command line which is substantially similar, with just the name of the msi file changed to version 10.5.28, works, so this worked in previous releases.
I have attached the maria-install.txt log file for analysis.