zoukankan      html  css  js  c++  java
  • 近日发现vs2005安装的一个问题

    大家可以看看自己的vs2005镜像文件里面,在wcu里面的setup.ini,是不是能找到beta2的字样,我的是如下:


    [Setup]
    Ver=8.0
    Name=Visual Studio 2005
    ProdName=Microsoft Visual Studio 2005 Team Suite - ENU
    RegKey=VisualStudio

    /////////////////////////////////////////看下面  居然是beta2 ,可我安装完了是RTM版本啊  和网上说的一样啊 我狂晕
    BannerName=<font size=10pt>Microsoft&reg;</font><br><font size=18pt>Visual Studio&reg; 2005 Beta 2 Setup</font>

    [Baseline]
    Dir=.\wcu
    FileName=setup.exe

    [Client]
    Dir=.\setup
    FileName=setup.exe
    LANGCODE=ENU

    [Servicing]
    FileName=vsupdate.exe
    Param=/mode=client /locale=1033 /vsui=1

    [Server]
    Dir=.
    FileNameApp=RemoteComponents.hta
    FileName=RemoteComponents.htm

    [PrevProductIds]
    {A8904F30-34E7-494D-8D62-F480CBD9EA0D}
    。。。。。。。。。。。。
    {908661A2-ABA7-4343-A3B3-AD72A3920A6C}

    [Documentation]
    DIR=..\MSDN
    Version=2003FEB   ----------------------------->看这里

  • 相关阅读:
    Pandas Dict到DataFrame Series到DataFrame 转换
    MySQL锁和事务
    MySQl创建用户和授权,mysquldump
    MySQL索引
    pymysql模块
    Navicat下载安装
    MySQL多表查询
    学习目录
    MySQL单表查询
    MySQL逻辑查询语句的执行顺序
  • 原文地址:https://www.cnblogs.com/xxrl/p/288512.html
Copyright © 2011-2022 走看看