Skip to main content

30. Juli 2026

Unattended Installation of SyncTool

The SyncTool MSI supports unattended installations by using MSI properties to specify installation parameters. To perform an unattended installation, run the misiexec utility from the command line with the following property.

PropertyDescription
INSTALLDIRThe absolute path to the installation directory. The default value is %ProgramFiles%\Omnissa\DEM.

The following is an example of a custom unattended installation command using the INSTALLDIR property to specify the path to the installation directory. It is split across multiple lines for readability only.

msiexec.exe /i "Omnissa DEM SyncTool 2412 10.14 x86.msi" /qn
INSTALLDIR="D:\Apps\Omnissa DEM" /l* InstallSyncTool.log

The following command is an example of a typical unattended installation that installs SyncTool in the default installation directory.

msiexec.exe /i "Omnissa DEM SyncTool 2412 10.14 x86.msi" /qn

War diese Seite hilfreich?

Feedback zu diesem Thema geben

War dieses Thema hilfreich?

Bitte geben Sie keine personenbezogenen oder vertraulichen Daten an.

Link wird erstellt…