Creo View Lite 2 silent uninstall
I have been working on a silent uninstall batch file for Creo and I'm trying to include Creo View Lite. I can't get it to work. I found one post that said this works:
wmic product where name="Creo View 2.0" call uninstall
It says it uninstalled successfully but it doesn't. It's still installed.
I was able to figure out how to find the uninstall MSI file but it's tricky.You can run the command:
wmic product | findstr /C:"Creo View 2.0" > 123.txt.
This will have the uninstall file: C:\Windows\Installer\da969cb.msi. What can be done is to use the command: for /F "tokens=xx" The wmic command above puts that (C:\Windows\Installer\da969cb.msi) into the 22nd token. That's as good as I can figure out. But will it always be the 22nd token or would it change?
Does anyone have a reliable way of doing a silent uninstall of Creo Vew Lite?
Steve G
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

