IntelliPerform Silent Installation
This article will outline few silent installation commands line for the IntelliPerform software. #IP-KB3
IntelliPerform ’s installation MSI supports silent installation for both a local profile and connecting to the Management Platform
Silent install options
Command Line Option |
Description |
CONNECTIONTYPE |
Configures the IntelliPerform profile source 0 = ThinScale Management Server 2 = Standalone |
MGMTURI |
The address of a ThinScale Management Server e.g. https://tstmgmtserver.domain.local/TSTMgmt |
MGMTDEFAULTSITE |
Configures IntelliPerform to connect to the ‘Default Site’ in the Management Platform 1 = Use Default Site |
MGMTUSERNAME |
The username associated with the Management Site you want this IntelliPerform device to connect via. (for more information on Management Sites, please see the ThinScale Management Console Administrators Guide) |
MGMTPASSWORD |
The password associated with the Management Site you want this IntelliPerform device to connect via. (for more information on Management Sites, please see the ThinScale Management Console Administrators Guide) |
Examples
Install IntelliPerform with no interaction with a centrally delivered profile from the Management Server using your own site:
Please note a “Site” must have been created beforehand within the ThinScale Management Console
msiexec /I IntelliPerform.msi CONNECTIONTYPE=0 MGMTURI=https://tstmgmt.domain.local MGMTUSERNAME=siteUsername MGMTPASSWORD=sitePassword /QB /L*V "%USERPROFILE%\IP.LOG"
Auto installs IntelliPerform with no interaction, and use a local profile:
msiexec /I IntelliPerform .msi CONNECTIONTYPE=2 /QB /L*V "%USERPROFILE%\IP.LOG"