
Activar office 2016 license#
# Copy a backup of the Microsoft Office 2016 Volume License file to /tmp. usr/sbin/installer -dumplog -verbose -pkg $install_dir/ "Microsoft_Office_2016_15_11_2_Volume_Installer.pkg " -target " $3 " # Backup location for Microsoft Office 2016 Volume License file Office_license= " $3/Library/Preferences/2.plist " # Location of Microsoft Office 2016 Volume License file For this, you’ll need a postinstall script. The last piece is telling the installers to run and for the 2.plist file to be fixed as needed. Select the 2.plist file and drag it into the Additional Resources section of your Packages project.Ĩ.

Activar office 2016 password#
Activar office 2016 install#
In the case of my project, I want to install with root privileges and not require a logout, restart or shutdown. In this example, I’m not changing any of the options from what is set by default.Ĥ. The information you need is in Chapter 4 – Configuring a project.) You’ll want to make sure that the your information is correctly set here (if you don’t know what to put in, check the Help menu for the Packages User Guide. Once the Packages project opens, click on the Project tab. In this case, I’m naming the project Microsoft Office 2016 15.12.3ģ. Set up a new Packages project and select Raw Package.Ģ. See below the jump for an example using an Office 2016 volume licensed installer package, the Office 2016 15.12.3 updates for Excel, OneNote, Outlook, PowerPoint, and Word, as well the 2.plist license file to build a unified Office 2016 15.12.3 installer package that does not prompt for a product key.ġ. To address this issue, you can use Packages‘ ability to add resources to a Packages-built package. If you have a volume-licensed version of Office 2016 installed on your Mac, you should have this file. The needed file is /Library/Preferences/2.plist. The easiest fix I’ve found in my testing is to get the necessary volume license file from a machine that has Office 2016 installed on it and put it back on an as-needed basis. These two scenarios will likely apply if you’re building a new machine using an automated deployment tool, but likely will not if you’re a home user.

This is a problem that I’ve seen before with previous Microsoft Office 2011 installers and usually involves the license file not being applied when it should be. Since my work has a volume license, this isn’t a screen I should be seeing.

However, when I installed the combined Office 2016 installer with DeployStudio, then logged in, I was asked to sign into an account and activate Office. I have an existing process to build a combined Office 2011 installer using Packages, which I’ve used successfully for a while, so I decided to see if I could apply the same process to building an Office 2016 installer. One of the issues I worked on this week was building a new Office 2016 installer after Microsoft began making Office 2016 available to its volume license customers.
