【Microsoft Edge】关于 Microsoft Edge 浏览器多版本安装目录结构的测试分析
文章目录
- 1. 问题描述
- 准备工作
- 二、测试
-
- 2.1. 运行手动保存的安装程序无法安装
- 2.2、依次从低版本到高版本安装
-
- 2.2.1 运行腾讯电脑管家下载的正式版 112.0.1722.39
- 2.2.2 用 MicrosoftEdgeSetup 安装包安装正式版 112.0.1722.48
- 2.2.3 用 MicrosoftEdgeSetupBeta 安装包安装 Beta 版 113.0.1774.9
- 2.2.4 用 MicrosoftEdgeSetupDev 安装包安装 Dev 版 114.0.1788.0
- 2.2.5 用 MicrosoftEdgeSetupCanary 安装包安装 Canary 版 114.0.1794.0
- 2.3 关于自动安装 Edge WebView 版本
- 2.4 依次从高版本到低版本安装
-
- 2.4.1 用 MicrosoftEdgeSetupCanary 安装包安装 Canary 版 114.0.1800.0
- 2.4.2 用 MicrosoftEdgeSetupDev 安装包安装 Dev 版 114.0.1788.0
- 2.4.3 用 MicrosoftEdgeSetupBeta 安装包安装 Beta 版 113.0.1774.9
- 2.4.4 用 MicrosoftEdgeSetup 安装包安装正式版 112.0.1722.48
- 2.4.5 运行腾讯电脑管家下载的正式版 112.0.1722.39
- 2.5 重复使用同一个安装包安装
- 2.6 同时打开两个同一版本的安装包
- 三、结论
1. 问题描述
最近(2023年4月12日 ~ 2023年4月13日) 笔者重装了 Win10 系统,选择的 Windows 10 企业版 2021 LTSC 版本镜像,安装后发现自带的 Edge 浏览器版本过低,且可执行程序的原始文件名是 miedge ,而非之前使用的 msedge 。第一次打开时默认还打开了hao123,且主页设置了一个 baidu 的插件,所以我怀疑这个安装不安全,有注入其他的东西,并非声称的“纯净版”,于是打算升级 Edge 。
注意,这里 C:\\Program Files (x86)\\Microsoft\\Edge\\Application
目录下存在两个版本目录,92版本 为装机时自带的。
这个 112.0.1722.46 是当前 Edge 正式版的最新版本,也是我用在官网下载的安装包安装的。
装机的 Edge 桌面图标。
可不知为何,当时在腾讯电脑管家的软件市场下载的 Edge 升级程序打开后鼠标转了一会不运行安装。
腾讯电脑管家下载的安装包的版本为 112.0.1722.39 。
后来访问了 Edge 官网下载页面,点击下载按钮均无反应,不跳出下载弹窗。点击页面底部下载 Edge 预览版本也无反应。
然后我又尝试在 Edge Insider 官网下载页面下载,可以下载成功,但是无法安装。
最后我并没有继续纠结升级 Edge 。我认为这一定是微软那边的问题,可能是安装包有问题、网页按钮没触发事件,或网络问题。
今天(2022年4月14日)看到了之前下的 Edge 安装包,再次尝试,结果可以安装了!!!
后来我仔细分析确定问题原因是网络问题,微软中国的网络出现故障,
- 延迟,甚至响应超时,导致点击安装程序后长时间无响应,这个问题应该经常发生,即便是今天我多次运行安装程序,也会发生;
- 网络故障,导致网页点击下载按钮无响应。
准备工作
我一共有六个版本的安装包,其中前五个是主动下载的,最后一个是点击“帮助和反馈”->“关于 Microsoft Edge” 后 Edge 自动检查更新下载的:
- 腾讯电脑管家下载的正式版 112.0.1722.39 。
- Edge 官网下载的正式版 112.0.1722.46 。
- Edge Insider 官网下载的 Beta 版 113.0.1774.9 。
- Edge Insider 官网下载的 Dev 版 114.0.1788.0 。
- Edge Insider 官网下载的 Canary 版 114.0.1794.0
- Edge 自动检查更新下载的 MicrosoftEdge_X64_112.0.1722.46_112.0.1722.39 。
二、测试
2.1. 运行手动保存的安装程序无法安装
下图中红框内的所有安装程序均无法直接安装 Edge ,因为 Edge 在安装过程中需要归档打包、解压、复制移动文件、配置注册表等操作,导致无法直接通过安装程序安装 Edge 。
2.2、依次从低版本到高版本安装
2.2.1 运行腾讯电脑管家下载的正式版 112.0.1722.39
测试安装前已卸载了所有的 Edge 。
使用图中圈红的安装包进行安装。
观察安装过程文件变化,并查看安装日志发现,安装第一步是先安装 EdgeUpdate ,并安装相应服务。
最初只安装了三个服务 Microsoft Edge Update Service (edgeupdate) 、Microsoft Edge Update Service (edgeupdatem)、Microsoft Edge Elevation Service (MicrosoftEdgeElevationService)。
然后安装了 Edge 正式版的当前最新版本 112.0.1722.48 。
接着,会在 C:\\Program Files\\WindowsApps
中安装 Microsoft.MicrosoftEdge.Stable_112.0.1722.48_neutral__8wekyb3d8bbwe 目录(末尾的字符串会随版本不同而变化)。
这可在腾讯电脑管家的软件市场中看到,却没有出现在 Windows 的“应用和功能”中。
等待片刻,会自动安装 Microsoft Edge WebView2 Runtime ,版本为112.0.1722.39 ,可 C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application\\112.0.1722.39
里面的 msedge.exe 却无法打开,而可以打开 C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.39
中的 msedge.exe 。WebView2 的日志位于 C:\\Windows\\Temp\\msedge_installer.log
,与其他版本不同。
注意
必须先彻底关闭 Edge 进程之后才能启动对应的版本,否则只会启动 Edge 正式版。
然后会将 Microsoft Edge Update 从 1.3.173.51 更新至 1.3.173.55 ,删除旧版的,安装新版的,可注册表信息、Windows “应用和功能” 中却未更新相应信息。
将安装包下载到 C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Download\\{F3C4FE00-EFD5-403B-9569-398A20F1BA4A}\\1.3.173.55
中。
日志部分内容如下:
[10556:10492:0418/005700.198:296128078:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[10556:10492:0418/005700.199:296128078:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{AE19C591-DFEC-4BC2-88DF-4CCFD380249E}\\EDGEMITMP_54C7F.tmp\\setup.exe" --install-archive="C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{AE19C591-DFEC-4BC2-88DF-4CCFD380249E}\\MicrosoftEdge_X64_112.0.1722.48.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable
[10556:10492:0418/005700.200:296128078:VERBOSE1:setup_main.cc(2863)] system install is 1
[10556:10492:0418/005700.259:296128140:WARNING:app_command.cc(95)] Error reading CommandLine value from registry: 2
[10556:10492:0418/005700.259:296128140:VERBOSE1:app_commands.cc(51)] Skipping over key "on-logon-autolaunch" as it does not appear to hold a product command.
[10556:10492:0418/005700.286:296128171:VERBOSE1:installer_state.cc(95)] Install
[10556:10492:0418/005700.287:296128171:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[10556:10492:0418/005700.293:296128171:VERBOSE1:setup_singleton.cc(67)] SetupSingleton::Acquire entry for 2
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(157)] SetupSingleton exit_event_mutex acquire begin (5000)
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(166)] SetupSingleton exit_event_mutex acquire success
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(171)] SetupSingleton exit_event_mutex signal
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(175)] SetupSingleton setup_mutex acquire begin (5000)
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(184)] SetupSingleton setup_mutex acquire success
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(186)] SetupSingleton exit_event_mutex reset
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(67)] SetupSingleton::Acquire entry for 0
[10556:10492:0418/005700.295:296128171:VERBOSE1:setup_singleton.cc(157)] SetupSingleton exit_event_mutex acquire begin (4998)
[10556:10492:0418/005700.296:296128171:VERBOSE1:setup_singleton.cc(166)] SetupSingleton exit_event_mutex acquire success
[10556:10492:0418/005700.296:296128171:VERBOSE1:setup_singleton.cc(171)] SetupSingleton exit_event_mutex signal
[10556:10492:0418/005700.296:296128171:VERBOSE1:setup_singleton.cc(175)] SetupSingleton setup_mutex acquire begin (4998)
[10556:10492:0418/005700.296:296128171:VERBOSE1:setup_singleton.cc(184)] SetupSingleton setup_mutex acquire success
[10556:10492:0418/005700.296:296128171:VERBOSE1:setup_singleton.cc(186)] SetupSingleton exit_event_mutex reset
[10556:10492:0418/005700.296:296128171:WARNING:app_command.cc(95)] Error reading CommandLine value from registry: 2
[10556:10492:0418/005700.296:296128171:VERBOSE1:app_commands.cc(51)] Skipping over key "on-logon-autolaunch" as it does not appear to hold a product command.
[10556:10492:0418/005700.299:296128171:VERBOSE1:installer_state.cc(95)] Install
[10556:10492:0418/005700.301:296128187:VERBOSE1:setup_main.cc(1430)] Installing to C:\\Program Files (x86)\\Microsoft\\Edge\\Application
[10556:10492:0418/005700.302:296128187:VERBOSE1:setup_main.cc(2428)] version to install: 112.0.1722.48
[10556:10492:0418/005700.304:296128187:VERBOSE1:setup_main.cc(1121)] Created path C:\\Program Files (x86)\\Microsoft\\Edge\\Temp
[10556:10492:0418/005700.305:296128187:VERBOSE1:setup_main.cc(1143)] Temp dir's size in bytes: 0, in MB: 0
[10556:10492:0418/005700.306:296128187:VERBOSE1:setup_main.cc(1206)] Found 1 directories in C:\\Program Files (x86)\\Microsoft\\Temp
[10556:10492:0418/005700.307:296128187:VERBOSE1:setup_main.cc(2179)] Installing Edge from compressed archive C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{AE19C591-DFEC-4BC2-88DF-4CCFD380249E}\\MicrosoftEdge_X64_112.0.1722.48.exe
[10556:10492:0418/005700.307:296128187:VERBOSE1:lzma_util.cc(338)] Opening archive C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{AE19C591-DFEC-4BC2-88DF-4CCFD380249E}\\MicrosoftEdge_X64_112.0.1722.48.exe
[10556:10492:0418/005700.308:296128187:VERBOSE1:lzma_util.cc(345)] Uncompressing archive to path C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\source10556_913242258
[10556:10492:0418/005700.308:296128187:VERBOSE1:lzma_util.cc(431)] Unpack options. Soft-Reserve: 1, WOF: 0, Signature cache: 0
[10556:10492:0418/005700.310:296128187:VERBOSE1:lzma_util.cc(548)] Marking target file as a storage soft-reserve candidate: C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\source10556_913242258\\MSEDGE.7z
[10556:10492:0418/005711.384:296139265:VERBOSE1:lzma_util.cc(763)] Unpack completed. Size: 495752601
[10556:10492:0418/005711.385:296139265:VERBOSE1:setup_main.cc(2191)] ArchiveUncompressAndPatch success.
[10556:10492:0418/005711.385:296139265:VERBOSE1:setup_main.cc(2574)] Unpacking to EdgeCore: C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48
[10556:10492:0418/005711.387:296139265:VERBOSE1:setup_main.cc(1243)] Created path C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48
[10556:10492:0418/005711.387:296139265:VERBOSE1:lzma_util.cc(338)] Opening archive C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\source10556_913242258\\msedge.7z
[10556:10492:0418/005711.387:296139265:VERBOSE1:lzma_util.cc(345)] Uncompressing archive to path C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48
[10556:10492:0418/005711.387:296139265:VERBOSE1:lzma_util.cc(431)] Unpack options. Soft-Reserve: 0, WOF: 0, Signature cache: 1
[10556:10492:0418/005754.860:296182734:VERBOSE1:lzma_util.cc(763)] Unpack completed. Size: 495748955
[10556:10492:0418/005754.862:296182734:VERBOSE1:setup_main.cc(2375)] Unpacked archive to: C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48
[10556:10492:0418/005754.862:296182734:VERBOSE1:setup_main.cc(2376)] Created archive metadata: C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\source10556_913242258\\msedge_7z.data
[10556:10492:0418/005754.863:296182734:VERBOSE1:setup_main.cc(1243)] Created path C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48\\Installer
[10556:10492:0418/005754.963:296182828:VERBOSE1:setup_main.cc(1243)] Created path C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48
[10556:10492:0418/005755.009:296182875:VERBOSE1:setup_util.cc(921)] Likely over-install: new version matches current version.
[10556:10492:0418/005755.017:296182890:VERBOSE1:setup_util.cc(921)] Likely over-install: new version matches current version.
[10556:10492:0418/005755.017:296182890:VERBOSE1:install_worker.cc(407)] Will merge files from: C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48 to: C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48
[10556:10492:0418/005755.018:296182890:VERBOSE1:install_worker.cc(293)] AddFireWallRuleWorkItem C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe
[10556:10492:0418/005755.019:296182890:VERBOSE1:install_worker.cc(1602)] Adding registration items for Active Setup.
[10556:10492:0418/005755.019:296182890:VERBOSE1:install_worker.cc(293)] AddFireWallRuleWorkItem C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe
[10556:10492:0418/005755.023:296182890:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[10556:10492:0418/005755.023:296182890:VERBOSE1:create_dir_work_item.cc(33)] creating directory C:\\Program Files (x86)\\Microsoft\\Edge\\Temp
[10556:10492:0418/005755.023:296182890:VERBOSE1:create_dir_work_item.cc(33)] creating directory C:\\Program Files (x86)\\Microsoft\\Edge\\Application
[10556:10492:0418/005755.023:296182890:VERBOSE1:install_worker.cc(518)] AddAppContainerFoldersAclWorkItems callback C:\\Program Files (x86)\\Microsoft\\Edge\\Application
[10556:10492:0418/005755.026:296182890:VERBOSE1:install_worker.cc(525)] AddAppContainerFoldersAclWorkItems callback C:\\Program Files (x86)\\Microsoft\\EdgeCore
[10556:10492:0418/005755.130:296183000:VERBOSE1:create_dir_work_item.cc(33)] creating directory C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\SetupMetrics
[10556:10492:0418/005755.130:296183000:VERBOSE1:create_dir_work_item.cc(38)] Top directory that needs to be created: C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\SetupMetrics
[10556:10492:0418/005755.131:296183000:VERBOSE1:create_dir_work_item.cc(42)] Created directory
[10556:10492:0418/005755.390:296183265:VERBOSE1:system_restore_resiliency.cc(228)] TryWinResiliencyLinkTree under path: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48'.
[10556:10492:0418/005755.656:296183531:VERBOSE1:system_restore_resiliency.cc(257)] TryWinResiliencyLinkTree completed. Files: 207, Processed: 147, Failed: 0, Ignored: 60.
[10556:10492:0418/005755.656:296183531:VERBOSE1:install_worker.cc(220)] Milliseconds spent on Resiliency Linking: 265. Is background: 0
[10556:10492:0418/005755.657:296183531:VERBOSE1:install.cc(585)] Successfully wrote msedge.VisualElementsManifest.xml to C:\\Program Files (x86)\\Microsoft\\Edge\\Application
[10556:10492:0418/005755.662:296183531:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\msedge.exe to destination C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe
[10556:10492:0418/005755.832:296183703:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005755.833:296183703:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value --uninstall --msedge --channel=stable --system-level --verbose-logging into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005755.834:296183703:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005755.852:296183718:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005755.883:296183750:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\MicrosoftEdgeUpdate.exe" /install appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft%20Edge&needsadmin=true&repairtype=windowsonlinerepair /installsource taggedmi into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005755.966:296183843:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --uninstall --msedge --channel=stable --system-level --verbose-logging into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005755.980:296183859:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005755.995:296183875:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005755.996:296183875:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge or Value: NoModify does not exist.
[10556:10492:0418/005756.011:296183890:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.029:296183906:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.045:296183921:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.060:296183937:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 112.0.1722.48 into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.075:296183953:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 112.0.1722.48 into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.088:296183953:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 20230418 into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.100:296183968:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.113:296183984:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge
[10556:10492:0418/005756.114:296183984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005756.114:296183984:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: oopcrashes does not exist.
[10556:10492:0418/005756.115:296183984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005756.115:296183984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 112.0.1722.48 into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005756.116:296183984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Microsoft\\Active Setup\\Installed Components\\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[10556:10492:0418/005756.174:296184046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --configure-user-settings --verbose-logging --system-level --msedge --channel=stable into Software\\Microsoft\\Active Setup\\Installed Components\\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[10556:10492:0418/005756.174:296184046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Microsoft\\Active Setup\\Installed Components\\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[10556:10492:0418/005756.174:296184046:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Active Setup\\Installed Components\\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[10556:10492:0418/005756.174:296184046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 43,0,1,0 into Software\\Microsoft\\Active Setup\\Installed Components\\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[10556:10492:0418/005756.176:296184046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --on-os-upgrade --msedge --channel=stable --system-level --verbose-logging into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade
[10556:10492:0418/005756.176:296184046:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade or Value: SendsPings does not exist.
[10556:10492:0418/005756.176:296184046:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade or Value: WebAccessible does not exist.
[10556:10492:0418/005756.177:296184046:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade
[10556:10492:0418/005756.177:296184046:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade or Value: RunAsUser does not exist.
[10556:10492:0418/005756.177:296184046:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade or Value: FinishBrowserReplacement does not exist.
[10556:10492:0418/005756.177:296184046:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-os-upgrade or Value: AutoRunOnLogon does not exist.
[10556:10492:0418/005756.334:296184203:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.334:296184203:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.336:296184203:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\AppID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.336:296184203:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\AppID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.359:296184234:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.359:296184234:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}\\LocalServer32
[10556:10492:0418/005756.359:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\notification_helper.exe" into Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}\\LocalServer32
[10556:10492:0418/005756.360:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\notification_helper.exe into Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}\\LocalServer32
[10556:10492:0418/005756.360:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {628ACE20-B77A-456F-A88D-547DB6CEEDD5} into Software\\Classes\\CLSID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.360:296184234:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Classes\\AppID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.361:296184234:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Classes\\AppID\\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[10556:10492:0418/005756.363:296184234:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[10556:10492:0418/005756.364:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FCBE96C-1697-43AF-9140-2897C7C69767} into Software\\Classes\\CLSID\\{1FCBE96C-1697-43AF-9140-2897C7C69767}
[10556:10492:0418/005756.365:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MicrosoftEdgeElevationService into Software\\Classes\\AppID\\{1FCBE96C-1697-43AF-9140-2897C7C69767}
[10556:10492:0418/005756.365:296184234:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Classes\\AppID\\{1FCBE96C-1697-43AF-9140-2897C7C69767} or Value: ServiceParameters does not exist.
[10556:10492:0418/005756.366:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IElevator into Software\\Classes\\Interface\\{C9C2B807-7731-4F34-81B7-44FF7779522B}
[10556:10492:0418/005756.367:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {00020424-0000-0000-C000-000000000046} into Software\\Classes\\Interface\\{C9C2B807-7731-4F34-81B7-44FF7779522B}\\ProxyStubClsid32
[10556:10492:0418/005756.368:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {C9C2B807-7731-4F34-81B7-44FF7779522B} into Software\\Classes\\Interface\\{C9C2B807-7731-4F34-81B7-44FF7779522B}\\TypeLib
[10556:10492:0418/005756.368:296184234:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1.0 into Software\\Classes\\Interface\\{C9C2B807-7731-4F34-81B7-44FF7779522B}\\TypeLib
[10556:10492:0418/005756.370:296184250:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\elevation_service.exe into Software\\Classes\\TypeLib\\{C9C2B807-7731-4F34-81B7-44FF7779522B}\\1.0\\0\\win32
[10556:10492:0418/005756.371:296184250:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\elevation_service.exe into Software\\Classes\\TypeLib\\{C9C2B807-7731-4F34-81B7-44FF7779522B}\\1.0\\0\\win64
[10556:10492:0418/005756.371:296184250:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[10556:10492:0418/005756.371:296184250:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: DowngradeVersion does not exist.
[10556:10492:0418/005756.372:296184250:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application into Software\\Microsoft\\Internet Explorer\\Main\\EnterpriseMode
[10556:10492:0418/005756.402:296184281:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[10556:10492:0418/005756.404:296184281:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {31575964-95F7-414B-85E4-0E9A93699E13} into AppID\\ie_to_edge_bho.dll\\
[10556:10492:0418/005756.404:296184281:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {31575964-95F7-414B-85E4-0E9A93699E13} into AppID\\ie_to_edge_bho.dll\\
[10556:10492:0418/005756.406:296184281:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho into AppID\\{31575964-95F7-414B-85E4-0E9A93699E13}
[10556:10492:0418/005756.408:296184281:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho into AppID\\{31575964-95F7-414B-85E4-0E9A93699E13}
[10556:10492:0418/005756.410:296184281:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\
[10556:10492:0418/005756.410:296184281:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\
[10556:10492:0418/005756.417:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Apartment into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\InprocServer32\\
[10556:10492:0418/005756.417:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Apartment into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\InprocServer32\\
[10556:10492:0418/005756.418:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\BHO\\ie_to_edge_bho_64.dll into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\InprocServer32\\
[10556:10492:0418/005756.418:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\BHO\\ie_to_edge_bho.dll into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\InprocServer32\\
[10556:10492:0418/005756.421:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\ProgID\\
[10556:10492:0418/005756.421:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\ProgID\\
[10556:10492:0418/005756.426:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {2397ECFE-3237-400F-AE51-62B25B3F15B5} into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\TypeLib\\
[10556:10492:0418/005756.427:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {2397ECFE-3237-400F-AE51-62B25B3F15B5} into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\TypeLib\\
[10556:10492:0418/005756.429:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\VersionIndependentProgID\\
[10556:10492:0418/005756.430:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO into CLSID\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\VersionIndependentProgID\\
[10556:10492:0418/005756.431:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO\\
[10556:10492:0418/005756.432:296184296:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO\\
[10556:10492:0418/005756.433:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO\\CLSID\\
[10556:10492:0418/005756.434:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO\\CLSID\\
[10556:10492:0418/005756.435:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into ie_to_edge_bho.IEToEdgeBHO\\CurVer\\
[10556:10492:0418/005756.436:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into ie_to_edge_bho.IEToEdgeBHO\\CurVer\\
[10556:10492:0418/005756.437:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO.1\\
[10556:10492:0418/005756.438:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO.1\\
[10556:10492:0418/005756.440:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO.1\\CLSID\\
[10556:10492:0418/005756.441:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO.1\\CLSID\\
[10556:10492:0418/005756.442:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge Handler into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.443:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge Handler into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.443:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_stub.exe into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.443:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_stub.exe into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.444:296184312:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.444:296184312:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.444:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\BHO into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.445:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\BHO into SOFTWARE\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[10556:10492:0418/005756.447:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Browser Helper Objects\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\
[10556:10492:0418/005756.447:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Browser Helper Objects\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\
[10556:10492:0418/005756.447:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Browser Helper Objects\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\
[10556:10492:0418/005756.448:296184312:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Browser Helper Objects\\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\\
[10556:10492:0418/005756.452:296184328:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Ext\\CLSID\\
[10556:10492:0418/005756.452:296184328:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Ext\\CLSID\\
[10556:10492:0418/005756.457:296184328:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[10556:10492:0418/005756.458:296184328:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\CLSID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[10556:10492:0418/005756.458:296184328:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\CLSID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[10556:10492:0418/005756.459:296184328:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\AppID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[10556:10492:0418/005756.460:296184328:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\AppID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[10556:10492:0418/005756.463:296184328:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Classes\\CLSID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[10556:10492:0418/005756.463:296184328:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Classes\\CLSID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}\\LocalServer32
[10556:10492:0418/005756.463:296184328:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\notification_click_helper.exe" into Software\\Classes\\CLSID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}\\LocalServer32
[10556:10492:0418/005756.463:296184328:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\notification_click_helper.exe into Software\\Classes\\CLSID\\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}\\LocalServer32
[10556:10492:0418/005756.464:296184343:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Internet Explorer\\EdgeIntegration\\AdapterLocations
[10556:10492:0418/005756.497:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\msedge.exe or Value: MaxLoaderThreads does not exist.
[10556:10492:0418/005756.497:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\msedgewebview2.exe or Value: MaxLoaderThreads does not exist.
[10556:10492:0418/005756.497:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\identity_helper.exe or Value: MaxLoaderThreads does not exist.
[10556:10492:0418/005756.498:296184375:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --launcher=on_logon_windows into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch
[10556:10492:0418/005756.499:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch or Value: SendsPings does not exist.
[10556:10492:0418/005756.499:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch or Value: WebAccessible does not exist.
[10556:10492:0418/005756.499:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch or Value: AutoRunOnOSUpgrade does not exist.
[10556:10492:0418/005756.499:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch or Value: RunAsUser does not exist.
[10556:10492:0418/005756.499:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch or Value: FinishBrowserReplacement does not exist.
[10556:10492:0418/005756.500:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-autolaunch or Value: AutoRunOnLogon does not exist.
[10556:10492:0418/005756.501:296184375:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --no-startup-window into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost
[10556:10492:0418/005756.501:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost or Value: SendsPings does not exist.
[10556:10492:0418/005756.501:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost or Value: WebAccessible does not exist.
[10556:10492:0418/005756.502:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost or Value: AutoRunOnOSUpgrade does not exist.
[10556:10492:0418/005756.502:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost or Value: RunAsUser does not exist.
[10556:10492:0418/005756.502:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost or Value: FinishBrowserReplacement does not exist.
[10556:10492:0418/005756.502:296184375:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\on-logon-startup-boost
[10556:10492:0418/005756.503:296184375:VERBOSE1:conditional_work_item_list.cc(16)] Evaluating InUseUpdateWorkItemList condition...
[10556:10492:0418/005756.503:296184375:VERBOSE1:conditional_work_item_list.cc(21)] No work to do in condition work item list InUseUpdateWorkItemList
[10556:10492:0418/005756.503:296184375:VERBOSE1:conditional_work_item_list.cc(16)] Evaluating RegularUpdateWorkItemList condition...
[10556:10492:0418/005756.503:296184375:VERBOSE1:conditional_work_item_list.cc(18)] Beginning conditional work item list
[10556:10492:0418/005756.503:296184375:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list RegularUpdateWorkItemList
[10556:10492:0418/005756.503:296184375:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value stable into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005756.504:296184375:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\Windows Error Reporting\\RuntimeExceptionHelperModules
[10556:10492:0418/005756.505:296184375:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --cleanup-for-downgrade-version=$1 --cleanup-for-downgrade-operation=$2 --msedge --channel=stable --system-level --verbose-logging into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005756.505:296184375:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 85.0.4169.0 into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005756.505:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: opv does not exist.
[10556:10492:0418/005756.505:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: cpv does not exist.
[10556:10492:0418/005756.505:296184375:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\cmd
[10556:10492:0418/005756.506:296184375:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: cmd does not exist.
[10556:10492:0418/005756.506:296184375:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\rename-chrome-exe
[10556:10492:0418/005756.509:296184375:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\msedge_proxy.exe to destination C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge_proxy.exe
[10556:10492:0418/005756.511:296184390:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\pwahelper.exe to destination C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\pwahelper.exe
[10556:10492:0418/005756.513:296184390:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\delegatedWebFeatures.sccd to destination C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\delegatedWebFeatures.sccd
[10556:10492:0418/005756.718:296184593:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list RegularUpdateWorkItemList
[10556:10492:0418/005756.724:296184593:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --edge-vbs-disable --system-level --verbose-logging --msedge --channel=stable into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable
[10556:10492:0418/005756.724:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable or Value: SendsPings does not exist.
[10556:10492:0418/005756.725:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable or Value: WebAccessible does not exist.
[10556:10492:0418/005756.725:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable or Value: AutoRunOnOSUpgrade does not exist.
[10556:10492:0418/005756.725:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable or Value: RunAsUser does not exist.
[10556:10492:0418/005756.726:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable or Value: FinishBrowserReplacement does not exist.
[10556:10492:0418/005756.726:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-disable or Value: AutoRunOnLogon does not exist.
[10556:10492:0418/005756.728:296184593:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --edge-vbs-enable --system-level --verbose-logging --msedge --channel=stable into Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable
[10556:10492:0418/005756.728:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable or Value: SendsPings does not exist.
[10556:10492:0418/005756.728:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable or Value: WebAccessible does not exist.
[10556:10492:0418/005756.728:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable or Value: AutoRunOnOSUpgrade does not exist.
[10556:10492:0418/005756.729:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable or Value: RunAsUser does not exist.
[10556:10492:0418/005756.729:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable or Value: FinishBrowserReplacement does not exist.
[10556:10492:0418/005756.729:296184593:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\Clients\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\\Commands\\edge-vbs-enable or Value: AutoRunOnLogon does not exist.
[10556:10492:0418/005756.731:296184609:VERBOSE1:install.cc(282)] Success copying manifest C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\identity_proxy\\stable.identity_helper.exe.manifest to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48
[10556:10492:0418/005756.732:296184609:VERBOSE1:install.cc(311)] Success copying notification_helper manifest C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\identity_helper.exe.manifest to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\notification_helper.exe.manifest
[10556:10492:0418/005756.732:296184609:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[10556:10492:0418/005756.732:296184609:VERBOSE1:install.cc(474)] Install repaired of version 112.0.1722.48
[10556:10492:0418/005756.733:296184609:VERBOSE1:install.cc(839)] Launching ""C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{AE19C591-DFEC-4BC2-88DF-4CCFD380249E}\\EDGEMITMP_54C7F.tmp\\setup.exe" --msedge --channel=stable --system-level --verbose-logging --create-shortcuts=0 --install-level=1" to create shortcuts
[19940:5844:0418/005756.817:296184687:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[19940:5844:0418/005756.817:296184687:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{AE19C591-DFEC-4BC2-88DF-4CCFD380249E}\\EDGEMITMP_54C7F.tmp\\setup.exe" --msedge --channel=stable --system-level --verbose-logging --create-shortcuts=0 --install-level=1
[19940:5844:0418/005756.818:296184687:VERBOSE1:setup_main.cc(2863)] system install is 1
[19940:5844:0418/005756.819:296184687:WARNING:app_command.cc(95)] Error reading CommandLine value from registry: 2
[19940:5844:0418/005756.819:296184687:VERBOSE1:app_commands.cc(51)] Skipping over key "on-logon-autolaunch" as it does not appear to hold a product command.
[19940:5844:0418/005756.847:296184718:VERBOSE1:installer_state.cc(95)] Install
[19940:5844:0418/005756.848:296184718:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[19940:5844:0418/005756.873:296184750:VERBOSE1:shell_util.cc(4592)] IsEnterpriseDevice() returning false
[19940:5844:0418/005756.873:296184750:VERBOSE1:shell_util.cc(3095)] ShouldCreateDesktopShortcut() returning true
[19940:5844:0418/005756.874:296184750:VERBOSE1:install.cc(187)] Creating all-users Desktop "Microsoft Edge" shortcut to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe.
[19940:5844:0418/005757.104:296184968:VERBOSE1:install.cc(187)] Creating per-user Quick Launch "Microsoft Edge" shortcut to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe.
[19940:5844:0418/005757.299:296185171:VERBOSE1:install.cc(187)] Creating all-users Start menu "Microsoft Edge" shortcut to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe.
[19940:5844:0418/005757.539:296185406:VERBOSE1:shell_util.cc(2965)] [LnS] Create Migration Shortcut success!
[19940:5844:0418/005757.971:296185843:VERBOSE1:setup_main.cc(3048)] NonInstall operation completed. Exit code: 99
[10556:10492:0418/005758.169:296186046:VERBOSE1:install.cc(855)] Shortcut creation process succeeded.
[10556:10492:0418/005758.169:296186046:VERBOSE1:install.cc(214)] Adding Edge to Media player list at Software\\Microsoft\\MediaPlayer\\ShimInclusionList\\msedge.exe
[10556:10492:0418/005758.170:296186046:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Microsoft\\MediaPlayer\\ShimInclusionList\\msedge.exe
[10556:10492:0418/005758.170:296186046:VERBOSE1:setup_util.cc(1002)] Registering Edge's event log provider at SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Edge
[10556:10492:0418/005758.170:296186046:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list Register event log provider
[10556:10492:0418/005758.171:296186046:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Edge
[10556:10492:0418/005758.171:296186046:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Edge
[10556:10492:0418/005758.172:296186046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\eventlog_provider.dll into SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Edge
[10556:10492:0418/005758.172:296186046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\eventlog_provider.dll into SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Edge
[10556:10492:0418/005758.172:296186046:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\eventlog_provider.dll into SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\Edge
[10556:10492:0418/005758.172:296186046:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list Register event log provider
[10556:10492:0418/005758.172:296186046:VERBOSE1:install.cc(766)] Registering Edge as browser: C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe
[10556:10492:0418/005758.172:296186046:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\run
[10556:10492:0418/005758.184:296186062:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[10556:10492:0418/005758.184:296186062:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge HTML Document into Software\\Classes\\MSEdgeHTM
[10556:10492:0418/005758.185:296186062:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Classes\\MSEdgeHTM\\DefaultIcon
[10556:10492:0418/005758.203:296186078:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --single-argument %1 into Software\\Classes\\MSEdgeHTM\\shell\\open\\command
[10556:10492:0418/005758.220:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --do-not-de-elevate --single-argument %1 into Software\\Classes\\MSEdgeHTM\\shell\\runas\\command
[10556:10492:0418/005758.221:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\MSEdgeHTM\\shell\\runas
[10556:10492:0418/005758.221:296186093:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Classes\\MSEdgeHTM\\shell\\open\\command or Value: DelegateExecute does not exist.
[10556:10492:0418/005758.221:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\\Classes\\MSEdgeHTM
[10556:10492:0418/005758.222:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\\Classes\\MSEdgeHTM\\Application
[10556:10492:0418/005758.222:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Classes\\MSEdgeHTM\\Application
[10556:10492:0418/005758.223:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Classes\\MSEdgeHTM\\Application
[10556:10492:0418/005758.223:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 浏览 Web into Software\\Classes\\MSEdgeHTM\\Application
[10556:10492:0418/005758.224:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\\Classes\\MSEdgeHTM\\Application
[10556:10492:0418/005758.224:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge PDF Document into Software\\Classes\\MSEdgePDF
[10556:10492:0418/005758.225:296186093:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,13 into Software\\Classes\\MSEdgePDF\\DefaultIcon
[10556:10492:0418/005758.241:296186109:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --single-argument %1 into Software\\Classes\\MSEdgePDF\\shell\\open\\command
[10556:10492:0418/005758.259:296186125:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --do-not-de-elevate --single-argument %1 into Software\\Classes\\MSEdgePDF\\shell\\runas\\command
[10556:10492:0418/005758.260:296186125:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\MSEdgePDF\\shell\\runas
[10556:10492:0418/005758.260:296186125:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Classes\\MSEdgePDF\\shell\\open\\command or Value: DelegateExecute does not exist.
[10556:10492:0418/005758.260:296186125:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\\Classes\\MSEdgePDF
[10556:10492:0418/005758.261:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\\Classes\\MSEdgePDF\\Application
[10556:10492:0418/005758.261:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Classes\\MSEdgePDF\\Application
[10556:10492:0418/005758.262:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Classes\\MSEdgePDF\\Application
[10556:10492:0418/005758.262:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 浏览 Web into Software\\Classes\\MSEdgePDF\\Application
[10556:10492:0418/005758.263:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\\Classes\\MSEdgePDF\\Application
[10556:10492:0418/005758.263:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge MHT Document into Software\\Classes\\MSEdgeMHT
[10556:10492:0418/005758.264:296186140:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Classes\\MSEdgeMHT\\DefaultIcon
[10556:10492:0418/005758.280:296186156:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --single-argument %1 into Software\\Classes\\MSEdgeMHT\\shell\\open\\command
[10556:10492:0418/005758.298:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --do-not-de-elevate --single-argument %1 into Software\\Classes\\MSEdgeMHT\\shell\\runas\\command
[10556:10492:0418/005758.298:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\MSEdgeMHT\\shell\\runas
[10556:10492:0418/005758.299:296186171:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Classes\\MSEdgeMHT\\shell\\open\\command or Value: DelegateExecute does not exist.
[10556:10492:0418/005758.299:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\\Classes\\MSEdgeMHT
[10556:10492:0418/005758.300:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\\Classes\\MSEdgeMHT\\Application
[10556:10492:0418/005758.300:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Classes\\MSEdgeMHT\\Application
[10556:10492:0418/005758.301:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Classes\\MSEdgeMHT\\Application
[10556:10492:0418/005758.301:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 浏览 Web into Software\\Classes\\MSEdgeMHT\\Application
[10556:10492:0418/005758.302:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\\Classes\\MSEdgeMHT\\Application
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\open
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\open\\command
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\open\\command
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\opennewwindow
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\opennewwindow
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\opennewwindow\\command
[10556:10492:0418/005758.302:296186171:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\MSEdge\\.exe\\shell\\opennewwindow\\command
[10556:10492:0418/005758.303:296186171:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\msedge.exe
[10556:10492:0418/005758.303:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe into Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\msedge.exe
[10556:10492:0418/005758.304:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application into Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\msedge.exe
[10556:10492:0418/005758.305:296186171:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\msedge.exe\\SupportedProtocols
[10556:10492:0418/005758.305:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\msedge.exe\\SupportedProtocols
[10556:10492:0418/005758.306:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\msedge.exe\\SupportedProtocols
[10556:10492:0418/005758.306:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.htm\\OpenWithProgids
[10556:10492:0418/005758.307:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.html\\OpenWithProgids
[10556:10492:0418/005758.307:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.shtml\\OpenWithProgids
[10556:10492:0418/005758.307:296186171:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.svg\\OpenWithProgids
[10556:10492:0418/005758.308:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.xht\\OpenWithProgids
[10556:10492:0418/005758.308:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.xhtml\\OpenWithProgids
[10556:10492:0418/005758.309:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.webp\\OpenWithProgids
[10556:10492:0418/005758.309:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.xml\\OpenWithProgids
[10556:10492:0418/005758.310:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.pdf\\OpenWithProgids
[10556:10492:0418/005758.310:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.mht\\OpenWithProgids
[10556:10492:0418/005758.311:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value into Software\\Classes\\.mhtml\\OpenWithProgids
[10556:10492:0418/005758.311:296186187:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[10556:10492:0418/005758.311:296186187:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[10556:10492:0418/005758.312:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Clients\\StartMenuInternet\\Microsoft Edge
[10556:10492:0418/005758.312:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\shell\\open\\command
[10556:10492:0418/005758.313:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\DefaultIcon
[10556:10492:0418/005758.314:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --make-default-browser into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\InstallInfo
[10556:10492:0418/005758.314:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --hide-icons into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\InstallInfo
[10556:10492:0418/005758.315:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --show-icons into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\InstallInfo
[10556:10492:0418/005758.315:296186187:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\InstallInfo
[10556:10492:0418/005758.316:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities into Software\\RegisteredApplications
[10556:10492:0418/005758.316:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge 是以闪电速度运行网页和应用程序的 Web 浏览器。它快速、稳定而且易于使用。通过 Microsoft Edge 中内置的恶意软件和网络钓鱼防护可以更安全地浏览网站。 into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities
[10556:10492:0418/005758.317:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe,0 into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities
[10556:10492:0418/005758.317:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities
[10556:10492:0418/005758.318:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\Startmenu
[10556:10492:0418/005758.319:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.319:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.320:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.321:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.321:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.322:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.322:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.323:296186187:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.324:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgePDF into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.324:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeMHT into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.325:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeMHT into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\FileAssociations
[10556:10492:0418/005758.326:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.326:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.327:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.327:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.328:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.329:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.329:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.330:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.331:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.331:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.332:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.333:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.333:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.334:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.335:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.335:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.336:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.336:296186203:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\\Clients\\StartMenuInternet\\Microsoft Edge\\Capabilities\\URLAssociations
[10556:10492:0418/005758.337:296186203:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\CurrentVersion\\ApplicationAssociationToasts
[10556:10492:0418/005758.338:296186203:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\Windows\\CurrentVersion\\ApplicationAssociationToasts
[10556:10492:0418/005758.338:296186203:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[10556:10492:0418/005758.339:296186218:VERBOSE1:shell_util.cc(4722)] The product primary ProgId is registered on the machine. We will remove unexpected user level registrations if encountered.
[10556:10492:0418/005758.339:296186218:VERBOSE1:registry_util.cc(24)] Deleting registry key S-1-5-21-2979148003-1080335515-998847473-500\\Software\\Classes\\MSEdgeHTM
[10556:10492:0418/005758.340:296186218:VERBOSE1:shell_util.cc(4648)] Taking default associations
[10556:10492:0418/005758.506:296186375:VERBOSE1:shell_util.cc(1903)] No default associations to modify were found.
[10556:10492:0418/005758.506:296186375:VERBOSE1:shell_util.cc(4847)] Attempting to set Edge as the default MHT handler
[10556:10492:0418/005758.509:296186375:VERBOSE1:shell_util.cc(4882)] Another app is already the default for .mht
[10556:10492:0418/005758.511:296186390:VERBOSE1:shell_util.cc(4882)] Another app is already the default for .mhtml
[10556:10492:0418/005758.511:296186390:VERBOSE1:shell_util.cc(4800)] microsoft-edge handler matched mode: {0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}, suffix: , target: C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe
[10556:10492:0418/005758.511:296186390:WARNING:shell_util.cc(4808)] [PROTOCHECK] microsoft-edge handler install mode is not registered or target does not match.
[10556:10492:0418/005758.516:296186390:VERBOSE1:delete_old_versions.cc(472)] Removing broken version dir exe firewall rules under C:\\Program Files (x86)\\Microsoft\\Edge\\Application
[10556:10492:0418/005758.535:296186406:VERBOSE1:install.cc(1220)] Launching ""C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --msedge --channel=stable --register-package-identity --verbose-logging --system-level" to register package identity.
[10556:10492:0418/005758.637:296186515:VERBOSE1:setup_main.cc(1289)] PruneUnusedCoreVersions keep(2) C:\\Program Files (x86)\\Microsoft\\EdgeCore\\112.0.1722.48
[10556:10492:0418/005758.637:296186515:VERBOSE1:setup_main.cc(1332)] PruneUnusedCoreVersions count=1
[10556:10492:0418/005758.638:296186515:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list Write Installer Result
[10556:10492:0418/005758.640:296186515:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005758.640:296186515:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005758.640:296186515:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: InstallerResultUIString does not exist.
[10556:10492:0418/005758.641:296186515:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe" --from-installer into Software\\Microsoft\\EdgeUpdate\\ClientState\\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[10556:10492:0418/005758.641:296186515:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list Write Installer Result
[10556:10492:0418/005758.641:296186515:VERBOSE1:setup_main.cc(2768)] Deleting temporary directory C:\\Program Files (x86)\\Microsoft\\Edge\\Temp
[14904:19092:0418/005758.712:296186578:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[14904:19092:0418/005758.712:296186578:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\Installer\\setup.exe" --msedge --channel=stable --register-package-identity --verbose-logging --system-level
[14904:19092:0418/005758.713:296186578:VERBOSE1:setup_main.cc(2863)] system install is 1
[14904:19092:0418/005758.714:296186593:WARNING:app_command.cc(95)] Error reading CommandLine value from registry: 2
[14904:19092:0418/005758.714:296186593:VERBOSE1:app_commands.cc(51)] Skipping over key "on-logon-autolaunch" as it does not appear to hold a product command.
[10556:10492:0418/005758.715:296186593:VERBOSE1:delete_after_reboot_helper.cc(99)] Scheduled for deletion: C:\\Program Files (x86)\\Microsoft\\Edge
[10556:10492:0418/005758.715:296186593:VERBOSE1:google_update_settings.cc(751)] Installer result: 0. Removing -full AP hint. New AP hint:
[10556:10492:0418/005758.715:296186593:VERBOSE1:setup_main.cc(1465)] Milliseconds spent on install: 58408. Is background: 0
[10556:10492:0418/005758.715:296186593:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\CLSID\\{931A0B81-1FA6-45EC-BD59-915C75D9D307}
[10556:10492:0418/005758.716:296186593:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Classes\\CLSID\\{931A0B81-1FA6-45EC-BD59-915C75D9D307}
[10556:10492:0418/005758.716:296186593:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\\Chromium Binaries
[10556:10492:0418/005758.716:296186593:VERBOSE1:setup_main.cc(3222)] Peak pagefile (MB): 33
[10556:10492:0418/005758.716:296186593:VERBOSE1:setup_main.cc(3223)] Peak working-set (MB): 646
[10556:10492:0418/005758.716:296186593:VERBOSE1:setup_main.cc(3225)] Installer disk usage (MB): 493
[10556:10492:0418/005758.716:296186593:VERBOSE1:setup_main.cc(3226)] Free disk space (MB): 34081
[10556:10492:0418/005758.716:296186593:VERBOSE1:setup_main.cc(3239)] Installation complete, returning: 0
[10556:10492:0418/005758.717:296186593:WARNING:setup_util.cc(1448)] Repeated failure count: 0
[10556:10492:0418/005758.717:296186593:VERBOSE1:trace_logging.cc(28)] Unregister TraceLogging provider
[14904:19092:0418/005758.738:296186609:VERBOSE1:installer_state.cc(95)] Install
[14904:19092:0418/005758.739:296186609:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[14904:19092:0418/005758.756:296186625:VERBOSE1:setup_util.cc(243)] Looking for Edge version folder under C:\\Program Files (x86)\\Microsoft\\Edge\\Application
[14904:19092:0418/005758.756:296186625:VERBOSE1:setup_util.cc(255)] directory found: 112.0.1722.48
[14904:19092:0418/005758.760:296186625:VERBOSE1:setup_util.cc(255)] directory found: SetupMetrics
[14904:19092:0418/005809.916:296197781:INFO:edge_register_sparse_msix.cc(67)] MSIX Succeeded: Install MSIX package: C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\112.0.1722.48\\identity_proxy\\win10\\identity_helper.sparse.stable.msix
[14904:19092:0418/005810.338:296198203:VERBOSE1:appx_package_installer.cc(928)] Package Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe is already provisioned, register app to active user instead.
[14904:19092:0418/005825.642:296213515:INFO:edge_register_sparse_msix.cc(67)] MSIX Succeeded: Apply provisions for all users
[14904:19092:0418/005825.683:296213546:VERBOSE1:setup_main.cc(3048)] NonInstall operation completed. Exit code: 0
2.2.2 用 MicrosoftEdgeSetup 安装包安装正式版 112.0.1722.48
使用从官网下载的 MicrosoftEdgeSetup 正式版安装包安装,Edge 版本相同,为 112.0.1722.48 ,同时,会下载 MicrosoftEdge_X64_112.0.1722.48_112.0.1722.39 ,删除 112.0.1722.39 的 WebView2 ,安装 112.0.1722.48 WebView2 。
2.2.3 用 MicrosoftEdgeSetupBeta 安装包安装 Beta 版 113.0.1774.9
安装 Beta 版 ,并无异常,并新增了一个服务 MicrosoftEdgeBetaElevationService。
2.2.4 用 MicrosoftEdgeSetupDev 安装包安装 Dev 版 114.0.1788.0
安装 Dev 版 ,并无异常,并新增 Microsoft Edge Dev Elevation Service (MicrosoftEdgeDevElevationService) 服务。
2.2.5 用 MicrosoftEdgeSetupCanary 安装包安装 Canary 版 114.0.1794.0
安装 Canary 版本,并无异常,并未新增服务。
2.3 关于自动安装 Edge WebView 版本
不管你安装哪个版本的 Edge ,安装完后会安装三个 Edge 更新服务,然后会自动安装对应的 Edge WebView 版本,这是不可避免的,但你可以在自动安装完 WebView2 Runtime 之后再卸载它,但这样某些依赖它的 WebView2 小组件就无法工作了。建议还是保留为好。
笔者在安装 Beta 、Dev 、Canary 版时自动安装的 WebView2 版本为 112.0.1722.48 。
2.4 依次从高版本到低版本安装
2.4.1 用 MicrosoftEdgeSetupCanary 安装包安装 Canary 版 114.0.1800.0
这里有个小插曲,笔者又下载了最新的 Canary 版 安装包(114.0.1800.0)并重命名为 MicrosoftEdgeSetupCanary-20230418 。首次安装后,无论如何清理垃圾、删除注册表(可能没删除干净),也无论使用新版或旧版哪个 Canary 版 安装包均只会安装 114.0.1800.0 版本的。
同样,Canary 版没有对应的 Edge Update 服务。
2.4.2 用 MicrosoftEdgeSetupDev 安装包安装 Dev 版 114.0.1788.0
安装 Dev 版 ,并无异常,并新增 Microsoft Edge Dev Elevation Service (MicrosoftEdgeDevElevationService) 服务。随后,还会安装 112.0.1722.48 版本的 WebView2 。
2.4.3 用 MicrosoftEdgeSetupBeta 安装包安装 Beta 版 113.0.1774.9
效果与之前一样。
2.4.4 用 MicrosoftEdgeSetup 安装包安装正式版 112.0.1722.48
效果与之前相同。
2.4.5 运行腾讯电脑管家下载的正式版 112.0.1722.39
实际并未安装。
2.5 重复使用同一个安装包安装
看 log 每次安装时都会先创建 Temp
目录,然后移动或备份旧的 Application\\112.0.1722.48
目录中的文件到 Temp\\scoped_dir16600_1636633047_1636633047
目录,安装成功后删除 Temp
目录。
并且,安装过程主要是修改注册表信息,并不会重复下载和解压文件,除非原文件被删除了。
2.6 同时打开两个同一版本的安装包
这是网络故障时偶然发现的,误操作同时打开两个安装包又重现了。
安装完后,产生4个新的 new_
前缀的文件,看 log 是触发了 --rename-msedge-exe
选项。
再次安装一遍,则会删除 new_
前缀的文件,并在目录 C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\scoped_dir20452_1541128759
中产生 old_msedge.exe ,看 log 似乎触发了 --cleanup-for-downgrade-version
选项。
再次运行会删除 C:\\Program Files (x86)\\Microsoft\\Edge\\Temp
目录,看 log 触发了 --delete-old-versions
选项。
同样的情况还发生于对同一版本类型(正式、Beta、Dev、Canary)的不同版本的安装上。
三、结论
- 不同版本类型的安装相互兼容。
- 每次安装建议从官网下载最新的安装包。虽然安装包的大小都一样,但还是应从官网下载最新的安装包,因为一些配置文件信息会封装在安装包里。如果你反复用同一个旧安装包安装,很可能始终安装那个版本的 Edge ,有时也可能会安装最新版本的,这要看微软那边同步更新的速度,我猜测应该是要从微软服务器那边获取所对应的安装包配置信息。
- 安装 Edge 会安装 Edge Update 服务,建议保持默认。一个“延迟启动”,两个“手动”。
- 安装 Edge 还会安装对应的 Appx 版本。 安装目录在
C:\\Program Files\\WindowsApps
目录下。 - 安装 Edge 后会自动安装 WebView2 。
- 如果安装了全部版本,则:
C:\\Program Files (x86)\\Microsoft
包含 Edge, Edge Beta, Edge Dev, EdgeCore, EdgeUpdate, EdgeWebView 安装目录和 Temp 子目录;C:\\Users\\Administrator\\AppData\\Local\\Microsoft
包含 Edge, Edge Beta, Edge Dev 的用户数据,和 Edge SxS, EdgeCore, EdgeUpdate 安装目录。 - 有三类日志:1)除 WebView 版本以外的 Edge 具体安装日志
C:\\Users\\Administrator\\AppData\\Local\\Temp\\msedge_installer.log
;2)自动安装的 WebView 版本的安装日志C:\\Windows\\Temp\\msedge_installer.log
;3)Edge Update 服务的日志C:\\ProgramData\\Microsoft\\EdgeUpdate\\Log\\MicrosoftEdgeUpdate.log
。 - 安装过程概述:首先会安装 EdgeUpdate ,然后下载文件到
C:\\Program Files (x86)\\Microsoft\\Temp\\EUC5A6.tmp
(EUC5A6
只是一个实例) 归档为EdgeUpdate\\Download\\随机字符串\\版本号\\MicrosoftEdge_平台类型_版本号.exe
,然后复制到C:\\Program Files (x86)\\Microsoft\\EdgeUpdate\\Install\\{488DB263-4FD5-4F9A-BD1D-396A4FB7EC9D}
,然后解压它为EDGEMITMP_0FF05.tmp\\setup
并运行。解压归档到C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\source12636_977783170
,在其中创建一个软存储MSEDGE.7z
,再解压到C:\\Program Files (x86)\\Microsoft\\EdgeCore\\版本号
目录下,然后将归档元数据保存到C:\\Program Files (x86)\\Microsoft\\Edge\\Temp\\source12636_977783170\\msedge.7z.data
(或其他非 Canary 版本类型),然后创建C:\\Program Files (x86)\\Microsoft\\EdgeCore\\版本号\\Installer
目录,将它和setup.exe
复制到其中。之后再复制C:\\Program Files (x86)\\Microsoft\\EdgeCore\\版本号
到C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\版本号
。接着,复制一些诸如 msedge.exe 的.exe
文件到其上级目录Application
,再创建ResiliencyLinks
和C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\SetupMetrics
及其内的文件 。