Skip to main content

2024년 12월 2일 아카이브됨

Unattended Installation of Application Profiler

The Application Profiler 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\Application Profiler.

The following command is an example of a custom unattended installation command.

msiexec.exe /i " DEM Application Profiler 2206 10.6 x86.msi" /qn INSTALLDIR="D:\Apps\ DEM Application Profiler" /l* InstallProfiler.log

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…