From 4f34b8f0947d2fd7c1bf448f8ab24ff1871fc10a Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Tue, 24 Jan 2023 02:30:20 +0100 Subject: [PATCH] MsiZap example im Template --- Winget-AutoUpdate/mods/_AppID-template.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Winget-AutoUpdate/mods/_AppID-template.ps1 b/Winget-AutoUpdate/mods/_AppID-template.ps1 index bfbcca6..54fe794 100644 --- a/Winget-AutoUpdate/mods/_AppID-template.ps1 +++ b/Winget-AutoUpdate/mods/_AppID-template.ps1 @@ -1,6 +1,8 @@ <# ARRAYS/VARIABLES #> #App to Run (as SYSTEM) -#$RunWait = $False if it shouldn't be waited for completion +#$RunWait = $False if it shouldn't be waited for completion. Example: +#$RunSystem = "C:\ProgramData\Winget-AutoUpdate\mods\bins\MsiZap.exe" +#$RunSwitch = "tw! {GUID}" $RunSystem = "" $RunSwitch = "" $RunWait = $True