为什么我无法在 Windows 7 上安装 TortoiseGit 1.6.3.0?
我的笔记本电脑运行的是 Windows 7 Home Basic。
每次我尝试安装 TortoiseGit 1.6.3.0 时,它会在安装到 3/4 时退出,并显示以下消息:
安装程序集组件时发生错误
{89EDD3A9-944B-3257-8484-D6EB6A00DDF5}。
HRESULT:0x800736FD
如何解决此问题?
My laptop is running Windows 7 Home Basic.
Every time I try to install TortoiseGit 1.6.3.0, it quits about 3/4 of the way through with the message:
An error occurred during the installation of assembly component
{89EDD3A9-944B-3257-8484-D6EB6A00DDF5}.
HRESULT: 0x800736FD
How can I fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我在新安装的 Windows 7 上遇到了完全相同的问题。通过更新安装 Service Pack 1 后,它就被安装了。
此错误很可能是由于缺少 Microsoft Visual C++ Redistributable Package
I had this exact same problem on a newly installed Windows 7. After installing Service Pack 1 via the updates it got installed.
This error is most probably because of the lack of a Microsoft Visual C++ Redistributable Package
我不能 100% 确定它会解决您的问题,但大量搜索错误 0x800736FD 不断提到需要更新或安装可再发行运行时包。您可以尝试安装它 - http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en
I'm not 100% sure it will fix your problem, but a lot of searches for error 0x800736FD keep referring back to the need to update or install a redistributable run-time package. You could try installing it - http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en
它似乎与 MSI 安装程序可执行文件有关,如此技术说明<中所述< /a>.
。检查您的 .Net 框架当前设置/版本,并查看 WebLog 以获取完整的诊断和解决方法。
It seems to be related to the MSI installer executable, as mentioned in this technote.
So check your .Net framework current setting/version, and see the WebLog for full diagnostics and workaround.
在 services.msc 中启动 Windows Modules Installer 服务。
TortoiseGit 尝试安装 .NET Framework 或 Visual C++ 可再发行组件,并且安装需要上述服务。我不知道任何细节,但它在这里有效。
Start the Windows Modules Installer service in services.msc.
TortoiseGit tries to install either a .NET Framework or a Visual C++ redistributable, and the aforementioned service is needed for the install. I do not know any specifics, but it works here.
我遇到了同样的问题。
安装 Visual C++ 可再发行版对我没有帮助。
对我有帮助的是运行Windows6.1-KB947821-v25-x64.msu。
http://www.microsoft.com/en-us/download /details.aspx?id=3132
该工具修复了注册表中的一些错误,我能够安装 tortoise。
这个问题很常见。希望这有帮助。
I faced the same problem.
Installation of Visual C++ redistibutable has not helped me.
What helped me is running of Windows6.1-KB947821-v25-x64.msu.
http://www.microsoft.com/en-us/download/details.aspx?id=3132
The tool fixed some mistakes in the registry and I was able to install tortoise.
The problem is quite common. Hope this helps.