Skip to main content
3-Newcomer
February 12, 2024
Solved

Creo Simulate Uninstall Silently

  • February 12, 2024
  • 1 reply
  • 1018 views

Creo Parametric 7.0.11.0 and Creo Simulate 7.0.11.0 both are installed, I want to uninstall Simulate 7.0.11.0 only silently. I am using the below comment:

Start-Process -FilePath "C:\Program Files\PTC\Creo 7.0.11.0\Simulate\bin\uninstall" -ArgumentList "-quite -xmlPath `"C:\Program Files\PTC\Creo 7.0.11.0\Simulate\bin\pim\xml`""

 

But I am always getting the below option, but i want to directly uninstall creo simulate only with out user input

MM_10826339_0-1707736980042.png

 

 

Best answer by Ben_C

Hello,

I noticed a small spelling error in the command

 


Start-Process -FilePath "C:\Program Files\PTC\Creo 7.0.11.0\Simulate\bin\uninstall" -ArgumentList "-quite -xmlPath `"C:\Program Files\PTC\Creo 7.0.11.0\Simulate\bin\pim\xml`""

I figure it should be -quiet

This may be be an accidental typo in this forum and not be the issue, but I thought it is worth pointing out.

 

Thanks,

Ben

1 reply

Ben_C12-AmethystAnswer
12-Amethyst
February 12, 2024

Hello,

I noticed a small spelling error in the command

 


Start-Process -FilePath "C:\Program Files\PTC\Creo 7.0.11.0\Simulate\bin\uninstall" -ArgumentList "-quite -xmlPath `"C:\Program Files\PTC\Creo 7.0.11.0\Simulate\bin\pim\xml`""

I figure it should be -quiet

This may be be an accidental typo in this forum and not be the issue, but I thought it is worth pointing out.

 

Thanks,

Ben