Volume Installation
The Blockpad installer allows Blockpad to be installed, re-installed, updated, and uninstalled on Windows for either a single user or a whole computer. It includes options to configure shortcuts and user interface language. All functionality in the installer can be automated to manage the program over a network.
When performing volume installs, it is most common to install for the whole machine, for all users. In this case, Blockpad installs to
C:\Program Files\Blockpad
.
When Blockpad is installed for the machine, each user still has to connect to a license separately. This is done by linking to an account when each user opens Blockpad for the first time.
When installed for a single user, Blockpad installs to C:\Users\[username]\AppData\Local\Blockpad\appfiles
.
When automating the installer, we recommend piping the console output stream to gather any output information such as error messages.
To use these features, please download the installer here:
Typical volume install examples
To install Blockpad on a whole machine silently with no installer user interface shown, the following command can be used:
./BlockpadInstaller.exe --install --machine --silent
To apply any available updates with no user interface shown, the following command can be used:
./BlockpadInstaller.exe --apply-update --silent
All installer process arguments
The following process arguments are available with BlockpadInstaller.exe:
Argument | Description |
---|---|
--install |
Installs the latest version of Blockpad, using any settings from other arguments. You can use the If you run |
--check-update |
Checks if an update is available, writing result to the console output stream. If the user interface is shown (no
|
--apply-update |
Updates to the latest version of Blockpad, if one is available. The |
--uninstall |
Uninstalls the current Blockpad installation. |
--remove-all |
When uninstalling, if |
--silent |
If included, runs the installer with no user interface. Any error messages will output only to the console output stream. Note that installer actions run with |
--channel name |
Specifies the app channel for installation. For example:
|
--user |
Explicitly specifies to install for the current user only, not for the whole machine. |
--machine |
Explicitly specifies to install for the whole machine. |
--start-menu on/off |
Specifies whether there should be a start menu shortcut for Blockpad. For example:
If not specified, defaults to on. |
--desktop on/off |
Specifies whether there should be a desktop shortcut for Blockpad. For example:
If not specified, defaults to off. |
--language code |
Specifies the user interface language for Blockpad, if different from that of the Windows installation, with its language code. For example:
If not specified, defaults to the language of the Windows installation, if supported by Blockpad.
User interface translations will be available in the application itself beginning with version 1.7
|