Tweaking.com Repair MSI (Windows Installer) 1.6.0

Published by

This will try to repair the Windows Installer (MSI)

This will try to repair the Windows Installer (MSI)

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

  Download