Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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

Panel

Html bobswift

<pre>
msiexec.exe /fom SetupPath\UECtlr.msi /q
</pre>

 

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

Html bobswift

<pre>
msiexec.exe /fom SetupPath\UECtlr.msi /L C:&#92;Temp\repair.log
</pre>

Removing a Universal Enterprise Controller Installation

...

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

Panel

Html bobswift

<pre>
msiexec.exe /x SetupPath\UECtlr.msi /q
</pre>