
- OFFICE 2016 FOR MAC ACTIVATE INSTALL
- OFFICE 2016 FOR MAC ACTIVATE PASSWORD
- OFFICE 2016 FOR MAC ACTIVATE LICENSE
usr/sbin/installer -dumplog -verbose -pkg $install_dir/ "Microsoft_Word_15.12.3_Updater.pkg " -target " $3 " usr/sbin/installer -dumplog -verbose -pkg $install_dir/ "Microsoft_PowerPoint_15.12.3_Updater.pkg " -target " $3 " usr/sbin/installer -dumplog -verbose -pkg $install_dir/ "Microsoft_Outlook_15.12.3_Updater.pkg " -target " $3 " usr/sbin/installer -dumplog -verbose -pkg $install_dir/ "Microsoft_OneNote_15.12.3_Updater.pkg " -target " $3 "
OFFICE 2016 FOR MAC ACTIVATE LICENSE
# backup license file included with this installer.Ĭp " $office_license " " $license_backup "Ĭp " $install_dir/2.plist " " $license_backup " # not available as /Library/Preferences/2.plist, restore from the

# 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.Ĩ.
OFFICE 2016 FOR MAC ACTIVATE PASSWORD
OFFICE 2016 FOR MAC ACTIVATE 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.
