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 installation from the command line using the original distribution file, issue the following command:

Panel
Html bobswift
<pre>
sb-7.0.0.&lt;level&gt;-windows-&lt;platform&gt;.exe /v"/fom /q /L*v c:\temp\repair.log"
</pre>

In this command, <level> is the numeric package level and <platform> is x64 (64-bit distribution file).
 

...

To repair a 64-bit Universal Agent installation using the .msi file that was extracted from the distribution file during the initial install, issue the following command:

Panel
Html bobswift
<pre>
msiexec.exe /fom SetupPath\Ucmdx64.msi /q /L*v c:\temp\repair.log
</pre>


In the last two examples, SetupPath refers to the location in which the extracted .msi file resides. The exact path varies, depending on the user account that performed the install and the Windows version.

...

To uninstall a Universal Agent installation from the command line using the original distribution file, issue the following command:

Panel
Html bobswift
<pre>
sb-7.0.0.&lt;level&gt;-windows-&lt;platform&gt;.exe /x
</pre>

In this command, <level> is the numeric package level and <platform> is x64 for the 64-bit distribution file.
 

...

To uninstall a 64-bit Universal Agent installation using the .msi file that was extracted from the distribution file during the initial install, issue the following command:

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


In the last two examples, SetupPath refers to the location in which the extracted .msi file resides. The exact path varies depending on the user account that performed the install and the Windows version.

...