Enable Windows Installer in Safe Mode HD
When you try to install or uninstall a program that requires Windows Installer service via Programs and Features in Safe mode, Windows will show “The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personal for assistance” error. You can start the installer in safe mode by making registry edits as shown in the video. Safe Mode : REG ADD "HKLMSYSTEMCurrentControlSetControlSafeBootMinimalMSIServer" /VE /T REG_SZ /F /D "Service" net start msiserver Safe Mode with Network: REG ADD "HKLMSYSTEMCurrentControlSetControlSafeBootNetworkMSIServer" /VE /T REG_SZ /F /D "Service" net start msiserver