No of visitors who read this post: 415
Type: Question
No votes yet

I am having an Error 1935 while installing OpenOffice. I am running Windows 7. How can I correct the error?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hello Joseph,

ERROR 1935 is a fairly common error when installing applications that make use of Windows Installer.  Applications that use Windows Installer can be identified by their ".msi" file extension.  There are several ways to fix the said error.  Below are some of the more common fixes:

1.  Cleaning up of the registry.  Errors in the registry can mess up Windows Installer since it checks for various registry keys prior to execution.  It is not advisable to clean up the registry manually.  Use a 3rd party tool to clean up your registry.  Good registry cleaning tools usually create backups of the registry before modifying anything.

2.  Fixing DLL errors.  To ensure that all system files are working properly, run the System File Checker (commonly known as "sfc") of Windows.  Open a Command Prompt with Administrative privileges and type "sfc /scannow" at the command prompt.  SFC will scan your system for corrupt or missing files and will fix the errors automatically.

3.  Uninstall .NET framework and reinstall it.

Hope this helps!