Versions Compared

Key

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

...

Please try to execute the MSI installation from the command line. This way you can let the installation process to logproduce a logfile, which may (on may not) contain valuable information

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

...