Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

When you update Office you may see error code 30182-1 (2).

The error code 30182-1 (2) can occur during an Office update if the administrator in an organization used a custom source location to install Office updates.

How to fix

If you're not an ITPro and you received this error, contact your IT or Help Desk department.

If you're the administrator responsible for installing Office updates to computers throughout your organization, to fix this error you can do one of the following:

Option 1: Update the ODT

Add the AllowCdnFallback=”True” to the configuration.xml file used with the ODT.

Example:

<Configuration>
  <Add OfficeClientEdition="32" AllowCdnFallback="True">
    <Product ID="LanguagePack">
      <Language ID="ja-jp" />
    </Product>
  </Add>  
</Configuration>

See AllowCdnFallback attribute (part of Add element) for more information.

Option 2: Add a registry key

Warning: Serious problems might occur if you modify the registry incorrectly. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved.

Add a registry key to allow the following:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration\AllowCdnFallback : "True"

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Find solutions to common problems or get help from a support agent.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×