question

elk-6 avatar image
1 Vote"
elk-6 asked elk-6 commented

Office 2021 Pro Plus install fails with 30175-45

I cannot install Office 2021 Pro Plus on a fresh install of Windows 11 using the Office Deployment Tool (ODT).

Creating a config file then downloading via ODT works, and the installer can be run via ODT also, but it gets about 3/4s of the way through before failing with the mysterious error "Something went wrong" with the code 30175-45 (2147942405).

In this instance I have a retail key but trying to install the volume licence version fails with the same error.

Searching for the error code does not provide anything useful.

How can I fix this?

office-itprooffice-deployment
· 10
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @elk-6,
Could you provide the configure file here?

1 Vote 1 ·

Hi @elk-6,
I'm just following up to make sure you have received my previous reply and see if there is anything I can help. If anything is unclear with the previous information I've provided to you, please don't hesitate to let me know.

1 Vote 1 ·
elk-6 avatar image elk-6 emizhang-msft ·

Hi, sorry for the slow reply. We have been busy.

I tried a few config variations, all with the same result. Here is my preferred config:

 <Configuration>
   <Add OfficeClientEdition="64" Channel="Current" AllowCdnFallback="true">
     <Product ID="ProPlus2021Retail">
       <Language ID="en-us" />
       <ExcludeApp ID="Access" />
       <ExcludeApp ID="Lync" />
       <ExcludeApp ID="OneDrive" />
       <ExcludeApp ID="OneNote" />
       <ExcludeApp ID="Outlook" />
       <ExcludeApp ID="Publisher" />
       <ExcludeApp ID="Teams" />
     </Product>
   </Add>
   <Property Name="SharedComputerLicensing" Value="0" />
   <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
   <Property Name="DeviceBasedLicensing" Value="0" />
   <Property Name="SCLCacheOverride" Value="0" />
   <Property Name="AUTOACTIVATE" Value="0" />
   <Updates Enabled="TRUE" />
   <RemoveMSI />
   <Display Level="Full" AcceptEULA="TRUE" />
 </Configuration>
0 Votes 0 ·

Hi @elk-6,
I suggest you change the update Channel to Channel="Broad".

0 Votes 0 ·
Show more comments

0 Answers