MsiZap example im Template
parent
ceb80f1138
commit
4f34b8f094
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue