zoukankan      html  css  js  c++  java
  • vs2008安装失败问题

    今天装开发工具,装vs2005,Sql2005,office 2007一路下来都很顺利,但是安装VS2008时出现了问题,异常如下:

     [03/30/11,20:40:14] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.

    [03/30/11,20:40:14] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Web 创作组件 is not installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for the Microsoft Office system (3.0 版运行库) was not attempted to be installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for the Microsoft Office system (3.0 版运行库)语言包 - CHS was not attempted to be installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.
    [03/30/11,20:40:15] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 设计工具 was not attempted to be installed.
    [03/30/11,20:40:16] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.
    [03/30/11,20:40:16] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.
    [03/30/11,20:40:16] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.
    [03/30/11,20:40:16] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator 3.0 版 was not attempted to be installed.
    [03/30/11,20:40:16] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Tools (x86) was not attempted to be installed.
    [03/30/11,20:40:16] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 标头和库(x86) was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x86) was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x86) was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 SDK 引用程序集和 IntelliSense (x86) was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 性能收集工具(x86) was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 语言包 was not attempted to be installed.
    [03/30/11,20:40:17] VS70pgui: [2] DepCheck indicates Microsoft SQL 发布向导 was not attempted to be installed.

      

    这种情况还是第一次遇到,接下来就搜索资料,终于找到了相关的解决方案:

     1、把vs2008镜像文件下的\WCU\WebDesignerCore\WebDesignerCore.EXE 手动解压到一个地方(注意解压出来的文件夹里面有个Office.zh-cn)。

    2、找一个office2007光盘或光盘镜像,找到Office.zh-cn文件夹,把该文件夹复制,然后覆盖到上一步解压中的Office.zh-cn中。

    3、在第一步解压出来的文件中有个setup.exe,双击运行,好像是安装vs web 开发什么注意,只要能安装就行了。

    4、上一步安装完后再运vs2008的setup.exe.

    接下来再次安装,Success,搞定。

    原文地址: http://www.soaspx.com/dotnet/asp.net/tech/tech_20100114_2363.html

  • 相关阅读:
    Http请求头与响应头
    获取ip位置方法
    简单的Http Server实现
    HTTP
    long、int与byte数组之间的相互转换
    GlusterFS简单配置
    创建线程池
    网络编程socket
    面向对象-进阶篇
    面向对象-初级篇
  • 原文地址:https://www.cnblogs.com/powerfan/p/2000594.html
Copyright © 2011-2022 走看看