Logic Pro 11 and suppressing prompts to install additional content

On May 13th, Apple released Logic Pro 11. This marks the first major update to one of the most popular digital audio workstation tools since 2013 – that was 11 years ago! And with new updates come new behaviours that might cause issues in environments where that software is deployed and managed. Logic Pro 11 is no exception and on first launch, we’re greeted with a new welcome screen:

Read more: Logic Pro 11 and suppressing prompts to install additional content

This is in addition to this dialog which has been around in previous versions, and can be suppressed (details below if that’s not something you’re familiar with…):

We will assume you’re deploying additional content with a tool such as the fantastic loopdown so won’t cover the specifics of that here. But for the record, in my testing, loopdown will download and install the entire library for Logic Pro 11 without anything missing.

Even with the complete library of content installed, upon launching Logic Pro for the first time, those dialogs will still present themselves. To suppress them both, deploy an MDM Configuration Profile with a custom payload as follows:

Domain: com.apple.logic10

Payload:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>DontShowAdditionalContentDowload</key>
	<true/>
	<key>RecentWhatsNewPanelVersion</key>
	<integer>99</integer>
</dict>
</plist>

The new key is RecentWhatsNewPanelVersion and we’ll bump it up to a value that represents a version of Logic Pro that will likely never exist.

What are you waiting for? Go and make some awesome music! 🎸

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.