Command failed (Thread execution failed (2)

I create a custom task to install a software.
I ran the task .But the task result is “failed”.

the error is the following.
Command failed (Thread execution failed (2)) wait __Download\xxx.exe /install /quiet /norestart

I create the install bat by same command "xxx.exe /install /quiet /norestart " and run the bat. I could install this software.

Please tell me if you have any idea.

“Thread execution failed” implies the executable was not there. Check the spelling on the filename and download path.

3 Likes