008. asp.net mvc3.0安装文件及其安装时发生错误的解决方案

时间:2024-01-21 19:12:57

0. 安装步骤:

vs2010 → vs2010sp1→ AspNetMVC3Setup.exe→ AspNetMVC3Setup_CHS.exe→ AspNetMVC3ToolsUpdateSetup.exe→AspNetMVC3ToolsUpdateSetup_CHS.exe
所有文件都被打包放在百度网盘的

http://pan.baidu.com/s/1kV8rwFX

1. 安装失败截图:

008. asp.net mvc3.0安装文件及其安装时发生错误的解决方案

2. 再安装一次, 可以看到下图红框的地方, 在安装VS10-KB248390-x86的时候, 就没有过去, 开始报错了, 知道问题后就好办了.

008. asp.net mvc3.0安装文件及其安装时发生错误的解决方案

3. 解决方案. 点击上面log_file查看下错误:

Starting install of item 'VS10-KB2483190-x86' at tickCount = 411645234
[11/22/2016, 17:1:33]WM_ACTIVATEAPP: Focus stealer's windows was NOT visible, taking back focus
[11/22/2016, 17:1:34]WM_ACTIVATEAPP: Focus stealer's windows was NOT visible, taking back focus
[11/22/2016, 17:1:40]WM_ACTIVATEAPP: Focus stealer's windows WAS visible, NOT taking back focus
[11/22/2016, 17:1:32]calling PerformAction on an installing performer

[11/22/2016, 17:1:32]Wait for Item (VS10-KB2483190-x86.exe) to be available
[11/22/2016, 17:1:33]VS10-KB2483190-x86.exe is now available to install
[11/22/2016, 17:1:33]Creating new Performer for Exe item
[11/22/2016, 17:1:33]Created new ExePerformer for Exe item
[11/22/2016, 17:1:33]Launching CreateProcess with command line = VS10-KB2483190-x86.exe /q /norestart
[11/22/2016, 17:2:14]d:\temp\ext47334\VS10-KB2483190-x86.exe - Exe installer does not provide a log file name
[11/22/2016, 17:2:14]Exe (d:\temp\ext47334\VS10-KB2483190-x86.exe) failed with 0x80070643 - 安装时发生严重错误 .
[11/22/2016, 17:2:14]PerformOperation on exe returned exit code 1603 (translates to HRESULT = 0x80070643)
[11/22/2016, 17:2:14] Action complete

[11/22/2016, 17:2:14]Error 1603 is mapped to Custom Error:
[11/22/2016, 17:2:14]OnFailureBehavior for this item is to Rollback.

[11/22/2016, 17:2:14] Action complete

[11/22/2016, 17:2:14]Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Elapsed time: 0 00:00:49).
[11/22/2016, 17:2:29]WM_ACTIVATEAPP: Focus stealer's windows WAS visible, NOT taking back focus
[11/22/2016, 17:4:20]WM_ACTIVATEAPP: Focus stealer's windows WAS visible, NOT taking back focus
[11/22/2016, 17:4:25]WM_ACTIVATEAPP: Focus stealer's windows WAS visible, NOT taking back focus
[11/22/2016, 17:4:33]WM_ACTIVATEAPP: Focus stealer's windows WAS visible, NOT taking back focus
[11/22/2016, 17:5:0]Sending Manifest Report
. . .

4. 将AspNetMVC3Setup.exe文件, 用rar解压到某个目录中(目录路径最好不要有中文), 如下图, 然后打开图中的parameterinfo.xml文件:
008. asp.net mvc3.0安装文件及其安装时发生错误的解决方案
5. 将parameterinfo.xml文件中的 <Exe > ....</Exe>注释起来, 下图
008. asp.net mvc3.0安装文件及其安装时发生错误的解决方案
6. 然后点击该文件夹下的 setup.exe安装即可
008. asp.net mvc3.0安装文件及其安装时发生错误的解决方案