Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update com.microsoft.office.plist #635

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_last_modified</key>
<date>2021-12-22T05:49:22Z</date>
<date>2023-10-10T00:00:00Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
Expand Down Expand Up @@ -138,6 +138,7 @@
<array>
<string>InstallAutoUpdate</string>
<string>InstallExcel</string>
<string>InstallDefender</string>
<string>InstallOneDrive</string>
<string>InstallOneNote</string>
<string>InstallOutlook</string>
Expand Down Expand Up @@ -487,6 +488,24 @@
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>16.75</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>Uncheck (FALSE) to prevent the Office suite installer from installing Defender. (Not needed if you want to use default value of TRUE.)</string>
<key>pfm_description_reference</key>
<string>Disable the Office Suite installer from installing Defender. Only valid if set with a configuration profile or if written to /Library/Managed Preferences/com.microsoft.office.plist.</string>
<key>pfm_documentation_url</key>
<string>https://learn.microsoft.com/en-us/deployoffice/mac/preferences-office#app-installation</string>
<key>pfm_name</key>
<string>InstallDefender</string>
<key>pfm_title</key>
<string>Install Defender</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>16.24</string>
Expand Down Expand Up @@ -746,6 +765,6 @@ The default value for this setting allows using MacScript, as there are a number
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>10</integer>
<integer>11</integer>
</dict>
</plist>