Microsoft Office for Mac 2016 Volume License Pre-Activated, An unmistakably Office suite, which is especially designed for Mac. With this suite, you can do your best work anywhere, anytime and with anyone. New version comes with many new features and improvements.
Get started quickly with new, modern versions of Word, Excel, PowerPoint, Outlook and OneNote, combining the familiarity of Office and the unique Mac features you love.
Word
Create, polish, and share beautiful and professional documents
The state-of-the-art authoring and reviewing tools in Word make the creation of polished documents easy. The new Insights pane shows relevant contextual information from the web inside Word.
The Office for Mac team has made some progress with one of the major issues with this installer, which was its inability to run the license activation process while at the loginwindow. The latest release in the VL portal at this time of writing is 15.13.4, and it fixes the issue where the license activation (run by Microsoft Setup Assistant. Microsoft Office Standard 2016 Volume License Edition v15.23 Microsoft has announced the release of the preliminary version of the office suite Office 2016 for the Mac. The new Office for Mac is the first major upgrade package Microsoft Office applications on the platform OS X since the release version of Office 2011.
The Design tab enables you to manage layout, colors, and fonts across a document.
Get more done by working together using built-in tools to share and review documents. Several people can work on the same document simultaneously and use threaded comments to have a conversation right next to relevant text.
Excel
Analyze and visualize numbers in new and intuitive ways
The new Excel for Mac enables you to turn numbers into insights. Familiar keyboard shortcuts and data entry enhancements like formula builder and autocomplete immediately make you more productive.
Excel also helps you visualize your data by recommending charts best suited for your numbers, and letting you quickly preview the different options. New PivotTable Slicers help you discover patterns in large volumes of data.
PowerPoint
Create multimedia presentations and present your ideas with confidence
Walk into your next presentation with complete confidence. The new Presenter View in PowerPoint displays the current slide, next slide, speaker notes, and a timer on your Mac, while projecting only the presentation to your audience on the big screen.
A new Animation pane helps you design and fine-tune animations, and refined slide transitions ensure the finished product is polished.
Easily share your presentation and invite others to work on the same presentation simultaneously.
OneNote
Harness your thoughts in your very own digital notebook
Capture, organize, and share your ideas with digital notebooks that you can access on any device. Find things quickly with a powerful search engine that tracks your tags, indexes your typed notes, and recognizes text in images and handwritten notes.
Bold, italicize, underline, highlight, insert files, pictures and tables—format your notes like you want.
Easily share notebooks with friends, family, or colleagues so everyone can work together on travel plans, household tasks, or work projects.
Outlook
Stay organized with an email and calendar experience that’s fast and looks great
Managing your email, calendar, contacts, and tasks has never been easier. The new Outlook for Mac has push mail support so your inbox is always up to date.
The improved conversation view automatically organizes your inbox around threaded conversations, so you’ll never hunt for related messages again. And the new message preview gives you the first sentence of an email just below the subject line, so you can quickly decide if you want to read it now or come back later.
What’s new and improved
• Jumpstart your work with one of the thousands of professionally designed Online templates.
• Document text and graphics look sharper than ever on the Retina display on your Mac, and presentations look absolutely stunning.
• Navigate your documents, spreadsheets, and presentations intuitively with familiar Multi-Touch gestures.
• The redesigned Ribbon menu intuitively organizes features so you can quickly find what you need.
• Integration with OneDrive, OneDrive for Business, and SharePoint. Access your files on Mac and other devices by signing in with your Office identity.
Requirements: OSX 10.10.0 or later
Supported languages: da, de, en, es, fi, fr, it, ja, nl, no, pl, pt, ru, sv, tr, zh_CN, zh_TW
Screenshot:
Volume License [Pre-Activated]Just install and run auto-update to obtain latest update
1. Complete Suite
If you want the complete package of Microsoft Office (install requires 6.45GB)
2. Individual installers
If you want individual installers for each app
then download them here instead:
Remove fonts, languages and Bug-reporting applications in v15.15.0 or later
With Office 15.15.0 and later you can now remove fonts,
anguages and bug-reporting applications to safe some space on your hard-drive.
if you have all Office applications installed and delete all fonts, languages and bug-reporting tools,
the total saved is almost 4,5 Gigs!!!
Office 2016 For Mac With Vl License Renewal
NOTE:
• You can (it’s not necessary though) block all connections with Little Snitch
for the main apps. (If you use Outlook allow all needed connections for this app).
To update just allow the auto-updater to make all connections.
• Do not remove any languages or fonts previous to version 15.15.0.
It will make your apps crash and invalidate the license.
• After downloading say thanks to the uploader of your choice.
Download here (~~ Removed !! Not work on Latest Build ~~)
It is now over two months since Microsoft has made the Office for Mac 2016 Volume License installer available for customers in the VLSC (Volume Licensing Service Center) portal. I have previously documented a couple major issues with the installer that impact those who deploy Office 2016 using automated means (meaning anything that doesn’t involve a user manually running the GUI installer).
In this post I’ll summarize two of the major issues and talk a bit about a conference session that was presented just this past week at MacSysAdmin 2015 by Duncan McCracken.
Running at the loginwindow: fixed, sort of
The Office for Mac team has made some progress with one of the major issues with this installer, which was its inability to run the license activation process while at the loginwindow. The latest release in the VL portal at this time of writing is 15.13.4, and it fixes the issue where the license activation (run by Microsoft Setup Assistant) assumed it could connect to a GUI session, which at the loginwindow it cannot.
Unfortunately, they have not yet met what I’d consider the minimum requirement for a deployable installer: that it should be possible to deploy it with Apple Remote Desktop (ARD). While ARD has a (deserved) reputation of being unreliable and is not suitable for ongoing management of Macs at a larger-than-small scale, it’s still an easy-to-set-up tool that you can point a software vendor to as a way to test how well their installers stand up to a typical mass deployment scenario.
The reason the Office VL installer fails at the loginwindow with ARD was already explained in the afore-linked post: ARD seems to set a USER
environment value of nobody
, and when their licensing tool runs it is run using sudo -u $USER
, which seems to fail when the command is run as nobody
. I don’t see any reason why sudo -u $USER
should be used at all in this case.
Office 2016 For Mac With Vl License Key
Confusing security prompt for the auto-update daemon: still there
The other major issue with the installer is that when it detects COMMAND_LINE_INSTALL
, it skips the process of registering the Microsoft AU Daemon application (using an undocumented -trusted
option) using lsregister
, because this should be done as the user launching the app. The end result is that installing this package without other additional steps will result in a confusing “you are running this for the first time” prompt shown to users, triggered by the auto-update daemon, which is triggered automatically on the first launch of any Office 2016 application.
Working around this issue requires some fancy footwork: setting preferences for com.microsoft.autoupdate2
to prevent it from launching automatically, or using an installer choice changes XML to selectively disable Microsoft Auto Update (MAU) from installing at all. The latter won’t help much if Office 2011 has already been installed, because Office 2011 includes the same Auto Update application, and the 2016 applications will attempt to register themselves with it on first launch. Another option, which requires no modification to the installation configuration, is to instead create a custom script to run the same lsregister
command, and run this script by every user at login time, deployed using a tool such as outset.
Admins have also gone the route of simply deploying the standalone “update” packages instead of the base application, as these don’t include the MAU components at all. This is also all documented thoroughly in my earlier post.
These advanced workarounds - repackaging, recombining, reconfiguring and “augmenting” with additional LaunchAgents - are all excellent examples of things that should never be required by an IT administrator for mainstream software. These techniques are typically only needed for niche applications made by software vendors whose release engineers have little interest in understanding the conventions and tools available for the OS platform. Adobe is obviously the one glaring exception here.
The audit by Duncan McCracken at MacSysAdmin 2015
Last week the MacSysAdmin 2015 conference took place in Göteborg, Sweden. Duncan McCracken, whose company Mondada offers a paid Mac packaging service, spent the latter half of his presentation deconstructing the Office 2016 installer.
A video recording of Duncan’s presentation, as well as some his resources used in the demo, can be found at the MacSysAdmin 2015 documentation page (or here for a direct link of the video).
Because Mondada specializes in packaging as a service, Duncan is an expert at doing packages properly, and is experienced with fixing the mistakes made by commercial vendors who don’t properly implement the tools made available by the Installer framework and packaging tools on OS X. Somewhat of a perfectionist, Duncan is used to completely disassembling and re-assembling a flawed package (or one that uses a custom packaging engine - see his 2010 MacSysAdmin Installer Packages session for an example) to make it as “correct” as possible, and using the appropriate mechanisms available in the Installer framework to perform whatever custom logic may be necessary.
The Office 2016 package deconstruction begins roughly halfway into the video. As someone who’s all-too-familiar with problematic installer packages (and Office 2016’s in particular), I found the session extremely entertaining. The parts of Duncan’s demos that didn’t go so well were supposedly caused by a misconfigured (or broken?) shell binary in his OS X VM he was using in the demonstration, and that the process he went through to re-assemble the installer package should otherwise have resulted in a successful installation.
Given that Mac IT admins are still in this awkward phase where OS X El Capitan is now shipping on all new Mac hardware, Outlook 2011 effectively cannot run on El Capitan, and organizations are feeling pressure to deploy Office 2016 as soon as possible, it’s unfortunate that the Office 2016 installer still requires so much “fixing.” I’m willing to go out on a limb and say that Office is the single most commonly deployed commercial software in organizations.
That Duncan dedicated nearly half of his session to this installer package is a testament to how far IT admins need to go simply to deploy software in a manner that provides a trouble-free experience for users. Software vendors do not have a clue that we do this - so don’t think that they are “out to get you” - but when software becomes this hard to deliver to users, it’s time to push back and give real-world examples of the contexts in which we install software and details of the workarounds we implement. You may well better understand the implications of sudo -u $USER
in postinstall scripts than the release engineers do, so educate them!
There’s even contact info in a comment from my previous post. If you don’t have an expensive enough agreement with Microsoft (we don’t), it can otherwise be challenging to get a fruitful contact with the engineering team, so this is an opportunity to provide direct feedback.
- What's Wrong with the Office 2016 Volume License Installer? –
- Disabling First-run Dialogs in Office 2016 for Mac –
- Adobe Creative Cloud Deployment - Packaging a License File –
- How to Package Profiles –