-
Notifications
You must be signed in to change notification settings - Fork 26
/
NetLimiter.yml
35 lines (35 loc) · 1.16 KB
/
NetLimiter.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
'##':
- https://www.netlimiter.com/docs/installation/command-line-options
- https://www.advancedinstaller.com/user-guide/exe-setup-file.html
- 'TODO:'
- ' Properly uninstall. Some services are running.'
version: 5.3.18.0
description: NetLimiter. Internet traffic control and monitoring tool designed for Windows.
homepage: https://www.netlimiter.com
license: Freeware
notes:
- Restarting system after installation is recommended.
- Some functions could behave incorrectly without restart.
url: https://www.netlimiter.com/files/download/nl4/netlimiter-5.3.18.0.exe
hash: 99ce75543755df63697610e00ce334564ce4d931d726ffb57d65a8a2679298de
installer:
args:
- /exenoui
- /exenoupdates
- /qn
- APPDIR="$dir"
- /l*v "$dir\installation.log"
uninstaller:
script: |
$ID = (Get-CimInstance Win32_Product -Filter "Name = 'NetLimiter 4'").IdentifyingNumber
msiexec.exe /x $ID /qn NL_CLEAN_SETTINGS=1
#### Prevent failed installation
Start-Sleep -Seconds 3
shortcuts:
- - NLClientApp.exe
- NetLimiter
checkver:
url: https://www.netlimiter.com/releases
regex: Release ([\d.]+)</a
autoupdate:
url: https://www.netlimiter.com/files/download/nl4/netlimiter-$version.exe