Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MSI Installer on Windows refuses to install MessageHandler

Please try to execute Execute the MSI installation from the command line. This way the installation process produce produces a logfile, which may (on may not) contain valuable information. 

Code Block
msiexec /i "C:\MessageHandler.msi" /L*V "C:\MessageHandler_Installer.log"

MessageHandler refuses to install, if you specified directories in the installations wizard, which do not exists!

Inspect the logfile and search for error messages like

No Format
MSI (c) (7C:54) [14:32:12:501]: Note: 1: 1314 2: /Program Files/Sedexclient/interface 
MSI (c) (7C:54) [14:32:15:251]: Product: Open eGov MessageHandler -- Error 1314. The specified path '/Program Files/Sedexclient/interface' is unavailable.


MSI Installer fails to install or uninstall MessageHandler

...