You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/duplicate-legacy-metaos-add-ins.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,14 +88,11 @@ Don't remove the existing add-in from Microsoft Marketplace or the Microsoft 365
88
88
89
89
Generally, add-ins that use the unified manifest can be installed only on certain versions of Microsoft 365 and certain platforms. For details, see [Client and platform support](../develop/unified-manifest-overview.md#client-and-platform-support).
90
90
91
-
However, there are two exceptions which enable these add-ins to be installed on older versions of Microsoft 365 and on perpetual license versions of Office.
91
+
However, there is an exception: if the user's Microsoft 365 administrator deploys the add-in for all users, then the add-in can be installed on older versions of Microsoft 365 and on perpetual license versions of Office.
92
92
93
-
- The user's Microsoft 365 administrator deploys the add-in for all users.
94
-
- The user installs the add-in on another Microsoft 365 client application that *does* support the unified manifest. This makes the add-in available on the same user's other Office clients, including older or perpetual license.
93
+
If you have users on older or perpetual license versions for which this exception doesn't apply, then you will need to maintain both versions of the add-in. When all of your users are working with Office versions that support the unified manifest, you can remove the version with the add-in only manifest from deployment.
95
94
96
-
If you have users on older or perpetual license versions for which these exceptions don't apply, then you will need to maintain both versions of the add-in. When all of your users are working with Office versions that support the unified manifest, you can remove the version with the add-in only manifest from deployment.
97
-
98
-
There are also some scenarios where you might want to maintain both both versions of the add-in for an extended period. For example, there are two features of add-ins that aren't supported with the unified manifest because they're little used or deprecated. You may choose to maintain a version of your add-in that uses these features. The following are the features that aren't supported in the unified manifest.
95
+
There are also some scenarios where you might want to maintain both versions of the add-in for an extended period. For example, there are two features of add-ins that aren't supported with the unified manifest because they're little used or deprecated. You may choose to maintain a version of your add-in that uses these features. The following are the features that aren't supported in the unified manifest.
99
96
100
97
-[Outlook modules](../outlook/extension-module-outlook-add-ins.md) aren't supported. But you can provide a nearly identical experience using the unified manifest by [including a Teams Tab with your add-in in a single app](/microsoftteams/platform/m365-apps/combine-office-add-in-and-teams-app).
101
98
-[Outlook contextual add-ins](../outlook/contextual-outlook-add-ins.md) (also known as "activation rules") aren't supported. But you can provide similar experiences using the unified manifest and [Event-based activation](../develop/event-based-activation.md).
0 commit comments