-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteamviewer12-np.json
32 lines (32 loc) · 1.42 KB
/
teamviewer12-np.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
28
29
30
31
32
{
"version": "12.0.259024",
"description": "Software for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers.",
"homepage": "https://www.teamviewer.com/en/download/previous-versions/",
"license": {
"identifier": "Freeware",
"url": "https://www.teamviewer.com/en/eula/"
},
"url": "https://dl.teamviewer.com/download/version_12x/TeamViewer_Setup.exe#/setup.exe",
"hash": "15327a6fefcd8e0d615e0f20a95518f91401a0f54cf3ecd098d20ef217104b69",
"installer": {
"script": [
"Invoke-ExternalCommand \"$dir\\setup.exe\" -ArgumentList @('/S', '/norestart') -RunAs | Out-Null",
"Remove-Item \"$dir\\setup.exe\""
]
},
"uninstaller": {
"script": [
"taskkill /F /IM teamviewer.exe /FI 'status eq running'",
"$uninstall = \"$env:ProgramFiles\\TeamViewer\\uninstall.exe\"",
"if (-not (Test-Path $uninstall)) { $uninstall = \"${env:ProgramFiles(x86)}\\TeamViewer\\uninstall.exe\" }",
"Invoke-ExternalCommand \"$uninstall\" -ArgumentList @('/S', '/norestart') -RunAs | Out-Null"
]
},
"checkver": {
"url": "https://www.teamviewer.com/en/download/previous-versions/",
"regex": "Windows \\(v(12[\\d.]+)\\)"
},
"autoupdate": {
"url": "https://dl.teamviewer.com/download/version_12x/TeamViewer_Setup.exe#/setup.exe"
}
}