Skip to main content

Is there a way to silently uninstall Optictudio 2024 R1 when there is no uninstall file?

For context, I am currently trying to provide an SCCM deployment for Optictudio 2024 R1 using the Powershell App Deployment Toolkit. Silent installation is no problem but I need a way to silently uninstall.

To answer my own question, I’ve found this command works:

OPTICSTUDIO_2024R1.03_WINX64.exe -silent -uninstall -z suppressconfirmation -removeonly


Reply