I need to create an uninstall string for an SCCM application of Unity Web Player. I'll be installing it with the following switch: /AllUsers so it's installed into the Program Files folder.
I ran a Procmon to watch for the process information, and it calls the following command-line:
"C:\Program Files\Unity\WebPlayer\Uninstall.exe" /AllUsers
I've attempted this, however it brings me to a wizard for removal.
↧