Installation
To install using the all-in-one installer in quiet mode:
Run this command: OfficeMix.Setup.exe firstrun=0 /quiet /norestart
- “firstrun=0” facilitates quiet installation by
suppressing the Office Mix first-run experience that opens PowerPoint
and the Mix tab after setup completes.
- “/quiet” suppresses the installation UI and prompts to install quietly.
- “/norestart” suppresses any reboots that can occur
if Office Mix program files are in use. A system restart can be
triggered if Office Mix is in use at the time an update is installed. A
system restart may be required by the Windows Installer but “/norestart”
will suppress an automatic restart that could occur from running the
Office Mix installer in quiet mode.
To install using an MSI file:
1. Install Microsoft .NET 4.5 by using the following deployment information:
Deploying the .NET Framework
.NET Framework Deployment Guide for Administrators (uses System Center to create and deploy a package for the .NET installer EXE file)
2. Install the latest version of Visual Studio 2010 Tools for Office Runtime (VSTO) by deploying this EXE file:
http://www.microsoft.com/en-us/download/details.aspx?id=44074
3. Install Office Mix by deploying the appropriate MSI file:
- For 32-bit versions of Microsoft Office (most common), deploy:
OfficeMix.x86.msi
- For 64-bit versions of Microsoft Office, deploy:
OfficeMix.x64.msi
To install an Update of the Office Mix MSI:
- Use the following Windows Installer properties:
- REINSTALL=ALL REINSTALLMODE=vomus REBOOT=ReallySuppress UILevel=2
- Or, if using msiexec.exe:
- msiexec.exe /fvomus OfficeMix.[PLATFORM].msi /quiet /norestart
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty:
Very Easy
Platform(s): Windows