zoukankan      html  css  js  c++  java
  • 如何解决VS2010 Premium RC 版安装过程中,无法输入key的问题

    场景

         软件版本 VS2010 Premium RC版本

         1.在一台没有安装过任何vs版本的机器上直接安装vs2010 ,会成功

         2.在一台安装vs2008的机器上(卸载掉vs2008),然后安装vs2010 ,会报'You have entered a invalid key"的错误提示,我怀疑是没有卸载干净的原因,但是没有考证。

         3.在安装了vs2010的机器上,在安装一遍vs2010,也会出现2的提示

    解决方法:

       原文链接:http://www.go4answers.com/Example/enter-product-key-vs-2010-rc-9291.aspx

         1. Find the setup\setup.sdb file in the Disk or Image.
         2. Open this setup.sdb file in Notepad like program.
         3. Find the  tag
        [Product Key]
        BD9TPWJD9XBWX4KQPWVY4GW9G
        4. Replace this product  key by new key  either from any source or from
        http://www.microsoft.com/visualstudio/en-us/download

    对应中文意思:

          1. 找到 setup\setup.sdb文件

          2. 用记事本打开这个文件

          3.找到标签 “Production Key”

          4.替换一个这个标签下的key值。

          5. 保存

    或许你的是个iso文件,无法保存,那么请先把你的iso解压缩吧。:)

     

       

  • 相关阅读:
    火狐中添加selenium IDE
    loadrunner 手动添加关联
    loadrunner11完整卸载
    phpstudy后门交互式shell
    selenium+python Douyu弹幕机器人
    HTTP头sleep延迟注入
    DDCTF-2019
    感知器
    校园网破解
    pwn-格式化字符串漏洞
  • 原文地址:https://www.cnblogs.com/windfighter/p/vs2010_setup_failture.html
Copyright © 2011-2022 走看看