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 Agent for SOA installation from the command line, issue the following command:

Panel

Html bobswift

<pre>
msiexec.exe /fom "SetupPath\Stonebranch Universal Agent for SOA (x64).msi" /q
</pre>

 

Interactive Repair, with Log File

To repair a Universal Agent for SOA installation interactively while writing a log file to C:\Temp\repair.log, issue the following command:

Panel

Html bobswift

<pre>
msiexec.exe /fom "SetupPath\Stonebranch Universal Agent for SOA (x64).msi" /L C:\Temp\repair.log
</pre>

Removing a Universal Agent for SOA Installation

...

To uninstall a Universal Agent for SOA installation without using the Windows Installer command line interface, issue the following command:

Panel

Html bobswift

<pre>
msiexec.exe /x "SetupPath\Stonebranch Universal Agent for SOA (x64)".msi /q
</pre>