What are the supported msiexec commands that can be used to install all ITSS components silently from a CLI?
ITSS components can be installed using the below commands from an elevated command prompt:
cd C:\SetupFolder\Redist
vc_redist.x86.exe /quiet /norestart
msiexec /i "C:\SetupFolder\Components\sqlncli.msi"
msiexec /i "C:\SetupFolder\Components\INDEXING_TOOL.msi"
msiexec /i "C:\SetupFolder\Components\INTRUST_SDK.msi"
msiexec /i "C:\SetupFolder\Components\ADCSRV.msi"
msiexec /i "C:\SetupFolder\Components\ITSearchWH_11.6.0.4395.msi"
msiexec /i "C:\SetupFolder\Components\ITSearch.msi"
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center