This will try to repair the Windows Installer (MSI)
This will try to repair the Windows Installer (MSI)Download
The following commands are ran:
sc config msiserver start= demand
Net stop msiserver
MSIExec /unregister
MSIExec /regserver
regsvr32.exe /s %windir%\system32\msi.dll
Net start msiserver