由于windows7自带了.net framework 3.5 sp1, 所以在安装visual studio 2008 sp1的时候会发生fatal error during installation的错误, 看日志, 发现是安装netfx35.exe的问题, 单独安装没反应. 于是把sp1的iso解开, 打开ParameterInfo.xml文件, 找到
<Exe Name="dotnetfx35.exe" URL="        </GreaterThan>
      </ApplicableIf>

    </Exe>

然后删掉. 如果是中文的visual studio, 还有语言包, 然后删掉节点. 保存后再运行spinstall.exe。

经本人实际测试OK,安装时有问题的试试。

相关文章:

  • 2021-11-27
  • 2021-09-07
  • 2021-11-29
  • 2022-12-23
  • 2021-11-17
  • 2021-11-29
  • 2021-08-18
猜你喜欢
  • 2021-06-10
  • 2021-07-12
  • 2022-01-25
  • 2021-12-06
  • 2022-12-23
  • 2021-09-07
  • 2021-09-07
相关资源
相似解决方案