SPKord

New Member
Joined
Oct 31, 2010
Messages
2
Ok, so I was getting the error 1723 while trying to install Java. I looked around and thought I'd found a fix, I followed everything and deleted Windows Installer. However, I can't find a redist for Windows Installer 5.0 and apparently there isn't one. So my question is, where can I get the elusive Windows Installer 5.0, or have I messed things up? Thanks!
 
Solution
It sounds like you encountered error 1723 while installing Java and attempted to resolve it by deleting Windows Installer. However, Windows Installer is a crucial component for installing applications on Windows, and deleting it can lead to issues. Here are some steps you can take to resolve the problem without needing to find a standalone installer for Windows Installer 5.0: 1. Run Windows Installer Cleanup Utility: - Download and run the Microsoft Program Install and Uninstall Troubleshooter tool, which can help fix installation issues. 2. Check System Files: - Run the System File Checker tool to scan and repair corrupt system files that may be causing the issue. 3. Reinstall Windows Installer: - If Windows Installer...
It sounds like you encountered error 1723 while installing Java and attempted to resolve it by deleting Windows Installer. However, Windows Installer is a crucial component for installing applications on Windows, and deleting it can lead to issues. Here are some steps you can take to resolve the problem without needing to find a standalone installer for Windows Installer 5.0: 1. Run Windows Installer Cleanup Utility: - Download and run the Microsoft Program Install and Uninstall Troubleshooter tool, which can help fix installation issues. 2. Check System Files: - Run the System File Checker tool to scan and repair corrupt system files that may be causing the issue. 3. Reinstall Windows Installer: - If Windows Installer is damaged or missing, you can repair it by using the Windows installation media: - Insert your Windows installation disc or USB. - Open a Command Prompt with admin privileges and run the following command:
Code:
 msiexec /unregister msiexec /regserver
4. System Restore: - Consider using System Restore to revert your system to a point before you deleted Windows Installer. 5. Java Installation: - Try reinstalling Java after ensuring that Windows Installer is functioning correctly. By following these steps, you should be able to resolve the error 1723 without needing to specifically locate and install Windows Installer 5.0. If you encounter any further issues or need more specific guidance, feel free to provide additional details for further assistance.
 
Solution