forked from wangzq/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclrprofiler.json
28 lines (27 loc) · 1.04 KB
/
clrprofiler.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"url": "https://download.microsoft.com/download/A/4/2/A42841BC-340B-4FDA-8D6A-B06A4FDD79AA/CLRProfiler4.EXE",
"version": "1.0.3924.20232",
"bin": [
[
"ClrProfiler\\Binaries\\64\\ClrProfiler.exe",
"ClrProfiler",
""
],
[
"ClrProfiler\\Binaries\\64\\ClrProfiler.exe",
"ClrProfiler64",
""
],
[
"ClrProfiler\\Binaries\\32\\ClrProfiler.exe",
"ClrProfiler32",
""
]
],
"pre_install": [
"Start-Process \"$dir\\ClrProfiler4.exe\" -Argument @(\"/Q\", \"/T:$dir\", \"/C\") -Wait",
"Remove-Item \"$dir\\ClrProfiler4.exe\"",
"Expand-Archive -Path \"$dir\\ClrProfiler.zip\" -DestinationPath \"$dir\" -Force",
"Remove-Item \"$dir\\ClrProfiler.zip\""
]
}