Skip to main content

2025 年 8 月 21 日

Unattended Installation of Helpdesk Support Tool

The Helpdesk Support Tool MSI supports unattended installation by using MSI properties to specify installation parameters. To perform an unattended installation, run the msiexec utility from the command line with the following property.

PropertyDescription
INSTALLDIRThe absolute path to the installation directory. 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:

msiexec.exe /i " DEM Helpdesk Support Tool 2111 10.4 x86.msi" /qn INSTALLDIR="D:\Apps\ DEM" /l* InstallHelpdeskSupport.log

The command for a typical unattended installation which installs Helpdesk Support Tool in the default installation directory looks like the following:

msiexec.exe /i " DEM Helpdesk Support Tool 2111 10.4 x86.msi" /qn

此頁面對您有幫助嗎?

針對本主題提供意見回饋

本主題對您有幫助嗎?

請勿填寫任何個人或機密資訊。

正在產生連結…