Installation and starting
Bopup Messenger comes with a multilingual setup package that supports English, Dutch, French, Spanish, German, Italian and Russian languages. Setup language depends on system's default language that is configured for non-unicode applications but it can be overridden if MSI setup file is run from a command line interface. If the system language does not match any language supported and included to the setup package then English localization is used by default for installation and messenger interfaces.
To install Bopup Messenger:
- Launch bopupmes.msi setup file.
- Follow all instructions in the Setup Wizard.
- After installation you can launch Bopup Messenger from "Start Menu -> Programs -> Bopup Messenger" folder.
Using a command line interface to switch language
In cases when system default language is different from a language that must be installed for Bopup Messenger or when previously installed localization of the application must be overwritten using a new language during version upgrade then MSI setup file can be launched from a command line using msiexec.exe tool by passing ProductLanguage parameter with an appropriate language code. To use and install one from the supported languages define the parameter according to one from the values below.
Language | Parameter |
English | ProductLanguage=1033 |
Dutch | ProductLanguage=1043 |
French | ProductLanguage=1036 |
German | ProductLanguage=1031 |
Italian | ProductLanguage=1040 |
Russian | ProductLanguage=1049 |
Spanish | ProductLanguage=1034 |
Example shows installation of Bopup Messenger with Italian localization by passing parameter from a command line interface:
msiexec /i bopupmes.msi ProductLanguage=1040