wingetautoupdate/Winget-AutoUpdate/mods/bins/README.md

9 lines
397 B
Markdown
Raw Normal View History

2023-01-24 01:59:04 +00:00
A Directory for placing useful **bins** (**MsiZap.exe** as a really good example) for running via the **Template Function** (https://support.microfocus.com/kb/doc.php?id=7023386):
2023-01-24 01:59:04 +00:00
#$RunWait = $False if it shouldn't be waited for completion. Example:
#$RunSystem = "C:\ProgramData\Winget-AutoUpdate\mods\bins\MsiZap.exe"
#$RunSwitch = "tw! {GUID}"
$Run = ""
$RunSwitch = ""
$RunWait = $True