积极答复者
VS2008 SP1装不上

问题
-
装了好几次了都不行,今天把系统都重装了,装完系统后就装了08,紧接着装SP1,报错!
如下 ,这是什么原因呀,baidu google了半天还是没有结果
Created new ExePerformer for Exe item Created new CartmanExePerformer for Exe item In CartmanExeInstaller::CartmanExeInstaller Created new ExePerformer for Exe item Action: Performing Action on Exe at A:\vs90sp1\VC_IA64Runtime.exe In PreCreateProcess m_pSetupWatcher->Connect succeeded Launching CreateProcess with command line = VC_IA64Runtime.exe /q /progress CartmanSetupExeWatcher2806830443 PostCreateProcess succeeded A:\vs90sp1\VC_IA64Runtime.exe - Exe installer's log file/hint (%temp%\dd_VC_IA64Runtime*.txt|%temp%\..\dd_VC_IA64Runtime*.txt) does not exist or is invalid. Exe (A:\vs90sp1\VC_IA64Runtime.exe) succeeded. Action complete Exists: evaluating RegKey: HKLM\SOFTWARE\Microsoft\VisualStudio\9.0 exists. Exists evaluated to true Created new ExePerformer for Exe item Created new CartmanExePerformer for Exe item In CartmanExeInstaller::CartmanExeInstaller Created new ExePerformer for Exe item Action: Performing Action on Exe at A:\vs90sp1\dotnetfx35.exe In PreCreateProcess m_pSetupWatcher->Connect succeeded Launching CreateProcess with command line = dotnetfx35.exe /q /norestart /lang:ENU /progress CartmanSetupExeWatcher927690782 PostCreateProcess succeeded Original exit code: A:\vs90sp1\dotnetfx35.exe returned non-MSI error code: 0x20000001 - (null) A:\vs90sp1\dotnetfx35.exe - Exe installer's log file/hint (%temp%\dd_dotnet*.txt|%temp%\dd_net_framework*.txt|%temp%\dd_depcheck*.txt|%temp%\..\dd_dotnet*.txt|%temp%\..\dd_net_framework*.txt|%temp%\..\dd_depcheck*.txt) does not exist or is invalid. Exe (A:\vs90sp1\dotnetfx35.exe) failed with 0x80070643 - 安装时发生严重错误 . PerformOperation on exe returned exit code 1603 (translates to HRESULT = 0x80070643) Action complete Final Result: Installation failed with error code: (0x80070643), 安装时发生严重错误 Action complete
- 已移动 孟宪会Moderator 2010年4月7日 4:57 (发件人:一般性问题讨论区)
- 已移动 孟宪会Moderator 2010年4月7日 4:57 (发件人:一般性问题讨论区)
答案
-
1603是一个非常通用的错误号码,表示组件之一安装出了问题。下载.Net 3.5 Sp1安装看看日志里面有什么信息。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP- 已标记为答案 YiChun Chen 2010年4月15日 13:04
-
你好!
请问你是什么操作系统的?
如果是Windows 7的操作系统,.NET Framework 3.5 SP1是自带在系统中的,单独安装是会报错的。有可能是系统上.NET Framework没装好。
如果不是的话,为了进一步的排除你的问题,我们需要看安装日志才能知道真正的问题出在哪里。
你可以参考一下的步骤来收集日志:
- 尽可能地清除你的临时文件夹("开始"菜单 >> 运行 >> 输入"%temp%")
- 下载并安装.NET Framework 3.5 Service Pack 1(完整软件包)
- 由于安装所生成的日志会很多,所以建议用日志文件收集工具来收集有用的日志。安装.NET 3.5如果失败的话,直接运行工具,会在临时文件夹中生成一个叫vslogs.cab的文件
- 按照这篇Aaron的博客关于"关于如何检查1603错误"方法来尝试着自己排除,详细请看: http://blogs.msdn.com/astebner/archive/2005/08/01/446328.aspx
或者你可以把vslogs.cab发到我的邮箱(v-yicche@microsoft.com),我可以帮你检查一下
希望对你有所帮助。 :)
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已编辑 YiChun Chen 2010年4月8日 10:59 typo
- 已标记为答案 YiChun Chen 2010年4月15日 13:04
全部回复
-
1603是一个非常通用的错误号码,表示组件之一安装出了问题。下载.Net 3.5 Sp1安装看看日志里面有什么信息。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP- 已标记为答案 YiChun Chen 2010年4月15日 13:04
-
你好!
请问你是什么操作系统的?
如果是Windows 7的操作系统,.NET Framework 3.5 SP1是自带在系统中的,单独安装是会报错的。有可能是系统上.NET Framework没装好。
如果不是的话,为了进一步的排除你的问题,我们需要看安装日志才能知道真正的问题出在哪里。
你可以参考一下的步骤来收集日志:
- 尽可能地清除你的临时文件夹("开始"菜单 >> 运行 >> 输入"%temp%")
- 下载并安装.NET Framework 3.5 Service Pack 1(完整软件包)
- 由于安装所生成的日志会很多,所以建议用日志文件收集工具来收集有用的日志。安装.NET 3.5如果失败的话,直接运行工具,会在临时文件夹中生成一个叫vslogs.cab的文件
- 按照这篇Aaron的博客关于"关于如何检查1603错误"方法来尝试着自己排除,详细请看: http://blogs.msdn.com/astebner/archive/2005/08/01/446328.aspx
或者你可以把vslogs.cab发到我的邮箱(v-yicche@microsoft.com),我可以帮你检查一下
希望对你有所帮助。 :)
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- 已编辑 YiChun Chen 2010年4月8日 10:59 typo
- 已标记为答案 YiChun Chen 2010年4月15日 13:04