AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 783317
Accepted
Gregory MOUSSAT
Gregory MOUSSAT
Asked: 2016-06-11 13:56:10 +0800 CST2016-06-11 13:56:10 +0800 CST 2016-06-11 13:56:10 +0800 CST

Microsoft Office 32 位超过 64 位导致错误

  • 772

在用作远程桌面的 Windows 2012 R2 服务器上,我们安装了 Microsoft Office 2013 64 位。

几周后,安装了一个会计软件。这需要 Microsoft Office 32 位(我们用 64 位测试:失败)。

所以我卸载了64位版本,安装了32位版本。

Word 和 Excel 运行良好。
但是 Outlook 在启动时会显示一条恼人的错误消息(但可以完美运行)。
以管理员身份运行 Outlook 时不显示该消息(作为管理员是不够的,我们必须右键单击并要求以管理员身份运行)。

  • 当有人运行 Outlook 时,我们首先看到通常的蓝色矩形,中间写着“Outlook”
  • 然后我们立即有一个小窗口,标题为“Microsoft Office 64-bit Components 2013”​​,进度条显示“Windows 正在配置 Microsoft Office 64-bit Components 2013,请稍候”
  • 1 或 2 秒后,出现一个错误弹出窗口,指示“错误 2503:发生内部错误。请联系 Microsoft 支持 blahblah”
  • 我们点击“确定”
  • 我们立即有相同的弹出窗口,但出现错误 2502
  • 我们点击“确定”
  • Outlook 现在可以正常运行,直到我们下次运行它

每次有人运行 Outlook 时,我们都会遇到完全相同的情况。
即使以管理员权限运行,也会发生步骤 1 和 2。

我卸载/重新安装了 32 位版本。
我进行了修复安装。

我删除了一个残留的C:\Program Files\Microsoft Office\.
如果我们以管理员权限运行 Outlook,则会重新创建它。
不管有没有这个文件夹,错误都是一样的。我什至测试了此文件夹及其内容的所有人的完全权限。

有什么想法可以解决这个问题吗?

32bit-64bit microsoft-office-2013
  • 1 1 个回答
  • 3485 Views

1 个回答

  • Voted
  1. Best Answer
    yagmoth555
    2016-06-16T10:36:53+08:002016-06-16T10:36:53+08:00

    这是一个已知问题。64 位操作系统上的 Office 2013 32 位需要 Windows Search 服务。

    启动 Outook 2013 时出现“Windows 配置 Microsoft Office 64 位组件 2013 时请稍候”消息| https://support.microsoft.com/en-ca/kb/2643974

    原因 当满足以下条件时,会出现此问题:

    - The 32-bit version of Office is installed on a 64-bit version of the operating system.
    - The Windows Search Service is not installed.
    

    视窗服务器 2012

    Start Server Manager.
    Click Manage, and then click Add Roles and Features.
    On the Before You Begin page, click Next.
    On the Installation Type page, select Role-based or Feature-based Installation, and then click Next.
    On the Server Selection page, select the server or virtual hard disk on which you want to install the Windows Search Service.
    On the Features page, select Windows Search Service, and then click Next.
    On the Confirmation page, verify that Windows Search Service is listed, and then click Install.
    

     

    如果您不想使用或安装 Windows Search 服务,您可以在 Outlook 中禁用索引。为此,请按照下列步骤操作:

    Exit Outlook.
    Start Registry Editor. To do this, use one of the following procedures, as appropriate for your version of Windows.
        Windows 8: Press Windows Key + R to open a Run dialog box. Type regedit.exe and then press OK.
        Windows 7, Windows Server 2008, or Windows Server 2012: Click Start, type regedit.exe in the search box, and then press Enter. 
    In Registry Editor, locate and then click the following registry subkey: 
    
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search
    Point to New on the Edit menu, and then click DWORD (32-bit) Value.
    Type PreventIndexingOutlook, and then press Enter.
    Right-click PreventIndexingOutlook, and then click Modify.
    In the Value data box, type 1, and then click OK.
    On the File menu, click Exit to exit Registry Editor.
    

    安装 Windows Search 服务后,错误会立即停止。
    如果您不使用 Windows Search 服务,只需在服务控制台中将其禁用即可。

    • 4

相关问题

  • 60Gb 内存、32 位操作系统和 PAE 与 64 位操作系统

  • 将所有数据从 32 位 DC 传输到新的 64 位 DC 的最佳方式是什么?

  • 我应该在新服务器上安装 GCC 64 位吗?

  • 对于 ASP.Net 应用程序,Windows 64 位相对于 32 位的主要优势是什么?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve