Hi folks,
Has anyone yet installed this, and been able to block the included MAU from installing with it?
I have a "choices.xml" file that worked with Lync, but when I tried using it with the new Skype for Business installer, it didn't block MAU from installing.
Looking at the installation receipts I see two package identifiers that got installed:
<dict>
<key>date</key>
<date>2016-11-01T15:21:24Z</date>
<key>displayName</key>
<string>Skype for Business</string>
<key>displayVersion</key>
<string></string>
<key>packageIdentifiers</key>
<array>
<string>com.microsoft.SkypeForBusiness</string>
<string>com.microsoft.package.component</string>
</array>
<key>processName</key>
<string>Installer</string>
</dict>
However, when I inspect the "info.plist" file for MAU, the bundle identifier is com.microsoft.autoupdate2. So, I'm not sure what to use in the choices.xml.
Any ideas?