Command line switches can be applied to the shortcuts that are placed on the desktop during installation by using the COMMANDLINE_CONFIG parameter.
For example, to set an autologin for a specific user, the -AL and related command line switches can be applied as follows:
msiexec.exe /i "Hyland OnBase Configuration.msi" COMMANDLINE_CONFIG="-AL -ODBC=""OBSERVER"" -UN=""MANAGER"" -PW=""PASSWORD"""
The entire value of the command-line parameter must be enclosed in double quotes. Accordingly, each shortcut switch definition within the command-line parameter must be enclosed in two sets of double quotes.
See List of Command Line Switches for a list of available command line switches that you can set with this parameter.