We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcf9f5 commit 8bce70dCopy full SHA for 8bce70d
1 file changed
bucket/webview2.json
@@ -27,6 +27,15 @@
27
"env_set": {
28
"WEBVIEW2_BROWSER_EXECUTABLE_FOLDER": "$dir"
29
},
30
+ "installer": {
31
+ "script": [
32
+ "$path = \"$dir\\$([System.IO.Path]::GetFileNameWithoutExtension($fname))\"",
33
+ "reg.exe add \"HKCU\\SOFTWARE\\Microsoft\\EdgeUpdate\\ClientState\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}\" /v \"EBWebView\" /t \"REG_SZ\" /d \"$dir\" /f | Out-Null"
34
+ ]
35
+ },
36
+ "uninstaller": {
37
+ "script": "reg.exe delete \"HKCU\\SOFTWARE\\Microsoft\\EdgeUpdate\\ClientState\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}\" /v \"EBWebView\" /f | Out-Null"
38
39
"checkver": {
40
"url": "https://developer.microsoft.com/en-us/Microsoft-edge/webview2/",
41
"script": [
@@ -58,4 +67,4 @@
58
67
}
59
68
60
69
61
-}
70
+}
0 commit comments