Skip to main content
Question

Silent uninstallation of Opticstudio

  • 28 May 2024
  • 1 reply
  • 36 views

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.

1 reply

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

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

Reply