Readme in bins
parent
4f34b8f094
commit
36acaeb0ba
|
@ -1,6 +1,8 @@
|
||||||
A Directory for placing useful **bins** (**MsiZap.exe** as a really good example) for running via the **Template Function**:
|
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):
|
||||||
|
|
||||||
#App to Run ($RunWait = $False if it shouldn't be waited for)
|
#$RunWait = $False if it shouldn't be waited for completion. Example:
|
||||||
|
#$RunSystem = "C:\ProgramData\Winget-AutoUpdate\mods\bins\MsiZap.exe"
|
||||||
|
#$RunSwitch = "tw! {GUID}"
|
||||||
$Run = ""
|
$Run = ""
|
||||||
$RunSwitch = ""
|
$RunSwitch = ""
|
||||||
$RunWait = $True
|
$RunWait = $True
|
||||||
|
|
Loading…
Reference in New Issue