Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
After much trial and error, I got it to work for me.
First I had to run the Office scrub vbs file (available from Fix It here: https://support.office.microsoft.com/en-us/article/Fix-Office-365-Office-2016-or-Office-2013-install-errors-54554bb8-aa94-43c7-a685-408dd9868c0b) to remove all traces of any Office installs on my computer (I'm running Win10x64 Pro & Ent).
Reboot
- I opened the ISO from MSDN and extracted that to D:\Archive\Office2016\ which created subdirectories off of that of \Office\data
-- Note that if you don't have the iso yet, you can can ask setup to download the required files, just skip ahead to step 3 below---
- rename D:\Archive\Office2016\setup.exe to whatever the heck you like.
- I downloaded the Office 2016 Deployment Tool (http://www.microsoft.com/en-us/download/details.aspx?id=49117) and extracted the zip to D:\Archive\Office2016. This will place setup.exe and configuration.xml into that directory (this is why we renamed setup.exe above). I edited the XML file and put the following in it (deleting everything else that was in it):
<Configuration>
<Add SourcePath="D:\Archive\Office2016" OfficeClientEdition="64" >
<Product ID="proplusretail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Grove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="skypeforbusiness" />
</Product>
</Add>
<Logging Name="OfficeSetup.txt" Path="%temp%" />
</Configuration>
***NOTE that I wasn't sure about the naming convention for Skype for Business/Lync so I put them both in the config file - I still don't know which one is needed but the above config successfully did NOT install Skype for Business***
- If you don't have the ISO then run the following:
D:\Archive\Office2016\setup.exe /download configuration.xml
that will create the sub directories and download the files necessary for your desired configuration
- Now, whether this is from the ISO or the downloaded files, run:
D:\Archive\Office2016\setup.exe /configure configuration.xml
bingo, bango, bongo, you've got a customized install.