Can I install office 2021 for Build version : 14827.20220

Girish 101 Reputation points
2022-04-04T17:32:39.547+00:00

Hello ,
I needed some information, when I see the security updates for office 2021 I see that its the same as the current version channel, But can I install the version of the Monthy channel, I have highlighted the version which can be installed and which I would like to install
can someone provide an update 189806-image.png

Microsoft 365 and Office | Install, redeem, activate | For business | Windows

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

{count} votes

2 answers

Sort by: Most helpful
  1. Michel de Rooij 1,546 Reputation points MVP
    2022-04-04T20:57:16.923+00:00

    Using the Office Deployment Tool online edition at https://config.office.com, you can create an XML deployment file in which you can specify what to deploy, but you can also specify a specific build from a channel. The site does a good job, but if you need reference to older versions: build numbers can be found here, channel identifiers here.

    Depending on build, language etc. your bare XML will look something like (note this will install M365Apps x64 edition, removing any MSI edition present):

    <Configuration ID="dfae5e67-908c-45bc-aef4-9c3d328f5d7b">  
      <Add OfficeClientEdition="64" Channel="MonthlyEnterprise" Version="16.0.14827.20220">  
        <Product ID="O365ProPlusRetail">  
          <Language ID="en-us" />  
        </Product>  
      </Add>  
      <Updates Enabled="TRUE" />  
      <RemoveMSI />  
    </Configuration>  
    

    Run M365 Apps setup specifying the ODT xml as follows: setup.exe /configure YourConfig.xml

    0 comments No comments
  2. Emily Hua-MSFT 27,831 Reputation points
    2022-04-05T08:13:14.27+00:00

    Hi @Girish

    -------- Update ----------

    Following image show that, although I try to specify the update channel and version number for retail Office Home & Business 2021, but at last, the update channel becomes Current Channel, the version number is Version 2203 (Build 15028.20160).
    190074-test4.png

    But if I use product id "ProPlus2021Retail", the retail Office Professional Plus 2021 can be installed with Version 2201 (Build 14827.20220), besides, the update channel is Monthly Enterprise Channel.
    191314-test5.png
    The configuration file is as following:

     <Configuration>  
       <Add OfficeClientEdition="64" Channel="MonthlyEnterprise" Version="16.0.14827.20220">  
         <Product ID="ProPlus2021Retail">  
           <Language ID="en-us" />  
         </Product>  
       </Add>  
       <RemoveMSI />  
     </Configuration>  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.