I use the command to install:
msiexec /i " mysql-5.5.23-winx64.msi" INSTALLDIR="C:\Program Files\MySQL" /L* "C:\Program Files\MySQL\mysql-log.txt" Try to specify the full path to the msi file or go to its directory via cd [path]
cd C:\Windows\SysWOW64 && msiexec /i mysql-5.5.23-winx64.msi /quiet INSTALLDIR="C:\Program Files\MySQL" , but now does not install in the wrong directory - Identin/quiet after INSTALLDIR to put. - Identiccd C:\Windows\SysWOW64 && msiexec /i mysql-5.5.23-winx64.msi INSTALLDIR="C:\Program Files\MySQL" /quiet
Source: https://ru.stackoverflow.com/questions/722755/
All Articles