Installing isolated instance of MySQL on Windows using silent install with .msi
- by Abram
I'm trying to write an installer for an internal application we wrote. After it installs our application it then installs MySQL using the .msi installer in silent mode. I specify the install dir and data dir to that of a directory within my application's install directory, such as:
msiexec /i @@MYSQL_INSTALLER_FILE@@ /qn
…