Skip to main content

2025 年 11 月 17 日 アーカイブ済み

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%\Immidio\Flex Profiles.

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 " DEM SyncTool 2111 10.4 x86.msi" /qn
INSTALLDIR="D:\Apps\ 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 " DEM SyncTool 2111 10.4 x86.msi" /qn

このページは役に立ちましたか?

このトピックについてフィードバックを送信

このトピックは役に立ちましたか?

個人情報や機密情報は入力しないでください。

リンクを生成しています…