What installation parameters can be used for automated install of SplitView.msi?

The SplitView installer msi takes the following parameters:

HKLM - this property is disabled by default, and should be set to 1 for using the same settings for all users.

MULTIMON - this property is set to 2 for Terminal Server usage.
It should be set to 1 for Personal usage.

To install for all users, with the same settings for all users, in Terminal Server mode, the following command line can be used:
SplitView.msi ALLUSERS=1 HKLM=1 MULTIMON=2 /qn

When installing with per user settings, do not specify HKLM.