Command line switches can be applied to the shortcuts that are placed on the desktop during installation by using the COMMANDLINE parameter.
For example, to set an autologon for a specific user, the -AL and related command line switches can be applied as follows:
msiexec.exe /i "Hyland OnBase Client.msi" COMMANDLINE="-AL -ODBC=""OBSERVER"" -UN=""MANAGER"" -PW=""PASSWORD"""
Note:
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.
Tip:
See List of Command Line Switches for a list of available command line switches that you can set with this parameter.