Question

Unattended installation,Unattended remote installation

  • 7 June 2021
  • 3 replies
  • 540 views

After we deploy the RingCentral App using the MSI unattended (silent) install with the Windows SYSTEM account, the app is launched. There is no reason for this to happen. It's a non-user. It just wastes computer resources.

,

We deploy the RnugCentral App via an unattended (silent) install with the SYSTEM account on Windows. Yet, the RingCentral app is launched during after the install. There is no need for this and it just uses computer resources. I have verified it happens multiple times on various deployments using the MSI.


3 replies

What is your exact query? Do you want to suggest anything or any feature?

Sorry if it wasn't clear. Feature request, stop starting the RC app after a unattended, silent install.

This worked for me

msiexec.exe /i "RingCentral-x64.msi" ALLUSERS=1 /qn /norestart /log output.log /passive

Reply