mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add more descriptive error when KB not found
This commit is contained in:
parent
71737ea687
commit
e8a1d2f772
@ -248,7 +248,7 @@ Section -install_ucrt
|
||||
Pop $1 # Gets the stdout, which should be KB2999226 if it's installed
|
||||
${IfNot} $R0 == 0
|
||||
detailPrint "error: $R0"
|
||||
detailPrint "output: $R2"
|
||||
detailPrint "KB2999226 not found"
|
||||
${EndIf}
|
||||
|
||||
# If it returned KB2999226 it's already installed
|
||||
|
Loading…
Reference in New Issue
Block a user