Microsoft Office 2016 For Mac Vl Serializer

Posted 2016 February 11

Sorry this link in this video not working anymore therfore made new video with new links which working 100% be pacient and follow this video link:https://www.

2016
  1. I was under the impression that the VL Serializer was for VL, not retail licenses. If you purchase O365 or VL your problems will go away. If you purchase Retail, you have to deal with these activation headaches because Retail really isn't intended to scale. It's intended for single machines with single email accounts.
  2. This is the video of how to download, install and activate MS Office 2016 on MAC OS X. Just have a look on it and try this experiment on your MAC and if you.

This document aims to provide answers to key questions regarding deployment of Office 2016 for Mac under a volume licensing agreement. It relies heavily on information from the MacAdmins Slack and the following references:

  • Demystify Office 2016 for Mac (Clayton Burlison): https://clburlison.com/demystify-office2016/
  • Microsoft Office 2016 for Mac Downloads (Paul Bowden, Microsoft): https://macadmins.software
Office for mac serializer

I would like to include Office 2016 (or a subset of its apps) in my (re-)deployment image. Can I do this?

Yes and no. You may include the Office 2016 apps in your image if you choose, but the volume licensing mechanism is tied to the boot drive of the machine, so you will need to run the VL Serializer pkg (found on the Volume License installer dmg as of version 15.17) on the booted system after you deploy your image. For example, DeployStudio users could include the VL Serializer pkg in their workflow, selecting the 'Postponed Installation' option so that it would be installed on first boot. Note: In a future release of Office 2016, Office apps will check for a valid VL serialization on each launch. Currently, they check periodically, so while it might work if you bake the VL serializer or the resulting plist file into your image, it is destined to fail eventually. (The originally scheduled release for this was 15.20, but it has been held back.)

Microsoft office 2016 vl serializer

If I choose to include (unserialized) Office 2016 into a deployment image, what installer type(s) can I use?

If you are creating an image modularly (e.g., using AutoDMG), you need Standalone (individual app) installers, available from http://macadmins.software. In future, it may be possible to use SKU-less (a.k.a. Office 365/Retail) as well, but there is currently an issue with the postflight script that prevents proper installation on a non-booted volume.

Vl Serializer

If you are still using the Golden Machine method, you can use either SKU-less (O365/Retail) for the full suite or Standalone for individual apps.

Microsoft Office 2016 Volume License Serializer Mac

You did read the first question, right? You still have to serialize each individual machine after image deployment.

Microsoft Office 2016 For Mac Vl Serializer

If I choose to automatically install Office on first boot (i.e. command line install automated by DeployStudio, Munki, Casper, etc.), which installers can I use?

  1. Volume License. This gives you the full suite and does the volume licensing for that machine. (If you are using Munki, you can use a ChoiceChangesXML file to exclude any apps you do not want to install.) The only downside is that the VL installer is often a version or two version behind the current Office365/Retail release.
  2. SKU-less (Office365/Retail). This gives you the full suite and the most recent version available. (The same comment about ChoiceChangesXML for Munki applies here.) In your workflow, install this followed by the VL Serializer pkg, which you retrieve from the Volume License installer dmg (15.17 and later).
  3. Standalone or Standalone VL. If you just want individual apps from the suite, you can use these installers. If you are the Volume License administrator, you can obtain such installers with the VL installer baked in. If you only have access to the full suite VL installer dmg, you can use the same method as SKU-less, where you install one or more of the app installers and then install the VL serializer pkg. Note: The VL Serializer only works if an Office 2016 app is already installed. Sequence your installers accordingly. The down side of this method is that installers for each app contain duplicate resources because of sandboxing, so they require more deployment storage/bandwidth.

If I don't want Microsoft Auto Updater (MAU) to provide updates, how can I control that?

  1. You can choose not to install MAU if the tool you use supports it. For example, if you are using Munki, you can create a ChoiceChangesXML file that tells it not to install it from Standalone & SKU-less installers (see https://github.com/arubdesu/microsoft-recipes for details). You can also use this technique to take a full suite installer and exclude apps you don't want (e.g., not installing Outlook on a shared machine). You would then retrieve updaters (combo or the upcoming delta updaters) manually (e.g., from the http://macadmins.software page) or using AutoPkg recipes.
  2. Use a profile to tell MAU to never check for updates (e.g., Greg Neagle has one on GitHub). MAU will still be installed, and could be run manually, unless you go further and prevent it from launching with another configuration profile.

Microsoft Office 2016 Vl Serializer

Originally posted on the University of Calgary Integrated Arts Media Labs web site.