MsiZap example im Template

pull/263/head
KnifMelti 2023-01-24 02:30:20 +01:00
parent ceb80f1138
commit 4f34b8f094
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<# ARRAYS/VARIABLES #> <# ARRAYS/VARIABLES #>
#App to Run (as SYSTEM) #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 = "" $RunSystem = ""
$RunSwitch = "" $RunSwitch = ""
$RunWait = $True $RunWait = $True