Avaya One X Communicator Mac

Avaya One X Communicator Mac 6,1/10 1614 votes
One

2 Administering Avaya one-X ® Communicator for Mac OS X January 2014 Comments? Associated with your system and that, if Toll Fraud occurs, it can result in substantial additional charges for your telecommunications services. Avaya Toll Fraud intervention. Avaya one‐X Communicator is a rich Unified Communications client that provides enterprise users with simple, intuitive access to their everyday communications tools. It provides collaboration through communications with voice, video, instant messaging, conferencing and voicemail.

It was such a pain to pack Avaya One-X Communicator SCCM Application Package! It is using InstallShield, but it is not a typical installation package. When I was reading the admin manual, I can use “install.exe -silent” to install silently successful on a local machine. But when I push it via SCCM, it just failed every time.

Battlefield 2 online free. I tried using batchfile to invoke this silent parameter but failed as well.

So here is the solution, when you open the install.exe, do not click next, just let it sit there:

Now we go to your local user folder : UsersusernameAppDataLocalDownloaded Installations:

Now you can see 3 folder, click on each of them, you will find the main avaya one-x communicator installer, which is onexc_6_2_3_setup.msi, you can using SCCM to auto popular application information. However this is not done yet.

Avaya one-x communicator for mac

Go to the other two folders, and find Avaya.UCA.TypeLIbrary.msi, this is another file needed for the application. Boris fx sapphire.

We upload these two msi files to SCCM server, and use a batch file to run it :

Mac

@echo off
cls
echo ——————————————————–
echo Installing Avaya One-X Communicator
echo Rui Qiu
echo 07132015
echo ——————————————————–
REM Install Avaya One-X Communicator Library Plugin
msiexec.exe /qb /norestart /i “%~dp0Avaya.UCA.TypeLibrary.msi”

Avaya One X Communicator Mac Address

REM Installing Avaya One-X Communicator
msiexec.exe /qb /norestart /i “%~dp0onex.msi”
REM Return exit code to SCCM
exit /B %EXIT_CODE%

Avaya One-x Communicator Mac Download

Woolah! We are done with Avaya One-X Communicator SCCM Application!

Comments are closed.