abbodi1406 / vcredist

AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes
The Unlicense
5.38k stars 312 forks source link

Is it possible to add WebView 2 runtime library? #88

Closed mpamxl closed 5 months ago

mpamxl commented 6 months ago

Because some software requires it but don't want to install Edge Core and Edge Update.

abbodi1406 commented 6 months ago

How can i bundle continuously updated ~ 200MB runtime?

Edge Update can be disabled or prevented via registry

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate]
"UpdaterExperimentationAndConfigurationServiceControl"=dword:00000000
"Update{F3C4FE00-EFD5-403B-9569-398A20F1BA4A}"=dword:00000000
"Update{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}"=dword:00000000
"AutoUpdateCheckPeriodMinutes"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdateDev\CdpNames]
"msedgeupdate-stable-win-x64"="msedge-internal-win-x64"
"msedgeupdate-stable-win-x86"="msedge-internal-win-x86"
"msedgewebview-stable-win-x64"="msedge-internal-win-x64"
"msedgewebview-stable-win-x86"="msedge-internal-win-x86"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\EdgeUpdateDev\CdpNames]
"msedgeupdate-stable-win-x64"="msedge-internal-win-x64"
"msedgeupdate-stable-win-x86"="msedge-internal-win-x86"
"msedgewebview-stable-win-x64"="msedge-internal-win-x64"
"msedgewebview-stable-win-x86"="msedge-internal-win-x86"