Installer » Microsoft Office Installer

Microsoft Office Installer

A special Installer to deploy Microsoft Office Packages since Version 2010

Parameter

/? shows this help message
/extract asks for a folder where to extract the install files
/extract:path extracts the content of the package to the path folder
/log[:path to log file] enables verbose logging for the update installation
/lang:lcid sets the user interface to the specified locale when multiple locales are available within the package
/quiet runs the package in silent mode
/passive runs the update without any interaction from the user
/norestart prevents prompting of user when reboot of machine is needed
/forcerestart forced restart of machine once update is complete

Parameter of Setup.exe

See https://technet.microsoft.com/en-us/library/cc178956(v=office.14).aspx for more details.

/admin Runs the Office Customization Tool to create a Setup customization file (.msp file).
/adminfile [path] Applies the specified Setup customization file to the installation. You can specify a path of a specific customization file (.msp file) or to the folder where you store customization files.
/config [path] Specifies the Config.xml file that Setup uses during the installation. By default, the Config.xml file that is stored in the core product folder directs Setup to install that product. For example, the Config.xml file in the ProPlus.WW folder installs Microsoft Office Professional Plus 2010.
/modify [ProductID] Used with a modified Config.xml file to run Setup in maintenance mode and make changes to an existing Office installation. For example, you can use the /modify option to add or remove features. Look up the value of [ProductID] in the Setup.xml file for the product that you want to modify.
/repair [ProductID] Runs Setup to repair the specified product from the user’s computer. Look up the value of [ProductID] in the Setup.xml file for the product that you want to modify.
/uninstall [ProductID] Runs Setup to remove the specified product from the user’s computer. Look up the value of [ProductID] in the Setup.xml file for the product that you want to modify.