Difference between revisions of "Silent Installation in QPR UI"

From Mea Wiki
Jump to navigation Jump to search
Line 1: Line 1:
QPR MobileDashboard can be installed silently to automate the installation. Use the instructions below to contruct your own silent installation command.
+
There is '''silent''' installation available for QPR MobileDashboard, in which the installation is done in command line instead of installer wizard. Silent installation enables to automate QPR Mobiledashboard installation. Use the instructions below to contruct your own silent installation command.
  
 
Silent installation command has the following syntax:
 
Silent installation command has the following syntax:
Line 8: Line 8:
 
* '''GLASSFISHDIR''': Glassfish installation directory. Usually C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\
 
* '''GLASSFISHDIR''': Glassfish installation directory. Usually C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\
 
* '''IS_SQLSERVER_USERNAME''': SQL Server username
 
* '''IS_SQLSERVER_USERNAME''': SQL Server username
* '''IS_SQLSERVER_DATABASE''': SQL Server user passoword
+
* '''IS_SQLSERVER_DATABASE''': SQL Server user password
 +
* IS_SQLSERVER_LIST
 +
* IS_SQLSERVER_DATABASE
 
* '''DBSETUP''': Use value '''ExistingDB''', which defines that an existing database is used or '''NewDB''' for a new installation.  
 
* '''DBSETUP''': Use value '''ExistingDB''', which defines that an existing database is used or '''NewDB''' for a new installation.  
 
* '''IS_SQLSERVER_AUTHENTICATION''':  
 
* '''IS_SQLSERVER_AUTHENTICATION''':  
* '''IS_SQLSERVER_SERVER''': SQL Server location
+
* '''IS_SQLSERVER_SERVER''': SQL Server computer name
 
* '''MEAWSURL''': QPR Suite Web Service location''':  
 
* '''MEAWSURL''': QPR Suite Web Service location''':  
 
* '''PAWSURL''': QPR ProcessAnalyzer Web Service location''':  
 
* '''PAWSURL''': QPR ProcessAnalyzer Web Service location''':  
* '''SYSTEM_USER_NAME''': QPR Suite username.
 
* '''SYSTEM_USER_PASSWORD_ENCRYPTED''': QPR Suite user password
 
 
* '''SSOS''': [[Common QPR Authentication]] parameters
 
* '''SSOS''': [[Common QPR Authentication]] parameters
 +
* ISFOUNDNEWERPRODUCTVERSION
 +
* USERNAME
 +
* COMPANYNAME
 +
* SUPPORTDIR
 +
* GLASSFISHDOMAIN
 +
* GLASSFISHSERVERNAME
 +
* GLASSHFISHDIR
 +
* DBINSTANCENAME
 +
* USERDOMAIN: Domain name for database user account. Used in Windows authentication.
 +
* ISSHOWMSILOG
 +
* TXTMLSSOSERVICES
 +
* SKIPDBVALIDATION
 +
* SAML_CONSUMER_URL
 +
* SAML_METADATA_URL
 +
* SAML_REDIRECT_URL
 +
* SAML_SIGNING_CERTIFICATE
 +
* SAML_SERVER_ENTITY_IDENTIFIER
 +
* SAML_USER_ID_ATTRIBUTE
 +
* SAML_AUTOMATIC_LOGIN
  
 
Example command:
 
