Share via

microsoft installer error 1648

Anonymous
2025-03-09T19:36:08+00:00

microsoft installer error 1648

Windows for home | Windows 11 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Renzo 2,425 Reputation points
    2025-03-09T20:16:05+00:00

    Hello! My name is Renzo, and welcome to the Microsoft Community.

    This error can be caused by a variety of factors, such as conflicts with other software, corrupt system files, or issues with the Windows Installer service itself.

    Here are some steps you can follow to fix Error 1648:

    1. Restart the Windows Installer
    • Press Windows + R to open the Run dialog box > type services.msc and press Enter
    • Right-click on Windows Installer and select Restart. If Restart is grayed out, you can select Start to start the service if it isn’t running
    1. Clear the Windows Installer Cache
    • Open Command Prompt as Administrator then type the command below one by one

    net stop msiserver

    del %windir%\Installer\*.log

    net start msiserver

    msiexec /unregister

    msiexec /regserver

    sfc /scannow

    DISM /Online /Cleanup-Image /RestoreHealth

    Once these processes are complete, restart your computer and try the installation again.

    If you follow these steps and the issue persists, let me know.

    Was this answer helpful?

    0 comments No comments