-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDebugView.yml
44 lines (44 loc) · 1.45 KB
/
DebugView.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
version: "4.90"
description: DebugView. Monitors debug output on local system, or any computer on the network that can be reached via TCP/IP.
homepage: https://docs.microsoft.com/en-us/sysinternals/downloads/debugview
license:
identifier: Freeware
url: https://docs.microsoft.com/en-us/sysinternals/license-terms
url: https://download.sysinternals.com/files/DebugView.zip
hash: 05cfa3dde3d98eb333d0582556f4f520e6207fe8d335bd1e910d90692798f913
pre_install: |
$sysint = 'HKCU:\SOFTWARE\Sysinternals'
$fin = "$sysint\DbgView"
New-Item $sysint, $fin -ErrorAction 'SilentlyContinue' | Out-Null
Set-ItemProperty -Path $fin -Name 'EulaAccepted' -Value 1 -Type 'DWord' -Force | Out-Null
pre_uninstall: |
if ($purge) {
$sysInt = 'HKCU:\SOFTWARE\Sysinternals'
Remove-Item "$sysInt\DbgView" -ErrorAction 'SilentlyContinue' -Force -Recurse
if ((Get-ChildItem $sysInt).Count -eq 0) { Remove-Item $sysInt -ErrorAction 'SilentlyContinue' -Force -Recurse }
}
architecture:
64bit:
bin:
- dbgview64.exe
- - dbgview64.exe
- Dbgview
shortcuts:
- - dbgview64.exe
- SysInternals\DebugView
32bit:
bin: Dbgview.exe
shortcuts:
- - Dbgview.exe
- SysInternals\DebugView
arm64:
bin:
- Dbgview64a.exe
- - Dbgview64a.exe
- Dbgview
shortcuts:
- - Dbgview64a.exe
- SysInternals\DebugView
checkver: DebugView\s+v([\d.]+)</h1
autoupdate:
url: https://download.sysinternals.com/files/DebugView.zip