Now we are using the next command: "msiexec -qn -i ScreenCapture-KB212451-15.2.9.563.msi CONN_INTG_SVC=TRUE INTG_SERVERS=10.51.210.101:29436" But don't working fine because it configure "IntegrationServicesServerList" and we need configure the parameter "IntegrationServicesSecureServerList"
Answer by
Swati Dubey
Try using the following command for silent install: "msiexec -qn -i ScreenCapture-KB212451-15.2.9.563.msi CONN_INTG_SVC=TRUE IntegrationServicesSecureServerList=10.51.210.101:29436". This should configure the required parameter for you.
Now we are using the next command: "msiexec -qn -i ScreenCapture-KB212451-15.2.9.563.msi CONN_INTG_SVC=TRUE INTG_SERVERS=10.51.210.101:29436" But don't working fine because it configure "IntegrationServicesServerList" and we need configure the parameter "IntegrationServicesSecureServerList"
Try using the following command for silent install: "msiexec -qn -i ScreenCapture-KB212451-15.2.9.563.msi CONN_INTG_SVC=TRUE IntegrationServicesSecureServerList=10.51.210.101:29436". This should configure the required parameter for you.