Windows 7 installation error of msoffice in windows 7...pls help

senba

New Member
Joined
Sep 21, 2010
Messages
2
hi when i tried to install msofice it shows error 1935: error in installation of assembly components....

i tried repairing .net framework also disabling firewall and anti virus pls someone help!!!!!!!!!!!!!
 
Solution
Encountering error 1935 during the installation of Microsoft Office can be quite frustrating. This error typically indicates a problem with the installation of assembly components. Here are some steps you can take to troubleshoot and resolve this issue: 1. Update Windows and Install Latest Updates: - Make sure your Windows operating system is fully updated, including all service packs and security updates. 2. Check System Requirements: - Ensure that your system meets the minimum requirements for installing Microsoft Office. 3. Run System File Checker (SFC): - Open Command Prompt as an administrator and run the following command:
Code:
 sfc /scannow
- This command will scan and repair any corrupted system files that...
Encountering error 1935 during the installation of Microsoft Office can be quite frustrating. This error typically indicates a problem with the installation of assembly components. Here are some steps you can take to troubleshoot and resolve this issue: 1. Update Windows and Install Latest Updates: - Make sure your Windows operating system is fully updated, including all service packs and security updates. 2. Check System Requirements: - Ensure that your system meets the minimum requirements for installing Microsoft Office. 3. Run System File Checker (SFC): - Open Command Prompt as an administrator and run the following command:
Code:
 sfc /scannow
- This command will scan and repair any corrupted system files that might be causing the issue. 4. Check and Repair .NET Framework: - Check the version of .NET Framework installed on your system and repair or reinstall it if needed. 5. Install Office in Safe Mode: - Try installing Microsoft Office in Safe Mode to rule out any conflicts with third-party software. - To do this, restart your computer in Safe Mode and then attempt the installation. 6. Use the System Update Readiness Tool: - Download and run the System Update Readiness Tool from the Microsoft website. - This tool can help resolve inconsistencies that might be causing the installation issue. 7. Check Event Viewer for Detailed Error Information: - Open Event Viewer and look for more detailed error information related to the installation failure. - This can provide additional insight into what is causing the problem. 8. Perform a Clean Boot: - Temporarily disable all non-Microsoft services and startup programs using the System Configuration tool (msconfig). - This can help identify if a third-party application is interfering with the installation. 9. Uninstall and Reinstall Microsoft Office: - If none of the above steps work, consider uninstalling Microsoft Office completely and then reinstalling it. 10. Contact Microsoft Support: - If the issue persists, consider reaching out to Microsoft Support for further assistance. By following these steps, you should be able to diagnose and resolve the error 1935 during the installation of Microsoft Office. If you encounter any specific error messages or need further assistance, feel free to provide more details for targeted support.
 
Solution