-
Notifications
You must be signed in to change notification settings - Fork 24
/
Office2011_setup.mobileconfig
126 lines (125 loc) · 3.5 KB
/
Office2011_setup.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.autoupdate2</key>
<dict>
<key>Set-Once</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>HowToCheck</key>
<string>Manual</string>
<key>LastUpdate</key>
<date>2001-01-01T00:00:00Z</date>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.88e96808-c75f-4868-b9cf-892429aac056.alacarte.customsettings.83e54fed-76e4-4362-8ece-220d0ea87396</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>83e54fed-76e4-4362-8ece-220d0ea87396</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.error_reporting</key>
<dict>
<key>Set-Once</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>SQMReportsEnabled</key>
<false/>
<key>ShipAssertEnabled</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.88e96808-c75f-4868-b9cf-892429aac056.alacarte.customsettings.b224d33d-3986-46af-b503-e0102b70b992</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>b224d33d-3986-46af-b503-e0102b70b992</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.office</key>
<dict>
<key>Set-Once</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>14\FirstRun\SetupComplete</key>
<integer>1</integer>
<key>14\UserInfo\UserInitials</key>
<string>MU</string>
<key>14\UserInfo\UserName</key>
<string>Microsoft User</string>
<key>14\UserInfo\UserOrganization</key>
<string>Your Organization</string>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.88e96808-c75f-4868-b9cf-892429aac056.alacarte.customsettings.ba640931-47bf-4c5b-8d3e-7572b0a20d8c</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>ba640931-47bf-4c5b-8d3e-7572b0a20d8c</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Included custom settings:
com.microsoft.autoupdate2
com.microsoft.error_reporting
com.microsoft.office
Git revision: 1d30395cd4</string>
<key>PayloadDisplayName</key>
<string>Microsoft AutoUpdate Settings</string>
<key>PayloadIdentifier</key>
<string>com.github.gregneagle.config.office2011</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>88e96808-c75f-4868-b9cf-892429aac056</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>