Msiexec parameters for Apache httpd msi installer on Windows

To get all the possible parameters you can pass to the installer, run msiexec from the command prompt with the *.msi file as a parameter with the following parameters.

Example

msiexec /I apache_2.2.4-win32-x86-no_ssl.msi /L*v ApacheInstaller.log

Cancel the installation after its started and open the logfile to view the default parameters and their values. You can use them like this.

Example

msiexec /I apache_2.2.4-win32-x86-no_ssl.msi /parameter="value"

CategoryCategory

  • No labels