Versions Compared

Key

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

...

The following illustrates the command line syntax used to install Universal Agent for SOA:

Panel
sb-soa-6.7.0.-windows-x64.exe [/v"command line parameters"] [/s] [/w] [/x]

In this syntax:

  • <level> is the numeric package level.

...

To install all Universal Agent for SOA components via the graphical user interface, issue the following command:

Panel


Html bobswift
<pre>
sb-soa-6.7.0.x-windows-x64.exe
</pre>



Silent Install

To silently install all Universal Agent for SOA components, issue the following command:

Panel


Html bobswift
<pre>
sb-soa-6.7.0.x-windows-x64.exe /s /v"/qn"
</pre>



Graphical User Interface Install, All Components, with Log File

To install all Universal Agent for SOA components using the Windows Installer graphical user interface and write a log file to C:\temp\install.log during the installation, issue the following command:

Panel


Html bobswift
<pre>
sb-soa-6.7.0.x-windows-x64.exe /v"/l*v C:\Temp\install.log"
</pre>



Silent Install, Different Installation Directory

To silently install all Universal Agent for SOA components to a non-default location, issue the following command:

Panel


Html bobswift
<pre>
sb-soa-6.7.0.x-windows-x64.exe /s /v"/qn INSTALLDIR=D:\Universal"
</pre>


Anchor
Detecting the Completion of a Silent Install
Detecting the Completion of a Silent Install
Detecting the Completion of a Silent Install

...

For example, from the command prompt, issue the following command to start the Universal Agent for SOA installation and wait for it to finish:

Panel


Html bobswift
<pre>
start /b /wait sb-soa-6.7.0.x-windows-x64.exe /w /s /v"/qn"
</pre>


  • The /b switch prevents the start command from opening a new window.
  • The /wait parameter causes the start command to start the application, sb-soa-6.7.0.x-windows-x64.exe, and then wait for it to finish.

...