Mat*_*ius 5 openoffice windows-10-preview
我正在开发 Alienware 17、操作系统 Windows 10 预览版。
当我尝试安装Open Office时,它又尝试安装Microsoft visual c++ 2008 redistributable package x64,然后出现以下错误。
如果我尝试直接从 Microsoft 下载并安装软件包,我会收到同样的错误。直接地。
我已经安装了Microsoft visual c++ 2010 redistributable package x64并且一切顺利。
EDIT1: 在事件日志中找到一些额外信息
一般的:
Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.6161",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x800736FD. assembly interface: IAssemblyCacheItem, function: Commit, component: {03329364-ED3E-3EF1-ACB0-C1E9F5282929}
Run Code Online (Sandbox Code Playgroud)
细节:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="MsiInstaller" />
<EventID Qualifiers="0">11935</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-10-19T12:40:02.000000000Z" />
<EventRecordID>1027</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-A46VO5QU58T</Computer>
<Security UserID="S-1-5-21-2352286874-2299599541-1968600816-1000" />
</System>
- <EventData>
<Data>Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.6161",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x800736FD. assembly interface: IAssemblyCacheItem, function: Commit, component: {03329364-ED3E-3EF1-ACB0-C1E9F5282929}</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data>(NULL)</Data>
<Data />
<Binary>7B39424535313845362D454343362D333541392D383845342D3837373535433037323030467D</Binary>
</EventData>
</Event>
Run Code Online (Sandbox Code Playgroud)
编辑2:对@magicandre1981的评论
修复它给出以下错误:

有没有人遇到过类似的问题并知道发生了什么事?
小智 2
对我来说,当我无法在 Windows 10 上安装 2008 软件包(2010 已安装,没有任何问题)时,以下解决方案(请参阅下面的引用)有效。我尝试了在互联网上可以找到的所有其他方法,例如更改WinSXS 文件夹,但没有任何效果。
我查看了 Windows CBS 日志文件,发现 2008 软件包安装失败时记录了一个错误。它说Error STATUS_RM_NOT_ACTIVE,所以我用谷歌搜索并到达一个页面,解释它的意思是“指定资源管理器内的事务支持未启动或由于错误而关闭”。当我用谷歌搜索时,我找到了上述页面。
如果 Windows 文件系统事务日志损坏,则会出现此问题。当发生文件错误时,Windows 文件系统使用事务日志来恢复系统事务。
要解决此问题,请按照下列步骤操作:
单击“开始”,
cmd在“开始搜索”框中键入内容,然后右键单击 “程序”列表中的cmd 。单击“以管理员身份运行”,然后单击“继续”。如果系统提示您输入管理员密码或进行确认,请键入密码,或单击“允许”。
在命令提示符处,键入以下命令,然后按 Enter:
fsutil resource setautoreset true c:\注意:这些步骤假设 Windows 安装在驱动器 C 上的默认位置。如果不是这种情况,请调整文件夹路径的驱动器号以匹配您的配置。
- 重新启动计算机
不要忘记重新启动!
| 归档时间: |
|
| 查看次数: |
4858 次 |
| 最近记录: |