February 26, 2022

Tips & Tricks: How to install Bopup IM clients for all users on a computer

Both Bopup Messenger and Bopup Observer clients installations occur to current user on a Windows computer by default. This means that automatic startup key in the system registry and program shortcuts are created in Start menu and applied to the user only under which the installation was running.

Another case this critical behavior occurs when the messenger app is deployed and set up remotely using Active Directory Group Policies (GPO) that lets run MSI files. Since such installations are run under System account then no shortcuts are created for any user account in Windows. 

In order to avoid this issue MSI files must be launched with ALLUSERS=1 passed to as a command line parameter. Please note that the parameter is a case-sensitive and must be typed in uppercase.

Example:

msiexec /i bopupmes.msi ALLUSERS=1

We hope that this information helps and makes deploying Bopup IM software much easier and handy.

February 12, 2022

A patch file for Bopup Communication Server version 5.10.0

A recent release of the IM server adds a huge number of improvements and changed to SQL Server database. This may cause issues on version update of the application. We build a special patch tool that fixes errors in the database. 

Download and launch this command line tool on a server running the communication server if you experience issues with starting the service after upgrading the application to version 5.10.0

Download patch file for Bopup Communication Server version 5.10.0