Intel Unite Solution - Enterprise Deployment Guide

Intel Unite® Solution Enterprise Deployment Guide v3.1.7  33 of 83 
7  Advanced Installation 
7.1  Scripted Installers 
This section provides information to run the installers silently, without any menus or windows appearing. In 
this way, property parameters will be passed to the installer via command line. 
To run the silent installers, open the command prompt and use the following command line: 
msiexec /i "PATH_TO_CLIENT_MSI" PARAMETER=VALUE PARAMETER=VALUE … /qn /l* “PATH_TO_LOG” 
  The /i flags the specified MSI for installation. “PATH_TO_CLIENT_MSI” is the file name to the 
installer you are calling. 
  “PARAMETER=VALUE PARAMETER=VALUE …” is a list of the parameters specified in the table 
below. 
  The /qn flag will run the installer in quiet mode. 
  The /l* flag will log output to the logfile you specify. 
NOTE: You can see all options for msiexec by running the command: msiexec /? 
Below is the full list of property parameters that can be passed into each installer: 
Server Installation Parameters 
Description 
DBHOSTNAME = “local” or “{IP}” or “{server},{port}” 
(defaults to local) 
Host name of the Microsoft SQL Server. This 
will be where the installer creates the 
UniteServer database and adds the database 
service account. If installing the database to 
the current machine, you do not need to 
include this parameter, as it defaults to local. 
DBLOGONTYPE = “WinAccount” or “SqlAccount”  
defaults to WinAccount 
Specifies the logon type to access the 
Microsoft SQL Server. Options are Windows 
authentication or SQL authentication. 
DBUSER = “{SQL username}” 
DBPASSWORD = “{SQL password}” 
If logon type is SqlAccount, provide the 
username and password. 
NOTE: This account must have permissions to 
add the Database, and create the database 
service account. 
DBLOGONPASSWORD = “{service account password}” 
The password to be used by the service 
account to connect to the UniteServer 
database. 
DBLOGONPASSWORDCONF = “{service account 
password}” 
This variable must have the same value as 
specified in DBLOGONPASSWORD 
Server Feature Selection Parameters 
Description 
ADDLOCAL = “ALL” 
There are only two options: ALL = Install the 
database AND PIN server, admin portal, and 
download page. 
(do not specify this variable) = Install Pin 
Server, admin portal, and download page. 










