(New) VS2015 install and uninstall process - step on pit Record

 

Introduction
Visual Studio (abbreviated VS) is Microsoft's most important integrated software development tools. Windows is the most popular platform application development environment, is one of countless people learn introductory programming software. Visual Studio can be used to create Windows applications and Web applications under the Windows platform, it can also be used to create a network service, the smart device application and Office plug-in, also currently developing Android and IOS platform application platform applications.
Because I do video encoding, experiments were run with the C language, and VS series is the most friendly of C language programming tools. Because, I spent the whole day in the install, uninstall, and then installed on the front line of the road is bumpy, then has his mind here.

Installation process

  1. Download VS201 . 5 installation package, given here Visual Studio2015 / 64 bit network disk Download:

    pan.baidu.com/s/1vQdHWvbasrtlNbDe1fDF2g 

    Password: q8gj 

    Installations have questions, please contact the housekeeper QQ: 800853898

  2. After the downloaded archive decompression, three documents were obtained

    click on the first folder, run as administrator vs_professional.exe
  3. At this time, the installer enters the initialization process (presumably takes about 3 minutes)
  4. Select the installation path, are generally mounted to the disk tray outside the space C, selected according to the specific type of installation tasks. VS2015 addition to supporting C / C ++ development, support other languages ​​C #, F #, VB, etc., we do not need to install all the components, you only need to install the components associated with the C / C ++ is. I just need to use C language compiler features, select Custom mode here

     Check the need to download the components only need to use Visual C ++ function, of course, you can also choose to update 3, the updated version of the function.

    Check has been selected components, click Next to continue installation

  5. 接下来就是等待时期了,根据选择的组件多少以及网速的快慢不一。若只下载Visual C++,则只需要半小时。

  6. 安装完成,点击启动——>以后再说——>启动Visual Studio(s)

  7. 成功启动之后,点击菜单栏中的【帮助】按钮,点击【注册产品】

    选择【使用产品密钥解锁】

  8. 在解压出来的文件夹中找到并打开【激活码】,复制专业版至【产品密钥】中,然后点击【应用】,激活成功,点击【关闭】

  9. 从开始菜单进入软件,安装完成。 

卸载过程

  1. 在windows系统c盘中,搜索vs_enterprise.exe(我的是企业版的,如果是其他版本则对应相应的exe文件),会在“C:\ProgramData\Package Cache\{数字和字母组成}”目录下查找到,每个人具体的目录不一定相同,我的目录为“C:\ProgramData\Package Cache\{aaff6d8c-30d0-4446-82ae-1f1650eab4b9}”,如下图所示:

     

感悟

参考链接

  1. https://blog.csdn.net/qq_40196164/article/details/84375094
  2. https://mp.weixin.qq.com/s?__biz=MzIwMjE1MjMyMw==&mid=2650202255&idx=7&sn=c23d893a2f82f0dc71e4ef0f14cfe49f&chksm=8ee14063b996c97546bf66e09f3d71a6e01e18a0d42f255599a48c5c314a9bcbf4f398a7f534&scene=21#wechat_redirect
  3. https://blog.csdn.net/wuxie318/article/details/78733747

 

Guess you like

Origin www.cnblogs.com/ipersevere/p/11220306.html