wingetautoupdate/Sources/WAU/Winget-AutoUpdate/mods/bins
romanitho c048ffc58f New organisation and creation of packages 2023-12-12 21:31:40 +01:00
..
README.md New organisation and creation of packages 2023-12-12 21:31:40 +01:00

README.md

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):

#$RunWait = $False if it shouldn't be waited for completion. Example:
#$RunSystem = "$PSScriptRoot\bins\MsiZap.exe"
#$RunSwitch = "tw! {GUID}"
$Run = ""
$RunSwitch = ""
$RunWait = $True