Skip to main content
Question

desinstallation on mode SILENT and command line

  • January 30, 2020
  • 3 replies
  • 33 views

Forum|alt.badge.img

Hi folks,

I'm searching some documentations upon :

installation and desinstallation of FME Desktop on SILENT mode and COMMAND LINE mode.

can you help ?

Regards.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • January 30, 2020

Instructions for the silent install can be found here

For a silent deinstall you'll need to have the original msi and then use this command:

msiexec.exe /x [path to msi] /quiet

I think... haven't been able to try it out myself.


Forum|alt.badge.img
  • Author
  • 28 replies
  • January 30, 2020

Instructions for the silent install can be found here

For a silent deinstall you'll need to have the original msi and then use this command:

msiexec.exe /x [path to msi] /quiet

I think... haven't been able to try it out myself.

Thanx a lot


Forum|alt.badge.img
  • Author
  • 28 replies
  • January 30, 2020

I forgetted to add that I would need these informations for WINDOWS and LINUX OS.