generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUAC.RDP-Wrapper.json
46 lines (45 loc) · 1.5 KB
/
UAC.RDP-Wrapper.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "1.6.2",
"description": "RDP Wrapper Library",
"homepage": "https://github.com/stascorp/rdpwrap",
"license": {
"identifier": "Apache-2.0"
},
"url": "https://github.com/stascorp/rdpwrap/releases/download/v1.6.2/RDPWrap-v1.6.2.zip",
"hash": "35a9481ddbed5177431a9ea4bd09468fe987797d7b1231d64942d17eb54ec269",
"bin": "RDPWInst.exe",
"shortcuts": [
[
"RDPConf.exe",
"RDPConf"
],
[
"RDPCheck.exe",
"RDPCheck"
],
[
"update.bat",
"RDPUpdate"
]
],
"installer": {
"script":[
"If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] \"Administrator\")){",
" abort \"ERROR: install require UAC. Please try again.\"",
"}",
"cmd.exe /c \"$dir\\install.bat\""
]
},
"uninstaller": {
"script":[
"If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] \"Administrator\")){",
" abort \"ERROR: install require UAC. Please try again.\"",
"}",
"cmd.exe /c \"$dir\\uninstall.bat\""
]
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/stascorp/rdpwrap/releases/download/v$version/RDPWrap-v$version.zip"
}
}