When controlling the installation from the command line you must also configure the settings by using the properties listed in the following sections, which correspond to the options presented in the graphic user interface. These properties are appended to the installation command line with the appropriate values defined, for example:
msiexec /i "Hyland Reporting Viewer x64.msi" ADDLOCAL=ReportingViewer DATASOURCE="MyDataSource"
In order to make a property empty, set its value to an empty string on the command line. For example, IIS_ASPNET_IMPERSONATION accepts 1 to enable impersonation or no value to disable impersonation. In other words, to disable impersonation the property is set like this on the command line: IIS_ASPNET_IMPERSONATION="".