Question

Silen install FME Form 2023.2

  • 28 December 2023
  • 1 reply
  • 15 views

Badge +2

I followed the procedure for silent installation of FME Form 2023.2, but without succcess. Here is the command I write in the console, with Admin rights :

fme-form-2023.2-b23764-win-x64.exe -d"C:\\FME\\installer" -s -sp"/qn /norestart"

 

The fme-form Logfile which is created notes a successful installation in the end:

Product: FME Form 2023.2 (Build 23764 - win64) -- Installation completed successfully.

 

However, I cannot find the software installed... No shortcut and no program in the default C:\\Programs\\FME.

Could you explain why the installation is not finished?


1 reply

Userlevel 2
Badge +11

Hi @Gabriel Vatin​ Please see https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form-Admin-Guide/FMEInstallation/Install_FME_Windows_Command_Prompt.htm You've done the first step which is to extract the installer to "C:\FME\installer".  Now you need to run 

msiexec /i <path_to_installer> /qb INSTALLLEVEL=3 INSTALLDIR="<installdir>" ENABLE_POST_INSTALL_TASKS=no

to finish installing FME.

Reply