*Error 2908: Could not register component*
(Some files required to install an application are not found on your system (but should be))
Error 1935: An error occurred during the installation of assembly component [2]. HRESULT: [3]. {{assembly interface: [4], function: [5], assembly name: [6]}}
So, files(s) that should be in your system are not, or are corrupted (or possibly the wrong version) and/or Registry values are missing and/or corrupted, or… hells bells. The most common fix advised for this is to reinstall your OS (yes, really).
Here are some sane steps that can be taken:-
- M$ has provided a “Microsoft Fix-It” website:-
"Automatically repair issues that block program installation or removal because of corrupted registry keys."
https://support.microsoft.com/en-us/mats/program_install_and_uninstall
-
Reinstall Visual C++
This is directly relevant to win7 + msvcr100.dll and–as best as I recall–to LO/OO.
- .NET Framework remove + reinstall (web or standalone)
This is the one commonly advised for M$ Office, but could easily also apply to LO/OO.
- Use the System File Checker:-
Windows 7 or Windows Vista:
A) click Start, type Command Prompt or cmd in the Search box, right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
B) At the command prompt, type the following command, and then press ENTER:
sfc /scannow
C) The sfc /scannow command will scan all protected system files, and replace corrupted files with a cached copy that is located in a compressed folder at %WinDir%\System32\dllcache.
The %WinDir% placeholder represents the Windows operating system folder. For example, C:\Windows.
Note Do not close this Command Prompt window until the verification is 100% complete. The scan results will be shown after this process is finished.
SFC does require that your system is not already too corrupted.
Addendum:
Latest Supported Visual C++ Downloads
(all Windows versions - I cannot confirm which version is for which Windows)
If this helps then please tick the answer ()