随 Office 365 安装 Access runtime 2016
Installing Access runtime 2016 along with Office 365
这不是一个编程问题,但我相信 MS Access 开发人员很快就会遇到这个问题
情况: PC 安装了 MS Office 365(家庭版或小型企业版),其中不包括 MS Access 2016。
尝试: 安装 MS Access Runtime 2016。
问题: Access 运行时安装给出错误提示,无法安装相同的冲突应用程序。
问题:有没有什么方法可以同时安装 MS Access runtime 2016 和 Office 365?
我开发 Access 前端,然后编译 (.accdr
) 并分发给我的用户。用户没有在他们的 PC 上安装 MS Access。他们只有 Access Runtime。
我目前的临时解决方案: 要求用户安装 Access runtime 2013 而不是 2016。
注:office版本均为32位(X86)
https://blogs.office.com/2015/12/16/access-2016-runtime-is-now-available-for-download/
Note for Office Click-to-Run (C2R) users:
As stated in the past, Office C2R and MSI of the same major version cannot be installed side by side. Currently, if you are using Office/Access 2016 C2R, we recommend that you install Access 2013 Runtime MSI if you need a side-by-side setup. The two versions are functionally equivalent, and this installation should work smoothly.
—The Access team
所以是的,2013 年是解决方案。
还有here .
不要从您的帐户使用 MS Office 365 Online。它似乎有一些问题,它缺少所有的 ODBC 驱动程序。我到处搜索解决方案:Uninstall/reinstall Office 365(尝试使用 Microsoft Access Runtime 2010/2013/2016)。好吧,您可以先安装 Office 365,然后再安装 Access Runtime 2013,但它仍然不起作用,就像您无法打开 *.mb 或 *.accdb....
幸运的是,我最后一次尝试使用 MS Office 365 OFFLINE 并且成功了。
希望和我有相同处境的人能收到此回复。
你的问题的原因是
- Office 365 基于点击运行 (C2R) 和
- Access 2016 运行时间是基于 MSI 的
并且它们不能安装在同一台机器上。
最近,Microsoft 发布了 Office 365 Access 运行time,它基于点击运行,因此与 Office 兼容365.
请注意,此运行时不与 Office 2019(或 2016 C2R,据我所知)兼容。目前,没有与 Office 2019 兼容的运行时,但Microsoft's response to this UserVoice entry建议可能会在 2019 年下半年发布。
这不是一个编程问题,但我相信 MS Access 开发人员很快就会遇到这个问题
情况: PC 安装了 MS Office 365(家庭版或小型企业版),其中不包括 MS Access 2016。
尝试: 安装 MS Access Runtime 2016。
问题: Access 运行时安装给出错误提示,无法安装相同的冲突应用程序。
问题:有没有什么方法可以同时安装 MS Access runtime 2016 和 Office 365?
我开发 Access 前端,然后编译 (.accdr
) 并分发给我的用户。用户没有在他们的 PC 上安装 MS Access。他们只有 Access Runtime。
我目前的临时解决方案: 要求用户安装 Access runtime 2013 而不是 2016。
注:office版本均为32位(X86)
https://blogs.office.com/2015/12/16/access-2016-runtime-is-now-available-for-download/
Note for Office Click-to-Run (C2R) users:
As stated in the past, Office C2R and MSI of the same major version cannot be installed side by side. Currently, if you are using Office/Access 2016 C2R, we recommend that you install Access 2013 Runtime MSI if you need a side-by-side setup. The two versions are functionally equivalent, and this installation should work smoothly.
—The Access team
所以是的,2013 年是解决方案。
还有here .
不要从您的帐户使用 MS Office 365 Online。它似乎有一些问题,它缺少所有的 ODBC 驱动程序。我到处搜索解决方案:Uninstall/reinstall Office 365(尝试使用 Microsoft Access Runtime 2010/2013/2016)。好吧,您可以先安装 Office 365,然后再安装 Access Runtime 2013,但它仍然不起作用,就像您无法打开 *.mb 或 *.accdb....
幸运的是,我最后一次尝试使用 MS Office 365 OFFLINE 并且成功了。
希望和我有相同处境的人能收到此回复。
你的问题的原因是
- Office 365 基于点击运行 (C2R) 和
- Access 2016 运行时间是基于 MSI 的
并且它们不能安装在同一台机器上。
最近,Microsoft 发布了 Office 365 Access 运行time,它基于点击运行,因此与 Office 兼容365.
请注意,此运行时不与 Office 2019(或 2016 C2R,据我所知)兼容。目前,没有与 Office 2019 兼容的运行时,但Microsoft's response to this UserVoice entry建议可能会在 2019 年下半年发布。