Versions Compared

Key

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

...

To repair a Universal Enterprise Controller installation from the command line, issue the following command:

Panel

...

msiexec.exe /fom SetupPath\UECtlr.msi /q


Interactive Repair, with Log File

To repair a Universal Enterprise Controller installation using the Windows Installer graphical interface, and instruct Windows Installer to write a log file to C:\Temp\repair.log while running the repair, issue the following command:

Panel
msiexec.exe /fom SetupPath\UECtlr.msi /L C:\Temp\repair.log

Removing a Universal Enterprise Controller Installation

...

To uninstall Universal Enterprise Controller without using the Windows Installer graphical interface, issue the following command:

Panel
msiexec.exe /x SetupPath\UECtlr.msi /q