Microsoft Office 2011: Unattended download and installation

MSWord App Icon

I own Microsoft Office 2011 and wanted to make the process of installing it easier, since I own several Macs and have this habit of reinstalling OS X frequently. So I wrote a shell script because that’s what I do to solve these sorts of problems. The best part of the script is that it does not require you to have any of the necessary parts. You do not need your installation DVDs or to have downloaded the latest updates.

Once you start the script, it will download everything that you need directly from Microsoft’s servers and install all of them for you. The entire process can be left completely unattended after it is started. The length of time for the install process depends on your network speed. The total download size is 1.16 GB (aka 1.08 GiB or 1,157,294,708 bytes) as of today.

Once the script is finished, the necessary files will be available in ~/Downloads/Office2011/ which you can then copy to any of your other Macs. The script will look for files in ~/Downloads/Office2011/ and if they already exist, it will not download them again.

The script will install the following

Once the script finishes, it will run “Microsoft AutoUpdate.app” to make sure that there are not additional updates necessary.

How to use this script (The Easy Way)

There is an installer available. This is an Automator app which will simply download and run the office2011.sh for you.

Please note that because of Gatekeeper settings in OS X, you may have to right click the installer app and choose open in order to get it to launch.

Once you confirm that you want to download and install Office, the rest will take place behind the scenes. You will be prompted to enter your administrator password because the installation cannot continue without it.

How to use this script (The Better Way)

A better way to use this script requires the Terminal.app which is found in /Applications/Utilities/. Using Terminal is like getting under the hood of your car: it shouldn’t scare you, but you shouldn’t just go randomly poking around either.

Once in Terminal.app, you will need to:

1) download the installer script:

curl -- remote-name "https://raw.github.com/tjluoma/office2011/master/office2011.sh"

2) make it executable

chmod 700 office2011.sh

3) run the script.

sudo ./office2011.sh

Note that you will have to enter your administrator password to use sudo.

After Installation

Once the installation finishes, Microsoft’s Auto Update app will be launched. This will make sure that there are no additional updates needed which have been released since this script was written. It is also a good time to set the auto-updater to run as often as you’d like it to run automatically. I recommend once a week.

Disclaimer and Final Notes

As far as I know, installing Office 2011 this way gives you the same result as if you had installed using OS X’s Installer.app on the various pkg files directly. However, there’s a chance that I could be wrong. Use at your own risk, etc.

The only difference that I am aware of is that installing Microsoft Office using these scripts does not automatically add the apps to your OS X Dock. This is considered a feature, not a bug.

Using this installer will not give you free access to Microsoft Office 2011. The first time you run it, you will be asked for your license code or Office 365 subscription information. If you do not have either of those you can use a trial version of Office, but I do not know what kinds of limitations it places on you. Discovering those is left as an exercise to the reader.

Upon installation, you may want to read my article on how to Reduce visual clutter in Microsoft Word.






Microsoft Office 2011: Unattended download and installation
http://www.tuaw.com/2013/12/22/microsoft-office-2011-unattended-download-and-installation/?ncid=rss_truncated
http://www.tuaw.com/rss.xml
TUAW – The Unofficial Apple Weblog RSS Feed
TUAW – The Unofficial Apple Weblog
http://www.blogsmithmedia.com/www.tuaw.com/media/feedlogo.gif