cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Translate the entire conversation x

Installation failed

CR_13692873
2-Explorer

Installation failed

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

 

3 REPLIES 3
ppal
17-Peridot
(To:CR_13692873)

This is from an AI output.

 

1. The Immediate Fix: End the Windows Installer Process

 

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.

  1. Open Task Manager: Press Ctrl + Shift + Esc (a quick shortcut) or Ctrl + Alt + Del and then select "Task Manager".

  2. 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.

  3. End the task: Right-click on each msiexec.exe process and select "End task".

  4. Restart the Mathcad installer: Now, try running the Mathcad Prime installer again. It should be able to start.

 

2. The Deeper Dive: Re-register the Windows Installer

 

If the previous step doesn't work, the Windows Installer service itself might be in a bad state. Re-registering it can reset it.

  1. Open Command Prompt as an administrator:

    • Click the Start button.

    • Type cmd.

    • Right-click on "Command Prompt" and select "Run as administrator".

  2. Unregister the installer: In the Command Prompt, type msiexec /unreg and press Enter. (Note the space between msiexec and /unreg).

  3. Register the installer: Now, type msiexec /regserver and press Enter.

  4. Restart your computer: After running these commands, restart your PC. This is an important step to ensure the changes take effect.

  5. Try the installation again: After the restart, run the Mathcad Prime installer.

 

3. Check the Windows Registry (Advanced)

 

This is a more advanced step and should be done with caution. Always back up your registry before making any changes.

  1. Open the Registry Editor: Press Windows key + R, type regedit, and press Enter.

  2. Navigate to the key: Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer.

  3. 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.

  4. Delete the InProgress key: If you find the InProgress key, right-click on it and select "Delete". Confirm the deletion.

  5. Restart your computer: Restart your PC and try the Mathcad installation again.

 

4. Clean Boot (To isolate conflicts)

 

This is a good way to see if another program is interfering with the installation.

  1. Open System Configuration: Press Windows key + R, type msconfig, and press Enter.

  2. Go to the Services tab: Check the box that says "Hide all Microsoft services".

  3. Disable all non-Microsoft services: Click "Disable all".

  4. Go to the Startup tab: Click "Open Task Manager". In the Task Manager, disable all startup items.

  5. Restart your computer: You will be in a "clean boot" environment with only essential Microsoft services running.

  6. 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.

  7. 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.

 

5. Check the Installation Location

 

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.

 

6. If all fails Contact PTC Support

 

 

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,


Catalina
PTC Community Moderator
PTC
Announcements

Top Tags