Hello @D Vijayakumar VLR
you can use the msiexec command to install this MSP files. From Powershell would looks :
Start-Process msiexec -ArgumentList '/p yourpatchfile.msp /qn'
You can see other parameters for msiexec at: https://learn.microsoft.com/en-us/windows/win32/msi/command-line-options
Hope this helps with your query,
--
--If the reply is helpful, please Upvote and Accept as answer--