-
Notifications
You must be signed in to change notification settings - Fork 6
/
ZoomIt.yml
35 lines (35 loc) · 1.27 KB
/
ZoomIt.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
version: "8.01"
description: ZoomIt. Screen zoom and annotation tool for technical presentations that include application demonstrations.
homepage: https://docs.microsoft.com/en-us/sysinternals/downloads/zoomit
license:
identifier: Freeware
url: https://docs.microsoft.com/en-us/sysinternals/license-terms
url: https://download.sysinternals.com/files/ZoomIt.zip
hash: 145ee57762be20c125ea7fc38d24f1a4511e9151f50fce41708f98693337b8e7
pre_install: |
$sysint = 'HKCU:\SOFTWARE\Sysinternals'
$fin = "$sysint\ZoomIt"
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\ZoomIt" -ErrorAction 'SilentlyContinue' -Force -Recurse
if ((Get-ChildItem $sysInt).Count -eq 0) { Remove-Item $sysInt -ErrorAction 'SilentlyContinue' -Force -Recurse }
}
architecture:
64bit:
shortcuts:
- - ZoomIt64.exe
- SysInternals\ZoomIt
32bit:
shortcuts:
- - ZoomIt.exe
- SysInternals\ZoomIt
arm64:
shortcuts:
- - ZoomIt64a.exe
- SysInternals\ZoomIt
checkver: ZoomIt\s+v([\d.]+)</h1
autoupdate:
url: https://download.sysinternals.com/files/ZoomIt.zip