From 5020fcfedb0eb36f597da0e13a914d8dbfc5d148 Mon Sep 17 00:00:00 2001 From: LuyiH <96099540+LuyiH@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:53:58 +0800 Subject: [PATCH 1/3] Update prerequisites.md add WXP content, expect to be published with MetaOS WXP public preview 100%, ETA: 12/19/2024 --- msteams-platform/m365-apps/prerequisites.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/msteams-platform/m365-apps/prerequisites.md b/msteams-platform/m365-apps/prerequisites.md index 54c768b99d0..335246c9ff9 100644 --- a/msteams-platform/m365-apps/prerequisites.md +++ b/msteams-platform/m365-apps/prerequisites.md @@ -10,7 +10,7 @@ ms.subservice: m365apps --- # Set up your dev environment for extending Teams apps across Microsoft 365 -The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook and Microsoft 365 app. +The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365, Word, Excel and PowerPoint app. To set up your development environment: @@ -87,10 +87,16 @@ To install Microsoft 365 applications in your test environment: |Outlook Add-ins | `BetaChannel` | |Meeting apps in Outlook | `Current` | + | **Word, Excel, PowerPoint scenario** | **Update channel** | + |---------------|--------------| + |Word, Excel, PowerPoint Add-ins | `BetaChannel` | + + + 1. Open Command Prompt and go to the local folder path. 1. Run `setup.exe /configure configuration-Office365-x86.xml` (or use the **x64.xml* file, depending on your setup). -1. Open Outlook (desktop client) and set up the mail account using your test tenant credentials. -1. Open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook. +1. Open Outlook, Word, Excel and PowerPoint (desktop client) and set up the mail account using your test tenant credentials. +1. Open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook. Open **File** > **Account** > **Update Channel** to confirm you're running a Microsoft 365 *Beta Channel* build of Word, Excel, and PowerPoint. 1. Verify that *Microsoft Edge WebView2 Runtime* is installed. Open Windows **Start** > **Apps & features**, and search for **webview**: @@ -134,6 +140,8 @@ Optionally, you can use [Visual Studio Code](https://code.visualstudio.com/) to The extension [Teams Toolkit for Visual Studio Code](https://aka.ms/teams-toolkit) (`v2.10.0` or later) provides commands that can help modify your existing Teams code to be compatible with Outlook and Microsoft 365. For more information, see [enable Teams personal tab for Microsoft 365 and Outlook](extend-m365-teams-personal-tab.md). +For Word, Excel and PowerPoint Add-ins development, see [Create Office Add-in projects using Teams Toolkit](office-js-docs/docs/develop/teams-toolkit-overview.md). + ## Next step Create or update a Teams app to run across Microsoft 365: From b9dfda6564968a5f3f791e21cde6d70147da7403 Mon Sep 17 00:00:00 2001 From: LuyiH <96099540+LuyiH@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:17:36 +0800 Subject: [PATCH 2/3] Update prerequisites.md update with Erika's review suggestions, thanks --- msteams-platform/m365-apps/prerequisites.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msteams-platform/m365-apps/prerequisites.md b/msteams-platform/m365-apps/prerequisites.md index 335246c9ff9..4291e9fbbb8 100644 --- a/msteams-platform/m365-apps/prerequisites.md +++ b/msteams-platform/m365-apps/prerequisites.md @@ -10,7 +10,7 @@ ms.subservice: m365apps --- # Set up your dev environment for extending Teams apps across Microsoft 365 -The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365, Word, Excel and PowerPoint app. +The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365 app, Word, Excel and PowerPoint. To set up your development environment: @@ -96,7 +96,7 @@ To install Microsoft 365 applications in your test environment: 1. Open Command Prompt and go to the local folder path. 1. Run `setup.exe /configure configuration-Office365-x86.xml` (or use the **x64.xml* file, depending on your setup). 1. Open Outlook, Word, Excel and PowerPoint (desktop client) and set up the mail account using your test tenant credentials. -1. Open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook. Open **File** > **Account** > **Update Channel** to confirm you're running a Microsoft 365 *Beta Channel* build of Word, Excel, and PowerPoint. +1. If you're testing in Outlook, open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook. If you're testing in Word, Excel, or PowerPoint, open **File** > **Account** > **Update Channel** to confirm you're running a Microsoft 365 *Beta Channel* build. 1. Verify that *Microsoft Edge WebView2 Runtime* is installed. Open Windows **Start** > **Apps & features**, and search for **webview**: @@ -140,7 +140,7 @@ Optionally, you can use [Visual Studio Code](https://code.visualstudio.com/) to The extension [Teams Toolkit for Visual Studio Code](https://aka.ms/teams-toolkit) (`v2.10.0` or later) provides commands that can help modify your existing Teams code to be compatible with Outlook and Microsoft 365. For more information, see [enable Teams personal tab for Microsoft 365 and Outlook](extend-m365-teams-personal-tab.md). -For Word, Excel and PowerPoint Add-ins development, see [Create Office Add-in projects using Teams Toolkit](office-js-docs/docs/develop/teams-toolkit-overview.md). +For Word, Excel and PowerPoint Add-ins development, see [Create Office Add-in projects using Teams Toolkit](/office/dev/add-ins/develop/teams-toolkit-overview). ## Next step From 80e42819866e37a8fe9b50eded99b9bc8cb81b41 Mon Sep 17 00:00:00 2001 From: v-sdhakshina <95284144+v-sdhakshina@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:20:44 +0530 Subject: [PATCH 3/3] Update prerequisites.md --- msteams-platform/m365-apps/prerequisites.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/msteams-platform/m365-apps/prerequisites.md b/msteams-platform/m365-apps/prerequisites.md index 4291e9fbbb8..99df110c60c 100644 --- a/msteams-platform/m365-apps/prerequisites.md +++ b/msteams-platform/m365-apps/prerequisites.md @@ -10,7 +10,7 @@ ms.subservice: m365apps --- # Set up your dev environment for extending Teams apps across Microsoft 365 -The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365 app, Word, Excel and PowerPoint. +The development environment for extending Microsoft Teams apps across Microsoft 365 is similar to Teams development. This article discusses specific configurations required to run preview builds of Teams and Microsoft 365 applications in order to preview Teams apps running in Outlook, Microsoft 365 app, Word, Excel, and PowerPoint. To set up your development environment: @@ -87,15 +87,13 @@ To install Microsoft 365 applications in your test environment: |Outlook Add-ins | `BetaChannel` | |Meeting apps in Outlook | `Current` | - | **Word, Excel, PowerPoint scenario** | **Update channel** | + | **Word, Excel, and PowerPoint scenario** | **Update channel** | |---------------|--------------| - |Word, Excel, PowerPoint Add-ins | `BetaChannel` | - - + |Word, Excel, and PowerPoint Add-ins | `BetaChannel` | 1. Open Command Prompt and go to the local folder path. 1. Run `setup.exe /configure configuration-Office365-x86.xml` (or use the **x64.xml* file, depending on your setup). -1. Open Outlook, Word, Excel and PowerPoint (desktop client) and set up the mail account using your test tenant credentials. +1. Open Outlook, Word, Excel, and PowerPoint (desktop client) and set up the mail account using your test tenant credentials. 1. If you're testing in Outlook, open **File** > **Office Account** > **About Outlook** to confirm you're running a Microsoft 365 *Current Channel* build of Outlook. If you're testing in Word, Excel, or PowerPoint, open **File** > **Account** > **Update Channel** to confirm you're running a Microsoft 365 *Beta Channel* build. 1. Verify that *Microsoft Edge WebView2 Runtime* is installed. Open Windows **Start** > **Apps & features**, and search for **webview**: @@ -140,7 +138,7 @@ Optionally, you can use [Visual Studio Code](https://code.visualstudio.com/) to The extension [Teams Toolkit for Visual Studio Code](https://aka.ms/teams-toolkit) (`v2.10.0` or later) provides commands that can help modify your existing Teams code to be compatible with Outlook and Microsoft 365. For more information, see [enable Teams personal tab for Microsoft 365 and Outlook](extend-m365-teams-personal-tab.md). -For Word, Excel and PowerPoint Add-ins development, see [Create Office Add-in projects using Teams Toolkit](/office/dev/add-ins/develop/teams-toolkit-overview). +For Word, Excel, and PowerPoint Add-ins development, see [create Office Add-in projects using Teams Toolkit](/office/dev/add-ins/develop/teams-toolkit-overview). ## Next step