Knowledge Base - Installation



Knowledge Base

Bubble can be installed as an MSI installation file. See for this Partner Portal > Software on this knowledge base. The installation file is digitally signed by Red Cactus. This verifies that the file and content are from Red Cactus and no changes have been made to the code. In addition, the installation file will be automatically allowed by the Microsoft SmartScreen.

macOS

Keep in mind that during the installation procedure you must activate disk access for the installer.rZAAAAAElFTkSuQmCC

When a Bubble update is available, it can be installed in 3 ways:Update through installation via MSIUpdate through Bubble updaterUpdate as manual action in the softwareUpdate via the webportalFor an u...
The user profile is saved by default in the folder:%APPDATA%\Bubble . This location can be adjusted via the configuration parameters....
Bubble will be started automatically every time the system starts. A shortcut will be placed to Bubble in the folder %PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Startup . If you do not want...
It is possible to create a multi-tenant version of Bubble so that you can have multiple users active at the same time. This can be useful for a number of CRM- ERP- applications. For example, you can...
In this knowledge base we mention that you can adjust various settings through a config.ini file. Creating a config.ini file is very simple. Open notepad and add the parameters you want to use (see...


From Bubble v3.3.0 and higher, there is an updater utility in Bubble’s installation folder. It’s called “Updater.exe” (or Updater on OSX).

 C:\Program Files\Bubble>updater.exe –help 
-v, –version=VALUE Target version, e.g. ‘latest’ or v3.0.0
-c, –channel=VALUE Update channel, e.g. ‘stable’ or ‘beta’
-a, –auto Automatic update. -s, --start Start application after update (Windows only).
-h, –help Print help menu.


An update can be performed here manually (or automatically) via a task. Some examples:

Get the latest stable version and start installation of MSI in interactive mode

 Updater.exe -v latest -c stable

Get specific version and start installation of MSI in interactive mode

Updater.exe -v 3.0.0

Automatically check for new stable versions and start installation of MSI in passive mode (run task as administrator)

Updater.exe -a