You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a log file is found after an EXE start, but has no content, an error appears. It needs to be checked not only if a LOG file exists, but also if it has any content.
/app silent.bat /hide
Done, return code is 0
--- Output ---
--------------
Waiting 10 seconds before checking if the process is still running...
[CallInst] is no longer running, waiting 5 seconds to allow cleanup...
Start of [C:\Users\Administrator\AppData\Local\Temp\ME-8.1.72.3002\CallInst.exe] done
Checking for first file matching [*.log] in [C:\Users\Administrator\AppData\Local\Temp\ME-8.1.72.3002]...
PS>TerminatingError(Write-HostOutputFromProgram): "Cannot bind argument to parameter 'Content' because it is an empty string."
Write-HostOutputFromProgram : Cannot bind argument to parameter 'Content' because it is an empty string.
At Z:\Scripts\BiosSledgehammer\BiosSledgehammer.ps1:2249 char:57
+ Write-HostOutputFromProgram -Name $filename -Content $content
+ ~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Write-HostOutputFromProgram], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Write-HostOutputFromProgram
Write-HostOutputFromProgram : Cannot bind argument to parameter 'Content' because it is an empty string.
At Z:\Scripts\BiosSledgehammer\BiosSledgehammer.ps1:2249 char:57
+ Write-HostOutputFromProgram -Name $filename -Content $content
+ ~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Write-HostOutputFromProgram], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Write-HostOutputFromProgram
::: Launching update executable finished :::
The text was updated successfully, but these errors were encountered:
If a log file is found after an EXE start, but has no content, an error appears. It needs to be checked not only if a LOG file exists, but also if it has any content.
The text was updated successfully, but these errors were encountered: