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

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - ξσ Dicky σξ

管理学常见定律 江苏省盐城市响水县运河镇开源路商业街商铺及套间招商招租出售 苏州鼎耀文化传媒有限公司 项目管理专用中英文术语词汇 Windows Server 2008 r2 64bit 运行ASP提示ADODB.Connection error ‘800a0e7a’错误解决办法 解决IIS7运行ASP提示错误:An error occurred on the server when processing the URL. Please contact the system administrator Windows 7下破解Visual Studio 2008试用版的评估期限制 PHP/ASP.NET/ASP网站定制开发 跨服务器、数据库、表联合查询 安装完Visual Team System 2008 Team Explorer出错解决办法 查询重复记录的SQL语句 PHP 正则判断中文 UTF-8 & GBK - ξσ Dicky σξ MySQL的FROM_UNIXTIME()和UNIX_TIMESTAMP()函数的区别 招聘资深PHP开发架构师 VS2005/2008中清除最近打开项目的方法 Debugging techniques for PHP programmers PHP 程序员的调试技术 - ξσ Dicky σξ 如何调试Php? - ξσ Dicky σξ Javascript跨域和Ajax跨域解决方案(转)
安装Adobe Flash CS5出错的解决办法(Exit Code: 7 ERROR: Unable to get root from inChildPath)
ξσ Dicky σξ · 2011-04-05 · via 博客园 - ξσ Dicky σξ

可能因为之前安装了绿色中文破解版的Flash CS5,虽然卸载了,但是注册表还可能残留了其它信息,导致在安装Adobe Flash CS5英文版时一直显示 “安装程序检测到计算机重新启动可能出于挂起状态。。。。等”大概意思的英文错误提示,

点忽略后最终提示安装在选择安装目录时提示已经安装了Adobe Flash CS5在C:\Program Files\Adobe目录下,而且不能选择目录到其它目录下(偶检查了下根本不存在这个目录),继续点下一步,最后安装失败提示错误 :

Exit Code: 7


-------------------------------------- Summary --------------------------------------


- 0 fatal error(s), 1 error(s), 0 warning(s)


ERROR: Unable to get root from inChildPath

解决方法:

1.运行 regedit 打开注册表编辑器。

2.依次展开HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet \Control\Session Manager目录,找到其中的 PendingFileRenameOperations 项目,直接右键,选择“删除”或者改名即可。

据了解,PendingFileRenameOperations 键值存放的是当前系统会话的快照,通过它记录了一个未成功进行文件重命名的操作,在安装 Adobe CS5 系列软件时发现了这个键值的存在,它就会自作多情的认为上一个安装程序没有完成,因此会提示让重新启动。

reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager" /v PendingFileRenameOperations

偶的是Windows Server 2008 r2(64bit),安装好几遍都出现上面的这些错误,最后把C:\Program Files (x86)\Common Files\Adobe 目录删除重新安装,OK! 

初步分析,我以前用过 CS5的绿色版本(包括Dreamweaver CS5,Photoshop CS5,Flash CS5等),Adobe 目录下残留以前的信息 ,导致错误。