Example command:
<pre>C:\temp\QPRMobileDashboard.exe /s /v"/qn /Lv \"C:\temp\MDInstallerlogfile.txt\" INSTALLDIR=\"C:\Program Files\QPR Software Plc\QPR MobileDashboard\" GLASSFISHDIR=\"C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\" IS_SQLSERVER_USERNAME=user IS_SQLSERVER_PASSWORD=pass IS_SQLSERVER_DATABASE=QPREntice DBSETUP=ExistingDB IS_SQLSERVER_AUTHENTICATION=1 IS_SQLSERVER_SERVER=localhost MEAWSURL=http://localhost/metrics/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp/ PAWSURL=http://localhost/current/MainService.svc/webHttp/ SYSTEM_USER_NAME=qpr SYSTEM_USER_PASSWORD_ENCRYPTED=demo SSOS=WAS,http://localhost/metrics/Portal/QPR.Isapi.dll;PA,http://localhost/current/MainService.svc/webHttp/; WS,http://localhost/metrics/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp/ "</pre>
+
<pre>C:\temp\QPRMobileDashboard.exe /s /v"/qn /Lv \"C:\temp\MDInstallerlogfile.txt\" INSTALLDIR=\"C:\Program Files\QPR Software Plc\QPR MobileDashboard\" GLASSFISHDIR=\"C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\" IS_SQLSERVER_USERNAME=user IS_SQLSERVER_PASSWORD=pass IS_SQLSERVER_DATABASE=QPREntice DBSETUP=ExistingDB IS_SQLSERVER_AUTHENTICATION=1 IS_SQLSERVER_SERVER=localhost MEAWSURL=http://localhost/metrics/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp/ PAWSURL=http://localhost/current/MainService.svc/webHttp/ SSOS=WAS,http://localhost/metrics/Portal/QPR.Isapi.dll;PA,http://localhost/current/MainService.svc/webHttp/; WS,http://localhost/metrics/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp/ "</pre>
  
 
[[Category: QPR MobileDashboard]]
 
[[Category: QPR MobileDashboard]]

Revision as of 09:59, 21 March 2017

There is silent installation available for QPR MobileDashboard, in which the installation is done in command line instead of installer wizard. Silent installation enables to automate QPR Mobiledashboard installation. Use the instructions below to contruct your own silent installation command.

Silent installation command has the following syntax:

[InstallerExePath] /s /v"/qn /Lv \"[InstallerLogFilePath]\" [parameters]"

Parameters are defined using syntax parametername=parametervalue. Following parameters are available:

  • INSTALLDIR: QPR MobileDashboard installation directory. Usually C:\Program Files\QPR Software Plc\QPR MobileDashboard\
  • GLASSFISHDIR: Glassfish installation directory. Usually C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\
  • IS_SQLSERVER_USERNAME: SQL Server username
  • IS_SQLSERVER_DATABASE: SQL Server user password
  • IS_SQLSERVER_LIST
  • IS_SQLSERVER_DATABASE
  • DBSETUP: Use value ExistingDB, which defines that an existing database is used or NewDB for a new installation.
  • IS_SQLSERVER_AUTHENTICATION:
  • IS_SQLSERVER_SERVER: SQL Server computer name
  • MEAWSURL: QPR Suite Web Service location:
  • PAWSURL: QPR ProcessAnalyzer Web Service location:
  • SSOS: Common QPR Authentication parameters
  • ISFOUNDNEWERPRODUCTVERSION
  • USERNAME
  • COMPANYNAME
  • SUPPORTDIR
  • GLASSFISHDOMAIN
  • GLASSFISHSERVERNAME
  • GLASSHFISHDIR
  • DBINSTANCENAME
  • USERDOMAIN: Domain name for database user account. Used in Windows authentication.
  • ISSHOWMSILOG
  • TXTMLSSOSERVICES
  • SKIPDBVALIDATION
  • SAML_CONSUMER_URL
  • SAML_METADATA_URL
  • SAML_REDIRECT_URL
  • SAML_SIGNING_CERTIFICATE
  • SAML_SERVER_ENTITY_IDENTIFIER
  • SAML_USER_ID_ATTRIBUTE
  • SAML_AUTOMATIC_LOGIN

Example command:

C:\temp\QPRMobileDashboard.exe /s /v"/qn /Lv \"C:\temp\MDInstallerlogfile.txt\" INSTALLDIR=\"C:\Program Files\QPR Software Plc\QPR MobileDashboard\" GLASSFISHDIR=\"C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\" IS_SQLSERVER_USERNAME=user IS_SQLSERVER_PASSWORD=pass IS_SQLSERVER_DATABASE=QPREntice DBSETUP=ExistingDB IS_SQLSERVER_AUTHENTICATION=1 IS_SQLSERVER_SERVER=localhost MEAWSURL=http://localhost/metrics/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp/ PAWSURL=http://localhost/current/MainService.svc/webHttp/ SSOS=WAS,http://localhost/metrics/Portal/QPR.Isapi.dll;PA,http://localhost/current/MainService.svc/webHttp/; WS,http://localhost/metrics/Portal/QPR.Isapi.dll/wsforward/MainService.svc/webHttp/ "