Messenger Clients FAQs

Unattended installation of MangoApps for windows using .msi installer

For unattended installation of MangoApps for Windows, use the .MSI (Windows Installer) version of the setup package. You can download the installation file from the Downloads page.

Pre-requisites

  1. You must be logged in with local administrative rights since it installs to the users Program Files directory.

  2. No previous version of MangoApps for Windows desktop is already installed. If a previous version exists, please uninstall it followed by a machine re-start for clean-up.

  3. Microsoft .NET Framework 4.5.1 Client Profile or above is installed on the target machines http://www.microsoft.com/en-in/download/details.aspx?id=40773

  4. Microsoft Visual studio tools for Office Runtime 2010 is installed on the target machines http://go.microsoft.com/fwlink/?LinkId=158917

  5. Microsoft Visual C++ 2012 Redistributable is installed on the target machines http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe

  6. Use the 32 bit msi to install on machines with 32 bit OS and the 64 bit msi to install on the 64 bit OS machines.

Methods of Installation

1. Unattended Installation (Local, Silent mode)

Read more about unattended installation here: https://goo.gl/X8M3X0

Specify installation arguments in a command line window

  1. Open a command line window.

  2. Enter the following command: 'msiexec.exe /i mangoappsforwindows.msi/q'

  3. Specify command line arguments as parameter=value pairs :'msiexec.exe /i mangoappsforwindows.msi argument=value'

Assuming the current directory is where the mangoappsforwindows.msi file is located. Otherwise, you should use the actual full path to the setup package. See the examples below.

msiexec /i c:\downloads\mangoappsforwindows.msi /q

msiexec /i \server\pub_install mangoappsforwindows.msi /q

2. Push Installation (Remote, Silent mode)

Command-line push installation (silent mode) of MangoApps for Windows to remote computers over the network can be done using the psexec.exe utility.

You will need the PsExec utility to perform this type of remote installation. PsExec is part of PsTools available from http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx free of charge.

To install MangoApps for Windows on a remote computer using the PsExec utility, use the following shell command: 'psexec \COMPUTER -u UserID -p PWD msiexec /i \SERVER\share\ltsetup.msi /q'

COMPUTER – remote computer name (UNC, DNS name, IP address) UserID – remote user name (must have administrative privileges) PWD – remote user password

\\SERVER\share\mangoappsforwindows.msi – absolute UNC path to the MSI setup package. If the remote computer has a network drive mapped to a shared folder on the file server, you can use it instead (e.g. S:\pub_install\mangoappsforwindows.msi)

As an alternative to this method of remote installation, you may want to use the Group Policy Management Console to install MangoApps for Windows.

What are the minimum system requirements for the MangoApps desktop clients?

Windows

  • We support Windows 7, 8, 8.1 & 10

  • 8 GB of RAM

Mac OS

  • We support Mac OS X 10.13 & higher

  • 8 GB of RAM

How do I send a direct message from MangoApps desktop?

With the Mac and Windows desktop app, you have an easy to use interface for start and continue your 1-to-1 chats with co-workers.Learn here how you can use the messenger app to send and receive messages.

Where can I download MangoApps clients for ios, android, windows or mac?

You can download the messenger clients for MangoApps while logged into the web client on your domain. Click the “More” menu in the left hand navigation then find “Downloads”.See here on how to download the apps. You can also download the MangoApps clients from your login page.

Last updated