Versions Compared

Key

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

...

To install all UEC Client Applications components via the graphical user interface, issue the following command:

<pre>
sb-UEClient-6.3.0.x-windows-i386.exe
</pre>
Panel
Html bobswift


Graphical User Interface Install, All Components, with Log File

To install all UEC Client Applications 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:

html-bobswift
Panel
<pre>
sb-UEClient-6.3.0.x-windows-i386.exe /v"/l*v c:\temp\install.log"
</pre>

Silent Install of All Components

To silently install all UEC Client Applications components, issue the following command:

html-bobswift
Panel
<pre>
sb-UEClient-6.3.0.x-windows-i386.exe /s /v"/qn"
</pre>

Silent Install of All Components, Per-User Installation, Different Installation Directory

To silently install all UEC Client Applications components as a per-user installation (that is, one in which registry entries, Start menu shortcuts, and so on are visible only to the user performing the installation), and to override the default installation directory, issue the following command:

<pre>
sb-UEClient-6.3.0.x-windows-i386.exe /s /v"/qn PERUSER=1 INSTALLTO=C:\UEClientApps\Universal"
</pre>
Panel
Html bobswift

Silent Install of All Components, with Log File

To silently install all UEC Client Applications components and write a log file to C:\Temp\install.log during the installation, issue the following command:

html-bobswift
Panel
<pre>
sb-UEClient-6.3.0.x-windows-i386.exe /s /v"/qn /l*v c:\temp\install.log"
</pre>

Anchor
Detecting the Completion of Silent Installs
Detecting the Completion of Silent Installs
Detecting the Completion of Silent Installs

...

For example, from the command prompt, the following command can be issued to start the UEC Client Applications installation, and wait for it to finish.

html-bobswift
Panel
<pre>
start /b /wait sb-UEClient-6.3.0.x-windows-i386.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-UEClient-6.3.0.x-windows-i386.exe, and then wait for it to finish.

...