Lenovo Thin Installer is getting failed

Lenovo Thin Installer is getting failed on below command during update of the drivers.
Do we have any way to pass the failure line of script so that next line of action script can be executed.

waithidden C:*\LENOVO\ThinInstaller\ThinInstaller.exe /CM -search A -action INSTALL -showprogress -includerebootpackages 1,3,4,5 -noreboot -noicon -nocancel -nocontinueafterreboot -repository \{parameter “ImgSrv”}\LenovoUpdates -exporttowmi -log C:*\LENOVO\ThinInstallerUpdate.log

Above action script is getting failed on few machines only so we are looking for a way so that action status come as completed instead of failed.

Can some please suggest me on this

If the action is getting marked as Failed on that specific line, the only thing that can go wrong is a relevance substitution.

{parameter "ImgSrv"}

This Parameter may not have been defined earlier in the ActionScript. Impossible for us to say without you posting the whole script.

Parameter is defined above of this ActionScript.

This task is getting failed on few machines.

Will need to see the client log from this action running.