jazzace.ca

Anthony’s Mac Labs Blog

📦 Office AutoPkg Recipes — Update

Posted 2019 May 18

There have been significant changes in the available Microsoft Office AutoPkg recipes since my post last September, so I thought a quick update was due. The good news: things are simpler now.

The Usual Suspects

What hasn’t changed? The three primary sources of recipes for Office:

I’ll refer to these as the core recipes, rtrouton recipes, and arubdesu recipes respectively.

What’s New?

The biggest change came earlier this month when the core recipes were updated to support both Office 365/2019 and Office 2016. There were also changes to the arubdesu recipes in April, centred around enhancing the custom processor by adding input variables to allow you to specify whether you were seeking Office 365, 2016, or 2019 and correctly retrieving the version number. So the upshot is that we now have three functioning sets of recipes.[2]

Which Should I Pick?

In the end, which set of recipes you use will probably come down to the Microsoft products you need to deploy, or in some cases the way you deploy those products. Here’s a handy chart to show you which Microsoft products are supported by each set of recipes, plus a list of the corresponding Microsoft FWLink codes (used by the rtrouton and arubdesu recipes):

Product recipes rtrouton arubdesu FWLink
Office 365/2019 Suite ✔︎ ✔︎ 525133
Office 365 BusinessPro Suite (with Teams) 2009112
Office 2016 Suite ✔︎ †‡ 871743
Word 365/2019 ✔︎⬆︎👟 ✔︎ ✔︎👟 525134
Word 2016 ✔︎⬆︎👟 ✔︎ ✔︎ 871748
Excel 365/2019 ✔︎⬆︎👟 ✔︎ ✔︎👟 525135
Excel 2016 ✔︎⬆︎👟 ✔︎ ✔︎ 871750
PowerPoint 365/2019 ✔︎⬆︎👟 ✔︎ ✔👟︎ 525136
PowerPoint 2016 ✔︎⬆︎👟 ✔︎ ✔︎ 871751
Outlook 365/2019 ✔︎⬆︎👟 ✔︎ ✔︎👟 525137
Outlook 2016 ✔︎⬆︎👟 ✔︎ ✔︎ 871753
OneNote Free Standalone Updater ⬆︎* ⬆︎ ⬆︎ 820886
OneDrive ✔︎ ✔︎ 823060
Skype for Business ⬆︎ ✔︎ ✔︎ 832978
Teams ✔︎ 869428
Intune Company Portal 869655
Remote Desktop ✔︎ 868963
Microsoft AutoUpdate (MAU) ✔︎ ✔︎ 830196
SharePoint Plugin ✔︎ 800050
Legend/Notes:

✔︎ Full/Standalone Installer

⬆︎ Updater (usually, the main difference from a Full/Standalone Installer is that MAU is not present)

👟 Insider builds supported (e.g., Insider Fast)

† There is no dedicated recipe in the repo, but you could override an existing recipe from the SKU-less set, using the FWLink value listed in the chart as an input key for REGION

‡ The 2016SuiteSKUless recipes in the autopkg/arubdesu-recipes repo actually download the 365/2019 Suite; to get the Office 2016 Suite, override the Office2019SuiteSKUless recipes from the arubdesu/office-recipes repo with the values suggested in the download recipe description

* Recipes available for both OneNote 2016 and 365/2019.

It’s All About Need

This journey we have been on with the Office recipes is a prime example of the unspoken Rule of AutoPkg: people write recipes to suit their own needs (and then share them in case they are of use to others). Why were the core recipes not updated for Office 2019 until this month? Because the maintainer was still using 2016 at their workplace. Why is there a difference amongst the three sets of recipes regarding what Microsoft products they cover? Which recipe types they cover? Because people wrote recipes for the apps they need to deploy and in a format suitable for their management system.

While the tendency in the community is to avoid duplication of recipes (and effort), these recipe sets use two different techniques to get the desired results,[3] which also affects which products can be downloaded. I’m personally in favour of biodiversity (binary diversity?) in this instance. The core recipes provide a complete array of options for the most commonly used Microsoft Office products, leveraging the same XML sources that MAU uses. The rtrouton and arubdesu recipes are limited to full installers, but they use Micorsoft’s FWLink codes, thus allowing recipe users to extend current recipes — sometimes by just using an override — to support other products (like the new Office 365 BusinessPro Suite). If you’re picking between the rtrouton and arubdesu recipes, the difference comes down to how they determine the version number of the installer (if at all) and what format that number is (e.g., 16.x.buildNumber versus 16.x.x).

So look at the chart, look at how you operate, and pick the best recipes for your purposes. If you’re not certain, try one set and see how it goes. Most of you will be well served by using existing recipes and not reinventing the wheel.[4]

Updated 2019-05-20 because Rich Trouton read this post and added recipes for the three products in the chart that he didn’t already have.

Updated 2019-08-25 to correct the functionality of the arubdesu individual app recipes (which support Insider versions).


[1] I’ve omitted the recipes in the arubdesu-recipes repo because they don’t do what they say they do, which is download the Office 2016 Suite. See the notes on the table in this article for a workaround. [Return to main text]

[2] There were other attempts to come up with a definitive set of Office recipes over the past 8 months or so, but none of those gained enough traction to supplant these as the Top 3, so far as I am aware. [Return to main text]

[3] I’ve got a blog post that is half-written on this topic that is meant to be a study in different recipe authoring techniques. Hopefully, I’ll get that written sooner than later, although almost certainly after the MacDeployment Conference in June. [Return to main text]

[4] Please ignore the fact that I have a MicrosoftMacProductFWLink.download recipe in my jazzace-recipes repo. We wouldn’t want to muddy the waters, would we? (Spoiler: It’s a function of the article I am writing, mentioned in Footnote 3.) [Return to main text]