Add more descriptive error when KB not found

This commit is contained in:
twangboy 2018-08-20 17:04:10 -06:00
parent 71737ea687
commit e8a1d2f772
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -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