Windows Installer
Default Windows Installer
The default Windows installer is an exe that installs the container to the user's local directory. It can be installed without any admin permissions, and has optional support for automatic updates to new container releases.
Contact support to enable or disable automatic updates for a specific container.
MSI installer
An alternative MSI-based installer is available on request. This installer installs to C:\Program Files (x86)
by default.
Some command-line arguments may be specified to automate or customize the installation:
Uninstalling
The application can be uninstalled using the standard Windows "Add or Remove Programs" or "Uninstall a program" tool.
Unlike on iOS or Android, the user's data is not removed when uninstalling.
To remove the local data, locate and delete this folder %AppData%\<app name>
, which is short for C:\Users\<user>\AppData\Roaming\<app name>
.
Last updated