3CX DESKTOP APP SILEN INTALL

Status
Not open for further replies.

edpzanelli

Customer
Joined
Jun 10, 2020
Messages
11
Reaction score
0
Dears,

I would like to install the last 3cx Deskop app .msi with a silent deployment on my clients farm.
Unfortunately, this app installing into user profile and the users are not local admin.
After the first step (software installation) the firewall ask to permit the profile (Domain, private and public) but the users cannot proceed since they are not admin.

There is any way to solve this?
In this case is useless if in the infrastructure all deployment are managed by SCCM.

Thanks
 
Dears,

I would like to install the last 3cx Deskop app .msi with a silent deployment on my clients farm.
Unfortunately, this app installing into user profile and the users are not local admin.
After the first step (software installation) the firewall ask to permit the profile (Domain, private and public) but the users cannot proceed since they are not admin.

There is any way to solve this?
In this case is useless if in the infrastructure all deployment are managed by SCCM.

Thanks

edpzanelli,​


The following command line will install for all users and in Program files

msiexec.exe /i "3CXDesktopApp-18.7.10.msi" /q /norestart ALLUSER=1 ALLUSERS=1

you can add the following firewall rule if needed:

netsh advfirewall firewall add rule name="3CX Desktop App" dir=in action=allow program="C:\program files\3cxdesktopapp\app\3cxdesktopapp.exe" enable=yes profile=public,private,domain
 
Thanks Yossiz, that is very helpful, (although very odd as when looking in the MSI there is no mention of ALLUSER only ALLUSERS).
The problem with the msiexec line is that while it installs to C:\Program Files\3CXDesktopApp\ it then starts the app when finished, so if it is run as System user when installing it starts up 3CX client app as the System User
 
Thanks Yossiz, that is very helpful, (although very odd as when looking in the MSI there is no mention of ALLUSER only ALLUSERS).
The problem with the msiexec line is that while it installs to C:\Program Files\3CXDesktopApp\ it then starts the app when finished, so if it is run as System user when installing it starts up 3CX client app as the System User
Thanks Jameshs, The ALLUSER option tells the installer to install in 'per-machine-mode". Here is an example:

https://stefanos.cloud/kb/how-to-install-microsoft-teams-in-per-machine-mode/
 
Status
Not open for further replies.

Forum statistics

Threads
111,994
Messages
590,183
Members
164,934
Latest member
bunthoeun.may