I have MSI installer and I'm installing and uninstalling it using PowerShell script. When I uninstall it then I'm getting following error on Windows 2008/2016 server which is created on Azure.
Error Applying Transforms. Verify that the specified transform paths valid
I'm not getting this issue during uninstallation if I'm using non-Azure (Hyper-V etc.) environment. I tried couple of solution like to delete the Transforms registry, sfc /scannow, msiexec register/unregister. It works in that case. But I want to find the root cause of this. Why MSI installer shows this error on Azure VM only? Why this error occurs ?