Advanced Installation on Windows - Install via Command Line#
The installer supports installing via command line (silent mode) for unattended installations.
Use the /S flag to run without the graphical interface.
Command-Line Flags#
Flag |
Description |
Required |
Default |
|---|---|---|---|
|
Run in silent mode |
Yes |
— |
|
Set the installation type |
No |
|
|
Comma-separated list of optional components |
No |
— |
|
Custom install directory |
No |
|
Installation Types#
Type |
Optional Components Included |
|---|---|
|
|
|
|
|
(none) |
Note: Required components (GStreamer and Runtime) are always installed regardless of the type or components selected.
Usage#
.\dlstreamer-<version>-win64.exe /S [/TYPE=<type>] [/COMPONENTS=<list>] [/D=<path>]
Examples#
Install with default settings (Typical):
.\dlstreamer-<version>-win64.exe /S
Install with a specific type:
.\dlstreamer-<version>-win64.exe /S /TYPE=Minimal
Install with specific components:
.\dlstreamer-<version>-win64.exe /S /COMPONENTS=python,env,samples,development
Custom install directory:
.\dlstreamer-<version>-win64.exe /S /D=C:\custom\path\dlstreamer
* Other names and brands may be claimed as the property of others.