I want to install the patches in folder "PatchRepository" through a vbscript. I would also like to get the error message of any patch which couldn't not be installed for any reason [ Not applicable or Base patch not installed or Incompatible Os Version etc.] If the exit code of the script is zero [assuming there are no errors in installation.] the same should be dumped onto a file. If any error, they should also be listed on the file along with the patch name that failed. Thank in advance for your help