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/testing/uninstall-add-in.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To prevent ghost add-ins, end every testing, debugging, and sideloading session
38
38
The following list identifies, for each tool, how to uninstall but doesn't describe the procedures or syntax in detail. *Be sure to use the links to get complete instructions.*
39
39
40
40
> [!NOTE]
41
-
> Some of these tools don't close the Office application that opened automatically. In that case, close the application manually immediately after ending the session.
41
+
> Some of these tools don't close the Office application that opened automatically. In that case, close the application manually immediately after ending the session.
42
42
43
43
-**Yeoman generator for Office Add-ins (Yo Office)**: Use the `npm stop` script at the same command line where you started the session with `npm start`. For more information, see the various articles in the **Get started** and **Quick starts** sections and [Remove a sideloaded add-in](sideload-office-add-ins-for-testing.md).
44
44
-**Teams Toolkit for Visual Studio Code**: Select **Run** | **Stop Debugging** in Visual Studio Code. For more information, see the last step of [Create an Outlook Add-in project](../tutorials\outlook-tutorial.md#create-an-outlook-add-in-project) which also applies to non-Outlook add-ins.
@@ -49,10 +49,10 @@ The following list identifies, for each tool, how to uninstall but doesn't descr
49
49
50
50
## Remove a ghost add-in
51
51
52
-
To remove a ghost add-in, you need to remove the artifacts that were created when it was last sideloaded, remove it's local registration, and for Outlook add-ins remove it's registration in Exchange.
52
+
To remove a ghost add-in, you need to remove the artifacts that were created when it was last sideloaded, remove its local registration, and for Outlook add-ins remove its registration in Exchange.
53
53
54
54
> [!TIP]
55
-
> There is a fast way to remove a ghost add-in on Windows computers if the add-in was installed with the Teams Toolkit CLI. Try this first, and if it works, you can skip the remainder of this section.
55
+
> There's a fast way to remove a ghost add-in on Windows computers if the add-in was installed with the Teams Toolkit CLI. Try this first, and if it works, you can skip the remainder of this section.
56
56
>
57
57
> 1. Obtain the add-in's title ID from the Registry key **HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Wef\Developer\OutlookSideloadManifestPath\TitleId**. (The string "Outlook" is in the key name for historical reasons, but it applies to any add-in installed with the Teams Toolkit CLI.)
58
58
> 1. Run the following command in a command prompt, bash shell, or terminal. Replace "{title ID}" with the title ID of the add-in including the "U_" prefix; for example, `U_90d141c6-cf4f-40ee-b714-9df9ea593f39`.
@@ -61,10 +61,10 @@ To remove a ghost add-in, you need to remove the artifacts that were created whe
The process for removing the add-in varies depending on whether the add-in is for Outlook or some other Office application.
64
+
The process for removing the add-in varies depending on whether the add-in is for Outlook or some other Office application.
65
65
66
66
> [!NOTE]
67
-
> In the [unified manifest for Microsoft 365](../develop/unified-manifest-overview.md), an add-in can be configured to support Outlook and one or more other Office applications; that is, there is more than one member of the [`"extensions.requirements.scopes"`](/microsoft-365/extensibility/schema/requirements-extension-element#scopes) array in the manifest and one of the members is `"mail"` (or the `"extensions.requirements.scopes"` property isn't present). Treat an add-in that is configured in this way as an Outlook add-in.
67
+
> In the [unified manifest for Microsoft 365](../develop/unified-manifest-overview.md), an add-in can be configured to support Outlook and one or more other Office applications; that is, there's more than one member of the [`"extensions.requirements.scopes"`](/microsoft-365/extensibility/schema/requirements-extension-element#scopes) array in the manifest and one of the members is `"mail"` (or the `"extensions.requirements.scopes"` property isn't present). Treat an add-in that is configured in this way as an Outlook add-in.
68
68
69
69
If the ghost add-in is not an Outlook add-in, skip to the section [Remove the add-in artifacts](#remove-the-add-in-artifacts).
70
70
@@ -105,7 +105,7 @@ If the ghost add-in is not an Outlook add-in, skip to the section [Remove the ad
105
105
> [!IMPORTANT]
106
106
> Carry out this procedure on all devices on which you have had the add-in sideloaded.
107
107
108
-
1. Log out from all Office applications and then close them all, including Outlook.
108
+
1. Log out from all Office applications and then close them all, including Outlook.
109
109
1.[Clear the Office cache](clear-cache.md). If the ghost add-in supports Outlook, use [Clear the cache in Outlook manually](clear-cache.md#manually-clear-the-cache-in-outlook).
110
110
1. Continue with the section [Remove the local registration](#remove-the-local-registration).
0 commit comments