Jump to content

Uninstall Switches to it silent unattend GOM 2022


---
 Share

Recommended Posts

As software packaging guy I need the switches to do the uninstall silent without user interaction.

In the documentation I cannot find anything.

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 months later...

Excuse me for bringing up this topic again, but I've got a problem with the silent unistall. If you are running the "UnInstall.exe", then you'll get a popup window asking to select a installer language. This prevents a complete silent install.

Is there any solution for this issue?

Kind regards,
Peter Trump

Link to comment
Share on other sites

  • 1 month later...

Hello,

Parameter "/S" needs to be added to run uninstaller in silent mode.
There could be also problem with waiting for the end for uninstallation process but:

  • In batch another parameter “_?=C:\Program Files\GOM\2022” needs to be used as well (but then "c:\Program Files\GOM\2022\UnInstall.exe" might remain after installation)
  • In Powershell the following command handle the case:
Start-Process "c:\Program Files\GOM\2022\UnInstall.exe" -ArgumentList "/S" -Wait

Comment: In the examples it is assumed that GOM 2022 is installed in “c:\Program Files\GOM\2022

Best regards,

Wojciech Kurowski

Link to comment
Share on other sites

 Share

×
×
  • Create New...