Readme fix

pull/263/head
KnifMelti 2023-01-24 03:36:04 +01:00
parent e1a7e82a07
commit 27ab5df144
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ A Directory for placing useful **bins** (**MsiZap.exe** as a really good example
#$RunWait = $False if it shouldn't be waited for completion. Example: #$RunWait = $False if it shouldn't be waited for completion. Example:
#$RunSystem = "$PSScriptRoot\bins\MsiZap.exe" #$RunSystem = "$PSScriptRoot\bins\MsiZap.exe"
#$RunSwitch = "tw! {GUID}" #$RunSwitch = "tw! `{GUID}`"
$Run = "" $Run = ""
$RunSwitch = "" $RunSwitch = ""
$RunWait = $True $RunWait = $True