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:

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

 


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:

html-bobswift
Panel
<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:

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