Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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
Solved! Go to Solution.
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
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