Install Output Messenger Client through MSI installer
You can install Output Messenger Client on Windows Operating Systems through .MSI Enterprise Installer with custom parameters setup based on your business needs.
- Download Output Messenger Client MSI Installer package from lan messenger downloads page.
- Save the installation file to your desktop.
- Install MSI installer through the following default Command line (to install the Client with Default Parameters setup):
msiexec /i OutputMessengerSetup.msi
The following table has the Output Messenger Client Parameters and its Values details. It will help you to do the Client installation with Custom Parameters setup.
Parameter | Value | Description |
---|---|---|
server | IP Address | The IP Address of Output Messenger Server which will be given while logging-in Client |
profile_picture | True / False | Show Profile Picture in Users List |
favorites_tab | True / False | Show Favorites User List Tab |
recent_tab | True / False | Show Recent User List Tab |
window_view | Popup / Tabbed | The various view of Chat Window |
chat_view | Compact / Bubble | Chat View of the Chat |
dark_mode | True / False | Set dark mode by default |
confirm_exit | True / False | Always ask me confirmation, when exiting out of Messenger |
show_user_popup_message | True / False | Show popup message when a user enters or exits |
status_notification | True / False | Show notification pop-up message for the status other than online |
spell_checker | True / False | Enable/Disable the Spell Checker to communicate accurately |
single_click_chat | True / False | Chat with your colleagues just by a single click on their Names |
windows_startup | True / False | Load Output Messenger at Windows startup (recommended) |
offline_users_group | True / False | Show offline users in a separate group |
sign_out_all | True / False | Sign out from all devices while signing-out |
show_idle | True / False | Show my status as ‘Idle’, if I’m inactive for 5 minutes. By default that time will be as 5 minutes. You can change it through idle_interval. |
idle_interval | 5 / 10 / 15 / 20 | The interval in terms of minutes, after which the users’ status will display as Idle |
default_language | Language Name | Set default language for all clients |
sound_login | True / False | Handle Sound for Login |
sound_logout | True / False | Handle Sound for Logout |
sound_message | True / False | Handle Sound for Messages |
sound_ring | True / False | Handle Sound for Ring (related to Voice and Video Calls) |
sound_buzz | True / False | Handle Sound for BUZZ messages |
minimize_idle | True / False | Minimize chat window while I’m “Idle” |
auto_copy_text | True / False | AutoCopy the selected text in received box to clipboard |
convert_network_path | True / False | Convert Local path to Network path while sending messages |
new_chat_popup | Top / Minimize / Non-disturb | New Chat window popup display position |
new_message_popup | True / False | Show new messages at the right bottom of the screen |
include_offline_users_group | True / False | Include Offline Users when starting a Group Chat |
auto_switch_new_tab | True / False | Auto switch to the unread(new) chat tab |
rd_color | 16 / 24 / 32 | Remote Desktop Color mode |
rd_interval | 100 / 300 / 500 / 800 / 1000 | Remote Desktop Update Interval |
rd_allow_control | True / False | Allow remote users to control your desktop |
echo_cancellation | True / False | Enable echo cancellation (remove echo from speakers) |
show_toolbar | True / False | Show Chat Window Toolbar |
Example:
Install Output Messenger Client through MSI installer with Custom parameters like:
msiexec /i OutputMessengerSetup.msi server=XXX.XXX.X.X profile_picture=True window_view=Tabbed offline_users_group=False history_default=3 show_toolbar=False
Here XXX.XXX.X.X points the IP Address.