Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I downloaded the 30 day trial version of mathcad and when i try to install it it keeps giving me the same error which is ''Another installation is already in progress. Complete that installation before proceeding with this install.''
But I am sure there is nothing installing at the moment I already restart my PC several times
Any Help! thank you
This is from an AI output.
This is the most common and effective solution. The msiexec.exe
process is the Windows Installer, and if it's stuck, it will block any new installations.
Open Task Manager: Press Ctrl + Shift + Esc
(a quick shortcut) or Ctrl + Alt + Del
and then select "Task Manager".
Find the msiexec.exe
process: Go to the "Details" tab. Look for any process named msiexec.exe
or "Windows Installer". There might be more than one.
End the task: Right-click on each msiexec.exe
process and select "End task".
Restart the Mathcad installer: Now, try running the Mathcad Prime installer again. It should be able to start.
If the previous step doesn't work, the Windows Installer service itself might be in a bad state. Re-registering it can reset it.
Open Command Prompt as an administrator:
Click the Start button.
Type cmd
.
Right-click on "Command Prompt" and select "Run as administrator".
Unregister the installer: In the Command Prompt, type msiexec /unreg
and press Enter. (Note the space between msiexec
and /unreg
).
Register the installer: Now, type msiexec /regserver
and press Enter.
Restart your computer: After running these commands, restart your PC. This is an important step to ensure the changes take effect.
Try the installation again: After the restart, run the Mathcad Prime installer.
This is a more advanced step and should be done with caution. Always back up your registry before making any changes.
Open the Registry Editor: Press Windows key + R
, type regedit
, and press Enter.
Navigate to the key: Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer
.
Look for the "InProgress" key: In the left-hand pane, look for a subkey called InProgress
under Installer
. This key is created when an installation is in progress and should be deleted when it's finished. A stuck installation can leave it behind.
Delete the InProgress
key: If you find the InProgress
key, right-click on it and select "Delete". Confirm the deletion.
Restart your computer: Restart your PC and try the Mathcad installation again.
This is a good way to see if another program is interfering with the installation.
Open System Configuration: Press Windows key + R
, type msconfig
, and press Enter.
Go to the Services tab: Check the box that says "Hide all Microsoft services".
Disable all non-Microsoft services: Click "Disable all".
Go to the Startup tab: Click "Open Task Manager". In the Task Manager, disable all startup items.
Restart your computer: You will be in a "clean boot" environment with only essential Microsoft services running.
Try the installation: Run the Mathcad Prime installer. If it works, you know that one of the services or startup items you disabled was the culprit.
Re-enable services: To find the problematic service, you can re-enable them in small groups until the error returns. Then you can narrow it down. Remember to reverse the changes in msconfig
when you're done.
While less likely to cause this specific error, it's worth noting that a previous user on the PTC Community forums solved a Mathcad installation issue by using a short file path for the installation files. If you downloaded the installer to a folder with a long name or a deeply nested path, try moving it to a simple location like C:\Mathcad_Installer
.
See what processes are running in the operating system itself.
Hi @CR_13692873
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,