惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
Help Net Security
Help Net Security
P
Privacy International News Feed
T
Threat Research - Cisco Blogs
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 热门话题
Security Latest
Security Latest
A
Arctic Wolf
G
GRAHAM CLULEY
月光博客
月光博客
S
Securelist
D
Docker
J
Java Code Geeks
T
Troy Hunt's Blog
T
Tenable Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
SecWiki News
SecWiki News
S
Security @ Cisco Blogs
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 最新话题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
aimingoo的专栏
aimingoo的专栏
博客园 - 【当耐特】
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
N
Netflix TechBlog - Medium
Vercel News
Vercel News
Forbes - Security
Forbes - Security
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
S
Secure Thoughts
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Check Point Blog
云风的 BLOG
云风的 BLOG
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Blog of Author Tim Ferriss
L
Lohrmann on Cybersecurity
F
Full Disclosure
D
Darknet – Hacking Tools, Hacker News & Cyber Security
P
Proofpoint News Feed

博客园 - 星星博客园

关于win10打开Word文件提示“转换文件”,选择文件类型的问题解决方式 关于安装R语言的Rattle报错问题的解决方式 apple mobile device recovery mode 问题解决 关于informix中判断字母是否为汉字的一点技巧 使用Hibernet开发informix数据库程序小结 etc的默认级别 MySQL关于TYPE和ENGIN的一点问题 转两篇关于JVM参数调优 SQL与NoSQL的一些内容汇总 informix 临时空间 Informix 生成随机数 导出Excel(脱离Office环境) 研究Mybatis的Jpetshop-系统搭建(一) 创建一个Jetty的Server 先写一点informix的 文件 "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf " 已压缩,但未驻留在只读数据库或文件组中。必须将此文件解压缩。【转】 - 星星博客园 Weblogic常用监控指标(转) BEA WebLogic平台下J2EE调优攻略【转】 关于Session问题
office安装错误,报1603
星星博客园 · 2016-04-21 · via 博客园 - 星星博客园

office安装,报1603错误的问题比较多,需要具体查看一下原因,

操作方式为在运行下 %temp%

然后查看office2013的安装日志,类似SetupExe(***********).log这样的文本;

我碰到的是“Office 2013 installation Error: MsiEndTransaction failed. MsiEndTransaction ErrorCode: 1603(0x643)”

原因也很简单WMI服务没有启动,启动一下即可。

见http://answers.microsoft.com/en-us/office/forum/office_2013_release-office_install/office-2013-installation-error-msiendtransaction/325f9ba3-ac6c-4123-bcda-096d014cd9c7?auth=1

好吧,还有一个问题,WMI服务坏掉了怎么办?无法启动

https://blogs.msdn.microsoft.com/leoncon/2013/05/15/why-wont-my-lync-2013-client-install/

这个是一个解决方案

a.        停止 WMI 服务, 
b.        重命名 (or 删除) %windir%\system32\wbem\repository 
c.        启动 WMI 服务. 
d.        等一段时间WMI命名空间会自动重建完成

这个是重建repository,以上前提是WMI服务是好的。

通常起不来是在依赖上增加了不知道名字的东西,比如jisuServiceszhslWvE,这个是什么玩意?

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/xxx,双击xxx的DependOnService项就可以看到所依赖的服务列表。 

删除掉,起来了,目前已解决。

谁能告诉我jisuServiceszhslWvE这个是什么玩意?

猜测哈:急速服务中国LWVE,但是LWVE是什么东东?

补充两篇老外解决的办法:

https://blogs.msdn.microsoft.com/leoncon/2013/05/15/why-wont-my-lync-2013-client-install/

https://technet.microsoft.com/en-us/library/bb491008.aspx

非常值得学习,另外要说明的是repository可以使用自动恢复解决,对于个人电脑,对于服务器,呵呵,再使用命令吧。