云炬WEB开发教程2-2 node.js和npm介绍和安装
一、node.js是什么?有什么用?
1.概述:
a)、Node.js是基于Chrome JavaScript運行時建立的一個平臺,實際上它是對Google Chrome V8引擎進行了封裝,它主要用于創建快速的、可擴展的網絡應用。Node.js采用事件驅動和非阻塞I/O模型,使其變得輕微和高效,非常適合構建運行在分布式設備的數據密集型實時應用。
b)、運行于瀏覽器的Javascript,瀏覽器就是Javascript代碼的解析器,而Node.js則是服務器端JS的代碼解析器,存于服務器端的JS代碼由Node.js來解析和應用。
c)、JS解析器只是JS代碼運行的一種環境,瀏覽器是JS運行的一種環境,瀏覽器為JS提供了操作DOM對象和window對象等接口。Node.js也是JS的一種運行環境,node.js為JS提供操作文件、創建http服務、創建TCP、UDP服務等接口,所以Node.js可以完成其他后臺語言能完成的工作。
2.交互式運行環境:PEPL
a)、Node.js提供了一個交互式運行環境,通過這個環境,可以立即執行JS代碼,使用方法類似于Chrome瀏覽器中Firebug插件中的Console。
b)、查看系統中安裝的Node.js版本:node -v or nodejs -v
c)、運行JS文件,eg:node file.js or nodejs file.js
二、npm是什么?有什么用?
a)、NPM(node package manager),通常稱為node包管理器。顧名思義,它的主要功能就是管理node包,包括:安裝、卸載、更新、查看、搜索、發布等。
b)、npm的背后,是基于couchdb的一個數據庫,詳細記錄了每個包的信息,包括作者、版本、依賴、授權信息等。它的一個很重要的作用就是:將開發者從繁瑣的包管理工作(版本、依賴等)中解放出來,更加專注于功能的開發。
三、node.js在windows上的安裝和使用?
1、進入node.js官網?Download | Node.js?點擊windows,選擇.msi后綴的,根據自己的電腦選擇對應的64位或32位后,就會自動開始下載到本地。
2、下載完成后直接點擊安裝,傻瓜式一步一步安裝完成就可以了。安裝完node.js后,對應的npm也就下載安裝完成了。
3、鍵盤按下【win+R】鍵,輸入cmd,然后回車,打開cmd窗口,輸入node -v 和 npm -v分別查看對應的版本號,如圖所示,顯示出對應的版本號后就表示已經下載安裝完成
node自動安裝的一些內容
Forcing web requests to allow TLS v1.2 (Required for requests to Chocolatey.org) Getting latest version of the Chocolatey package for download. Not using proxy. Getting Chocolatey from https://community.chocolatey.org/api/v2/package/chocolatey/0.11.2. Downloading https://community.chocolatey.org/api/v2/package/chocolatey/0.11.2 to C:\Usercolatey\chocoInstall\chocolatey.zip Not using proxy. Local\Temp\chocolatey\chocoInsta Installing Chocolatey on the local machine Creating ChocolateyInstall as an environment variable (targeting 'Machine')Setting ChocolateyInstall to 'C:\ProgramData\chocolatey' WARNING: It's very likely you will need to close and reopen your shellbefore you can use choco. Restricting write permissions to Administrators We are setting up the Chocolatey package repository. The packages themselves go to 'C:\ProgramData\chocolatey\lib'(i.e. C:\ProgramData\chocolatey\lib\yourPackageName). A shim file for the command line goes to 'C:\ProgramData\chocolatey\bin'and points to an executable in 'C:\ProgramData\chocolatey\lib\yourPackageName'.Creating Chocolatey folders if they do not already exist.WARNING: You can safely ignore errors related to missing log files whenupgrading from a version of Chocolatey less than 0.9.9.'Batch file could not be found' is also safe to ignore.'The system cannot find the file specified' - also safe. chocolatey.nupkg file not installed in lib.Attempting to locate it from bootstrapper. PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Adding... 警告: Not setting tab completion: Profile file does not exist at 'C:\Users\lenovo\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1' . Chocolatey (choco.exe) is now ready. You can call choco from anywhere, command line or powershell by typing choco. Run choco /? for a list of functions. You may need to shut down and restart powershell and/or consolesfirst prior to using choco. Ensuring Chocolatey commands are on the path Ensuring chocolatey.nupkg is in the lib folder Chocolatey v0.11.2 Upgrading the following packages: python;visualstudio2017-workload-vctools By upgrading, you accept licenses for the packages. python is not installed. Installing... Progress: Downloading python3 3.9.7... 100% Progress: Downloading python3 3.9.7... 100% Progress: Downloading vcredist2015 14.0.24215.20170201... 100% Progress: Downloading vcredist2015 14.0.24215.20170201... 100% Progress: Downloading vcredist140 14.29.30133... 100% Progress: Downloading vcredist140 14.29.30133... 100% Progress: Downloading chocolatey-core.extension 1.3.5.1... 100% Progress: Downloading chocolatey-core.extension 1.3.5.1... 100% Progress: Downloading KB3033929 1.0.5... 100% Progress: Downloading KB3033929 1.0.5... 100% Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 100% Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 100% Progress: Downloading KB3035131 1.0.3... 100% Progress: Downloading KB3035131 1.0.3... 100% Progress: Downloading KB2919355 1.0.20160915... 100% Progress: Downloading KB2919355 1.0.20160915... 100% Progress: Downloading KB2919442 1.0.20160915... 100% Progress: Downloading KB2919442 1.0.20160915... 100% Progress: Downloading KB2999226 1.0.20181019... 100% Progress: Downloading KB2999226 1.0.20181019... 100% Progress: Downloading python 3.9.7... 100% Progress: Downloading python 3.9.7... 100%chocolatey-core.extension v1.3.5.1 [Approved] chocolatey-core.extension package files upgrade completed. Performing other installation steps.Installed/updated chocolatey-core extensions.The upgrade of chocolatey-core.extension was successful.Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core'chocolatey-windowsupdate.extension v1.0.4 [Approved] chocolatey-windowsupdate.extension package files upgrade completed. Performing other installation steps.Installed/updated chocolatey-windowsupdate extensions.The upgrade of chocolatey-windowsupdate.extension was successful.Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate'KB3035131 v1.0.3 [Approved] kb3035131 package files upgrade completed. Performing other installation steps. Skipping installation because update KB3035131 does not apply to this operating system (Microsoft Windows 10 專業版).The upgrade of kb3035131 was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.KB3033929 v1.0.5 [Approved] kb3033929 package files upgrade completed. Performing other installation steps. Skipping installation because update KB3033929 does not apply to this operating system (Microsoft Windows 10 專業版).The upgrade of kb3033929 was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.KB2919442 v1.0.20160915 [Approved] kb2919442 package files upgrade completed. Performing other installation steps. Skipping installation because this hotfix only applies to Windows 8.1 and Windows Server 2012 R2.The upgrade of kb2919442 was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.KB2919355 v1.0.20160915 [Approved] kb2919355 package files upgrade completed. Performing other installation steps. Skipping installation because this hotfix only applies to Windows 8.1 and Windows Server 2012 R2.The upgrade of kb2919355 was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.KB2999226 v1.0.20181019 [Approved] - Possibly broken kb2999226 package files upgrade completed. Performing other installation steps. Skipping installation because update KB2999226 does not apply to this operating system (Microsoft Windows 10 專業版).The upgrade of kb2999226 was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.vcredist140 v14.29.30133 [Approved] vcredist140 package files upgrade completed. Performing other installation steps. Downloading vcredist140-x86from 'https://download.visualstudio.microsoft.com/download/pr/221ed2ae-1269-497b-a962-e113045001fa/1ACD8D5EA1CDC3EB2EB4C87BE3AB28722D0825C15449E5C9CEEF95D897DE52FA/VC_redist.x86.exe' Progress: 100% - Completed download of C:\Users\lenovo\AppData\Local\Temp\chocolatey\vcredist140\14.29.30133\VC_redist.x86.exe (13.14 MB). Download of VC_redist.x86.exe (13.14 MB) completed. Hashes match. Installing vcredist140-x86... WARNING: User (you) cancelled the installation. ERROR: Running ["C:\Users\lenovo\AppData\Local\Temp\chocolatey\vcredist140\14.29.30133\VC_redist.x86.exe" /quiet /norestart ] was not successful. Exit code was '5'. Exit code indicates the following: User (you) cancelled the installation..vcredist140 can be automatically uninstalled. The upgrade of vcredist140 was NOT successful. Error while running 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyInstall.ps1'.See log for details.vcredist2015 v14.0.24215.20170201 [Approved] vcredist2015 package files upgrade completed. Performing other installation steps.The upgrade of vcredist2015 was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.python3 v3.9.7 [Approved] python3 package files upgrade completed. Performing other installation steps. Installing 64-bit python3... WARNING: User (you) cancelled the installation. ERROR: Running ["C:\ProgramData\chocolatey\lib\python3\tools\python-3.9.7-amd64.exe" /quiet InstallAllUsers=1 PrependPath=1 TargetDir="C:\Python39" ] was not successful. Exit code was '5'. Exit code indicates the following: User (you) cancelled the installation..python3 can be automatically uninstalled. The upgrade of python3 was NOT successful. Error while running 'C:\ProgramData\chocolatey\lib\python3\tools\chocolateyInstall.ps1'.See log for details.python v3.9.7 [Approved] python package files upgrade completed. Performing other installation steps.The upgrade of python was successful.Software install location not explicitly set, it could be in package ordefault install location of installer. visualstudio2017-workload-vctools is not installed. Installing... Progress: Downloading chocolatey-visualstudio.extension 1.9.0... 100% Progress: Downloading chocolatey-visualstudio.extension 1.9.0... 100% Progress: Downloading chocolatey-visualstudio.extension 1.9.0... 100% Progress: Downloading visualstudio2017-workload-vctools 1.3.3... 100% Progress: Downloading visualstudio2017-workload-vctools 1.3.3... 100% Progress: Downloading visualstudio2017-workload-vctools 1.3.3... 100% Progress: Downloading visualstudio-installer 2.0.1... 100% Progress: Downloading visualstudio-installer 2.0.1... 100% Progress: Downloading visualstudio-installer 2.0.1... 100% Progress: Downloading visualstudio2017buildtools 15.9.39.0... 100% Progress: Downloading visualstudio2017buildtools 15.9.39.0... 100% Progress: Downloading visualstudio2017buildtools 15.9.39.0... 100% Progress: Downloading dotnetfx 4.8.0.20190930... 100% Progress: Downloading dotnetfx 4.8.0.20190930... 100% Progress: Downloading dotnetfx 4.8.0.20190930... 100% Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 100% Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 100% Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 100%chocolatey-visualstudio.extension v1.9.0 [Approved] chocolatey-visualstudio.extension package files upgrade completed. Performing other installation steps.Installed/updated chocolatey-visualstudio extensions.The upgrade of chocolatey-visualstudio.extension was successful.Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio'vcredist140 v14.29.30133 [Approved] vcredist140 package files upgrade completed. Performing other installation steps. File appears to be downloaded already. Verifying with package checksum to determine if it needs to be redownloaded. Hashes match. Hashes match. Installing vcredist140-x86... WARNING: User (you) cancelled the installation. ERROR: Running ["C:\Users\lenovo\AppData\Local\Temp\chocolatey\vcredist140\14.29.30133\VC_redist.x86.exe" /quiet /norestart ] was not successful. Exit code was '5'. Exit code indicates the following: User (you) cancelled the installation.. The upgrade of vcredist140 was NOT successful. Error while running 'C:\ProgramData\chocolatey\lib\vcredist140\tools\chocolateyInstall.ps1'.See log for details.visualstudio-installer v2.0.1 [Approved] visualstudio-installer package files upgrade completed. Performing other installation steps.The upgrade of visualstudio-installer was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.chocolatey-dotnetfx.extension v1.0.1 [Approved] chocolatey-dotnetfx.extension package files upgrade completed. Performing other installation steps.Installed/updated chocolatey-dotnetfx extensions.The upgrade of chocolatey-dotnetfx.extension was successful.Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx'dotnetfx v4.8.0.20190930 [Approved] dotnetfx package files upgrade completed. Performing other installation steps. Microsoft .NET Framework 4.8 or later is already installed.The upgrade of dotnetfx was successful.Software install location not explicitly set, it could be in package ordefault install location of installer.visualstudio2017buildtools v15.9.39.0 [Approved] visualstudio2017buildtools package files upgrade completed. Performing other installation steps. Downloading channel manifestfrom 'https://aka.ms/vs/15/release/channel' Progress: 100% - Completed download of C:\Users\lenovo\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\ChannelManifest_81725945.man (69.46 KB). Download of ChannelManifest_81725945.man (69.46 KB) completed. Downloading catalog manifestfrom 'https://download.visualstudio.microsoft.com/download/pr/5d8aa6a6-a327-4f02-9332-d636c3cd80dd/77f98386f5c42e6d73af6e64153bdf98db1339e408b815da65a55e9c9b3f6ac2/VisualStudio.vsman' Progress: 100% - Completed download of C:\Users\lenovo\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\Catalog_2026831994.man (7.96 MB). Download of Catalog_2026831994.man (7.96 MB) completed. Downloading Visual Studio Installerfrom 'https://download.visualstudio.microsoft.com/download/pr/5d8aa6a6-a327-4f02-9332-d636c3cd80dd/c56c761ca6885b3d2e64d924d51c386f0d56fa4ce5628dfcb8031829b4a569ce/vs_BuildTools.exe' Progress: 100% - Completed download of C:\Users\lenovo\AppData\Local\Temp\chocolatey\Visual Studio Installer\15.9.39.0\vs_BuildTools.exe (1.4 MB). Download of vs_BuildTools.exe (1.4 MB) completed. Hashes match. Installing Visual Studio Installer...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1028\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\2052\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1029\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1036\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\3082\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1040\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1031\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1041\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1046\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1042\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1045\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1049\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\vs_setup_bootstrapper.exe...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1055\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.C2RSignatureReader.Interop.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.C2RSignatureReader.Native.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.Diagnostics.Tracing.EventSource.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.VisualStudio.RemoteControl.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.Common.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.Download.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\HelpFile\1033\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.VisualStudio.Telemetry.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Microsoft.VisualStudio.Utilities.Internal.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\Newtonsoft.Json.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\zh-Hant\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\it\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\pt-BR\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\cs\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\fr\vs_setup_bootstrapper.resources.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\ja\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\zh-Hans\vs_setup_bootstrapper.resources.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\es\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\tr\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\pl\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\de\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\ru\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\ko\vs_setup_bootstrapper.resources.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\vs_setup_bootstrapper.config...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\vs_setup_bootstrapper.exe.config...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\detection.json...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\ca76f1ac2539d786bdc597\vs_bootstrapper_d15\vs_setup_bootstrapper.json...Visual Studio Installer has been installed. Downloading visualstudio2017buildtoolsfrom 'https://download.visualstudio.microsoft.com/download/pr/5d8aa6a6-a327-4f02-9332-d636c3cd80dd/c56c761ca6885b3d2e64d924d51c386f0d56fa4ce5628dfcb8031829b4a569ce/vs_BuildTools.exe' Progress: 100% - Completed download of C:\Users\lenovo\AppData\Local\Temp\chocolatey\visualstudio2017buildtools\15.9.39.0\vs_BuildTools.exe (1.4 MB). Download of vs_BuildTools.exe (1.4 MB) completed. Hashes match. Installing visualstudio2017buildtools...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1028\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\2052\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1029\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1036\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\3082\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1040\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1031\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1041\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1055\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1046\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1042\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1045\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1049\help.html... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\HelpFile\1033\help.html...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.C2RSignatureReader.Interop.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.C2RSignatureReader.Native.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\vs_setup_bootstrapper.exe...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.Diagnostics.Tracing.EventSource.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.VisualStudio.RemoteControl.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.Common.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.dll... Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.Download.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.VisualStudio.Telemetry.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Microsoft.VisualStudio.Utilities.Internal.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\Newtonsoft.Json.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\zh-Hant\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\it\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\pt-BR\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\cs\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\fr\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\ja\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\zh-Hans\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\es\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\tr\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\de\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\ru\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\ko\vs_setup_bootstrapper.resources.dll...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\vs_setup_bootstrapper.config...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\vs_setup_bootstrapper.exe.config...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\detection.json...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\vs_setup_bootstrapper.json...Preparing: C:\Users\lenovo\AppData\Local\Temp\chocolatey\2fe762df5f202b8e1bd1b0b0b31b8813\vs_bootstrapper_d15\pl\vs_setup_bootstrapper.resources.dll... visualstudio2017buildtools has been installed.visualstudio2017buildtools may be able to be automatically uninstalled.The upgrade of visualstudio2017buildtools was successful.Software installed to '"C:\Program Files (x86)\Microsoft Visual Studio\Installer"'visualstudio2017-workload-vctools v1.3.3 [Approved] visualstudio2017-workload-vctools package files upgrade completed. Performing other installation steps. Installing visualstudio2017-workload-vctools...[3310:0001][2021-09-27T23:26:09] Saving the current locale (zh-CN) to user.json. [3310:0001][2021-09-27T23:26:09] Setting the telemetry services [3310:0005][2021-09-27T23:26:09] Creating a new telemetry service. [3310:0001][2021-09-27T23:26:09] Visual Studio Installer Version: 2.11.35 [3310:0001][2021-09-27T23:26:09] Raw Command line: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools" --includeRecommended --norestart --quiet --add Microsoft.VisualStudio.Workload.VCTools [3310:0001][2021-09-27T23:26:09] Parsed command line options: modify --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools" --norestart --quiet [3310:0005][2021-09-27T23:26:10] Telemetry session ID: 661c09d4-0a46-465e-b14e-d1029923738a [3310:0005][2021-09-27T23:26:10] Creating new ExperimentationService [3310:0005][2021-09-27T23:26:10] Telemetry property VS.ABExp.Flights : lazytoolboxinit;fwlargebuffer;refactoring;spmoretempsbtn1;asloff;keybindgoldbarext;asynccsproj;vsfricheditor;completionapi;tn-vsmacnps-7;toggleblockcomment;tasmigddvs;multitenanttasmigration_002;vsfdevcom2;lsprmsgvol;debugger-init-async;vswnewinstaller [3310:0001][2021-09-27T23:26:10] Using registry value of (0) to theme installer. [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.source : WPF [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.locale : zh-CN [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.installerversion : 2.11.35.61819 [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.startmethod : direct [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.activityid : 4b4edcf1-d3f5-4579-bcbc-621804cd0bc9 [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.campaign : [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.passive : False [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.quiet : True [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.processtype : ui [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.force : False [3310:0005][2021-09-27T23:26:10] Telemetry property vs.willow.noweb : False [3310:0001][2021-09-27T23:26:10] Getting singleton lock. Mutex name: DevdivInstallerUI [3310:0001][2021-09-27T23:26:10] Getting singleton lock succeed. [3310:0001][2021-09-27T23:26:10] Navigation requested from ApplicationViewModel to MainPageViewModel [3310:0007][2021-09-27T23:26:10] Telemetry property VS.SetupEngine.ChannelUpdateDisabled : False Warning: [3310:0007][2021-09-27T23:26:10] Setup expects one or more channel manifest in the repository. [3310:0007][2021-09-27T23:26:10] Trying to remove channel manifest: C:\Users\lenovo\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\4CB340F5\installChannelManifest.json [3310:0007][2021-09-27T23:26:10] Trying to remove product manifest: C:\Users\lenovo\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\4CB340F5\install_catalog.json Warning: [3310:0007][2021-09-27T23:26:10] Setup expects one or more channel manifest in the repository. Warning: [3310:0007][2021-09-27T23:26:10] Setup expects one or more channel manifest in the repository. [3310:0007][2021-09-27T23:26:10] Download requested: https://aka.ms/vs/15/release/channel [3310:0016][2021-09-27T23:26:10] Attempting download 'https://aka.ms/vs/15/release/channel' using engine 'WebClient' [3310:0016][2021-09-27T23:26:11] Uri 'https://aka.ms/vs/15/release/channel' redirected to 'https://download.visualstudio.microsoft.com/download/pr/5d8aa6a6-a327-4f02-9332-d636c3cd80dd/2510550133589c9456ed663d0fb02079ddfeb27ec9cffeebf103f76fbe763f71/VisualStudio.15.Release.chman' [3310:0016][2021-09-27T23:26:11] ManifestVerifier Result: Success [3310:0016][2021-09-27T23:26:11] Download of 'https://aka.ms/vs/15/release/channel' succeeded using engine 'WebClient' [3310:0003][2021-09-27T23:26:11] Trying to remove channel manifest: C:\Users\lenovo\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\4CB340F5\installChannelManifest.json [3310:0003][2021-09-27T23:26:11] Trying to remove product manifest: C:\Users\lenovo\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\4CB340F5\install_catalog.json Warning: [3310:0003][2021-09-27T23:26:11] No catalog found at 'C:\Users\lenovo\AppData\Local\Microsoft\VisualStudio\Packages\_Channels\4CB340F5\catalog.json' [3310:0012][2021-09-27T23:26:12] Uri 'https://go.microsoft.com/fwlink/?linkid=857708' redirected to 'https://sendvsfeedback2.azurewebsites.net/api' [3310:0003][2021-09-27T23:26:12] Setup Engine v2.11.35, Microsoft Windows NT 10.0.18363.0 [3310:0003][2021-09-27T23:26:12] Command line: "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools" --includeRecommended --norestart --quiet --add Microsoft.VisualStudio.Workload.VCTools [3310:0003][2021-09-27T23:26:12] Loading packages for instance 'c49c0c52' [3310:0007][2021-09-27T23:26:12] Telemetry property vs.setup.WorkloadOverrides.DidReceiveOverride : False [3310:0007][2021-09-27T23:26:12] Telemetry property vs.setup.WorkloadOverrides.RuleId : None [3310:0016][2021-09-27T23:26:13] Download requested: https://go.microsoft.com/fwlink/?linkid=2066144 [3310:0012][2021-09-27T23:26:13] Attempting download 'https://go.microsoft.com/fwlink/?linkid=2066144' using engine 'WebClient' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{19E8AE59-4D4A-3534-B567-6CC08FA4102E}' found for package 'Microsoft.Net.4.5.1.TargetingPack,version=4.5.50932.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{19E8AE59-4D4A-3534-B567-6CC08FA4102E}' found for package 'Microsoft.Net.4.5.2.TargetingPack,version=4.5.51651.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{D256A5B9-68DA-4F6C-A447-A93E5639A46D}' found for package 'Microsoft.Net.ClickOnceBootstrapper,version=4.7.3063.3' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{F44081B4-1C8A-49B6-AC6F-2EE5715488AF}' found for package 'Microsoft.Net.4.7.SDK,version=4.7.2046.4' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{F44081B4-1C8A-49B6-AC6F-2EE5715488AF}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{BA03242C-DCBA-40E8-B460-3A2653C43D45}' found for package 'Microsoft.Net.4.7.SDK.Resources,version=4.7.2046.4,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{BA03242C-DCBA-40E8-B460-3A2653C43D45}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{83DF40CA-90CF-450A-9F38-65D8CD403A95}' found for package 'Microsoft.Net.4.7.TargetingPack.Resources,version=4.7.2046.4,language=en-US' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{83DF40CA-90CF-450A-9F38-65D8CD403A95}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{49B42DBF-B330-4024-8A04-82D265506F93}' found for package 'Microsoft.Net.4.7.TargetingPack.Resources,version=4.7.2046.4,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{49B42DBF-B330-4024-8A04-82D265506F93}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{CD786942-0D49-4F78-9A04-2EF21175F67E}' found for package 'Microsoft.Net.4.7.TargetingPack,version=4.7.2046.4' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{CD786942-0D49-4F78-9A04-2EF21175F67E}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{F42C96C1-746B-442A-B58C-9F0FD5F3AB8A}' found for package 'Microsoft.Net.4.7.2.SDK,version=4.7.3062.3' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{569D27D5-6ECD-3A57-B3B2-6B8FF5378C42}' found for package 'Microsoft.TeamFoundation.OfficeIntegration.Resources,version=15.129.31205.4,chip=x64,language=en-US' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{569D27D5-6ECD-3A57-B3B2-6B8FF5378C42}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{096DFD29-3ACB-3ACE-B1BF-7DC768E1D479}' found for package 'Microsoft.TeamFoundation.OfficeIntegration.Resources,version=15.129.31205.4,chip=x64,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{096DFD29-3ACB-3ACE-B1BF-7DC768E1D479}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{A1193EED-BD8A-3A21-A8B6-4D5D4F3CE283}' found for package 'Microsoft.TeamFoundation.OfficeIntegration,version=15.129.31205.4,chip=x64' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{A1193EED-BD8A-3A21-A8B6-4D5D4F3CE283}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{71797C29-380A-492C-B35A-F5E4A7B57BDC}' found for package 'Microsoft.VisualStudio.Community.Msi,version=15.9.28307.1684' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{71797C29-380A-492C-B35A-F5E4A7B57BDC}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.9.28307.1684' is greater than installed version '15.9.28307' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=de-DE' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=es-ES' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=fr-FR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=it-IT' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=ja-JP' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=ko-KR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=ru-RU' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x64,language=zh-TW' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=cs-CZ' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.0.26621.2' is greater than installed version '2.1.10525.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=de-DE' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=en-US' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.0.26621.2' is greater than installed version '2.1.10525.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=es-ES' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=fr-FR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=it-IT' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=ja-JP' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=ko-KR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=pl-PL' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.0.26621.2' is greater than installed version '2.1.10525.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=pt-BR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.0.26621.2' is greater than installed version '2.1.10525.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=ru-RU' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=tr-TR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.0.26621.2' is greater than installed version '2.1.10525.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.0.26621.2' is greater than installed version '2.1.10525.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{3AC77E1A-1505-4304-B908-12F7EA44764B}' found for package 'Microsoft.VisualStudio.WorkflowManagerClient.Msi,version=15.0.26621.2,chip=x86,language=zh-TW' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{3AC77E1A-1505-4304-B908-12F7EA44764B}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=de-DE' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=es-ES' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=fr-FR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=it-IT' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=ja-JP' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=ko-KR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=ru-RU' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x64,language=zh-TW' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=cs-CZ' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.6.27323.2' is greater than installed version '2.1.11218.0' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=de-DE' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=en-US' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.6.27323.2' is greater than installed version '2.1.11218.0' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=es-ES' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=fr-FR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=it-IT' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=ja-JP' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=ko-KR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=pl-PL' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.6.27323.2' is greater than installed version '2.1.11218.0' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=pt-BR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.6.27323.2' is greater than installed version '2.1.11218.0' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=ru-RU' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=tr-TR' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.6.27323.2' is greater than installed version '2.1.11218.0' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.6.27323.2' is greater than installed version '2.1.11218.0' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' found for package 'Microsoft.VisualStudio.WorkflowManagerTools.Msi,version=15.6.27323.2,chip=x86,language=zh-TW' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{619F6DBF-61F6-4E26-98B6-8FF3CF6214AD}' will not be used for repair/uninstall attempts. Warning: [3310:0003][2021-09-27T23:26:13] Windows Installer found the package 'Microsoft.VisualStudio.Debugger.Script.Msi,version=15.8.27906.1,chip=x86' superseded but corresponding compatible package information was not found. Attempts to repair will be skipped and that to uninstall may leave the cache behind. [3310:0003][2021-09-27T23:26:13] Loaded existing instance for product 'Microsoft.VisualStudio.Product.BuildTools,version=15.9.28307.1684' [3310:0003][2021-09-27T23:26:13] Telemetry property VS.SetupEngine.Id : VisualStudio/15.9.39+28307.1684 [3310:0003][2021-09-27T23:26:13] Telemetry property VS.SetupEngine.Branch : d15.9 [3310:0003][2021-09-27T23:26:13] Telemetry property VS.SetupEngine.BuildNumber : 15.9.28307.1684 [3310:0003][2021-09-27T23:26:13] Telemetry property VS.SetupEngine.InstanceId : c49c0c52 [3310:0003][2021-09-27T23:26:13] Telemetry property VS.SetupEngine.EngineVersion : 2.11.35.61819 [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{19E8AE59-4D4A-3534-B567-6CC08FA4102E}' found for package 'Microsoft.Net.4.5.1.TargetingPack,version=4.5.50932.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{19E8AE59-4D4A-3534-B567-6CC08FA4102E}' found for package 'Microsoft.Net.4.5.2.TargetingPack,version=4.5.51651.2' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{D256A5B9-68DA-4F6C-A447-A93E5639A46D}' found for package 'Microsoft.Net.ClickOnceBootstrapper,version=4.7.3063.3' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{F44081B4-1C8A-49B6-AC6F-2EE5715488AF}' found for package 'Microsoft.Net.4.7.SDK,version=4.7.2046.4' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{F44081B4-1C8A-49B6-AC6F-2EE5715488AF}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{BA03242C-DCBA-40E8-B460-3A2653C43D45}' found for package 'Microsoft.Net.4.7.SDK.Resources,version=4.7.2046.4,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{BA03242C-DCBA-40E8-B460-3A2653C43D45}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{49B42DBF-B330-4024-8A04-82D265506F93}' found for package 'Microsoft.Net.4.7.TargetingPack.Resources,version=4.7.2046.4,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{49B42DBF-B330-4024-8A04-82D265506F93}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{CD786942-0D49-4F78-9A04-2EF21175F67E}' found for package 'Microsoft.Net.4.7.TargetingPack,version=4.7.2046.4' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{CD786942-0D49-4F78-9A04-2EF21175F67E}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{F42C96C1-746B-442A-B58C-9F0FD5F3AB8A}' found for package 'Microsoft.Net.4.7.2.SDK,version=4.7.3062.3' [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{096DFD29-3ACB-3ACE-B1BF-7DC768E1D479}' found for package 'Microsoft.TeamFoundation.OfficeIntegration.Resources,version=15.129.31205.4,chip=x64,language=zh-CN' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{096DFD29-3ACB-3ACE-B1BF-7DC768E1D479}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{A1193EED-BD8A-3A21-A8B6-4D5D4F3CE283}' found for package 'Microsoft.TeamFoundation.OfficeIntegration,version=15.129.31205.4,chip=x64' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{A1193EED-BD8A-3A21-A8B6-4D5D4F3CE283}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Compatible ProductCode '{71797C29-380A-492C-B35A-F5E4A7B57BDC}' found for package 'Microsoft.VisualStudio.Community.Msi,version=15.9.28307.1684' [3310:0003][2021-09-27T23:26:13] Compatible package version is less than or equal to the package version. Code '{71797C29-380A-492C-B35A-F5E4A7B57BDC}' will not be used for repair/uninstall attempts. [3310:0003][2021-09-27T23:26:13] Switching package detection state from 'Superseded' to 'Absent' since package version '15.9.28307.1684' is greater than installed version '15.9.28307' [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.UniversalCRT.Msu.8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.2,6.3)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.UniversalCRT.Msu.81 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.3,6.4)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.6.1.FullRedist.Threshold is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[10.0.10240]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.6.1.FullRedist.Threshold.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版 本范圍“[10.0.10240]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.D3DCompiler.Msu.Win7 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.2)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.6.1.FullRedist.NonThreshold is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,6.4)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.NET.4.6.1.FullRedist.NonThreshold.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,6.4)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.UniversalCRT.Msu.7 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.2)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.81SDK.Store.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.81SDK.Store.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.81SDK.Desktop.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Windows.81SDK.Desktop.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.7.FullRedist is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.14393]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.7.FullRedist.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.14393]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.7.1.FullRedist is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.15063]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.7.1.FullRedist.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.15063]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.7.2.FullRedist is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.16299]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.Net.4.7.2.FullRedist.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.16299]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“(,6.2)”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.VisualStudio.Debugger.DbgHelp.Win8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍 “[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:13] Package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持 的版本范圍“[6.1,6.2)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.UniversalCRT.Msu.8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.2,6.3)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.UniversalCRT.Msu.81 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.3,6.4)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.6.1.FullRedist.Threshold is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[10.0.10240]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.6.1.FullRedist.Threshold.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版 本范圍“[10.0.10240]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.D3DCompiler.Msu.Win7 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.2)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.6.1.FullRedist.NonThreshold is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,6.4)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.NET.4.6.1.FullRedist.NonThreshold.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,6.4)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.UniversalCRT.Msu.7 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.2)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.81SDK.Store.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.81SDK.Store.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.81SDK.Desktop.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Windows.81SDK.Desktop.DirectX.Msi is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.7.FullRedist is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.14393]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.7.FullRedist.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.14393]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.7.1.FullRedist is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.15063]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.7.1.FullRedist.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.15063]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.7.2.FullRedist is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.16299]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.Net.4.7.2.FullRedist.Resources is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1.1,10.0.16299]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“(,6.2)”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.VisualStudio.Debugger.DbgHelp.Win8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍 “[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8 is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持的版本范圍“[6.1,6.3]”中。 [3310:0003][2021-09-27T23:26:14] Package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect is not applicable: 當前操作系統版本“10.0.18363.0”不在受支持 的版本范圍“[6.1,6.2)”中。 [3310:0003][2021-09-27T23:26:14] Adding packages from --add [3310:0016][2021-09-27T23:26:14] Planning graph selection [3310:0016][2021-09-27T23:26:14] Graph.PlanSelection completed in 3ms [3310:0016][2021-09-27T23:26:14] Building the required chain [3310:0016][2021-09-27T23:26:14] Committing graph selection [3310:0016][2021-09-27T23:26:14] Graph.CommitSelection completed in 0ms [3310:0016][2021-09-27T23:26:14] Updating graph selection [3310:0016][2021-09-27T23:26:14] Graph.UpdateSelection completed in 1ms [3310:0016][2021-09-27T23:26:14] Notifying VMs with the updated selections: GroupSelected - Microsoft.VisualStudio.Workload.VCTools Microsoft.VisualStudio.Component.VC.CoreBuildTools Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.Redist.14.Latest Microsoft.VisualStudio.Component.Windows10SDK.17763 Microsoft.VisualStudio.Component.VC.CMake.Project Microsoft.VisualStudio.Component.TestTools.BuildTools Microsoft.VisualStudio.Component.Windows10SDK Microsoft.VisualStudio.Component.Static.Analysis.Tools [3310:0012][2021-09-27T23:26:14] Uri 'https://go.microsoft.com/fwlink/?linkid=2066144' redirected to 'https://vsstartpagenewsfeed.azureedge.net/news/vs' [3310:0012][2021-09-27T23:26:14] Download of 'https://go.microsoft.com/fwlink/?linkid=2066144' succeeded using engine 'WebClient' [3310:000a][2021-09-27T23:26:14] No restart manager available. Assuming no reboot required for instance state. [3310:000a][2021-09-27T23:26:14] No restart manager available. Assuming no reboot required for instance state. [3310:0016][2021-09-27T23:26:14] Creating a UnelevatedProductModifier to modify the following packages: Microsoft.VisualStudio.Product.BuildTools Microsoft.VisualStudio.Workload.MSBuildTools Microsoft.VisualStudio.Workload.VCTools Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.Component.MSBuild Microsoft.VisualStudio.Component.CoreBuildTools Microsoft.VisualStudio.Component.Windows10SDK Microsoft.VisualStudio.Component.VC.CoreBuildTools Microsoft.VisualStudio.Component.Static.Analysis.Tools Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.Redist.14.Latest Microsoft.VisualStudio.Component.Windows10SDK.17763 Microsoft.VisualStudio.Component.VC.CMake.Project Microsoft.VisualStudio.Component.TestTools.BuildTools [3310:0016][2021-09-27T23:26:14] Decorating UnelevatedProductModifier with UnelevatedInstallerTelemetryDecorator [3310:0016][2021-09-27T23:26:14] Created a UnelevatedInstallerTelemetryDecorator總結
以上是生活随笔為你收集整理的云炬WEB开发教程2-2 node.js和npm介绍和安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 云炬Android开发教程 Andro
- 下一篇: 云炬WEB开发笔记 2-3git详细安装