Difference between revisions of "Silent Installation in QPR UI"

From Mea Wiki
Jump to navigation Jump to search
(Created page with "QPR MobileDashboard can be installed silently using the following command: <pre>[InstallerExeLocation] /s /v"/qn /Lv \"C:\temp\MDInstallerlogfile.txt\" [key-value-pairs]</pre>...")
 
Line 6: Line 6:
  
 
Following parameters are available:
 
Following parameters are available:
* '''INSTALLDIR''':  
+
* '''INSTALLDIR''': QPR MobileDashboard installation directory. Usually C:\Program Files\QPR Software Plc\QPR MobileDashboard\
* '''GLASSFISHDIR''':  
+
* '''GLASSFISHDIR''': Glassfish installation directory. Usually C:\Program Files\QPR Software Plc\QPR MobileDashboard\Glassfish\
* '''IS_SQLSERVER_USERNAME''':  
+
* '''IS_SQLSERVER_USERNAME''': SQL Server username
* '''IS_SQLSERVER_DATABASE''':  
+
* '''IS_SQLSERVER_DATABASE''': SQL Server user passoword
* '''DBSETUP''':  
+
* '''DBSETUP''': Use value '''ExistingDB''', which defines that an existing database is used.
 
* '''IS_SQLSERVER_AUTHENTICATION''':  
 
* '''IS_SQLSERVER_AUTHENTICATION''':  
* '''IS_SQLSERVER_SERVER''':  
+
* '''IS_SQLSERVER_SERVER''': SQL Server location
 
* '''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''':  
+
* '''SYSTEM_USER_NAME''': QPR Suite username.
* '''SYSTEM_USER_PASSWORD_ENCRYPTED''':  
+
* '''SYSTEM_USER_PASSWORD_ENCRYPTED''': QPR Suite user password
* '''SSOS: [[Common QPR Authentication]] parameters
+
* '''SSOS''': [[Common QPR Authentication]] parameters

Revision as of 09:03, 9 March 2017

QPR MobileDashboard can be installed silently using the following command:

[InstallerExeLocation] /s /v"/qn /Lv \"C:\temp\MDInstallerlogfile.txt\" [key-value-pairs]

Example:

<installer.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/ " 

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 passoword
  • DBSETUP: Use value ExistingDB, which defines that an existing database is used.
  • IS_SQLSERVER_AUTHENTICATION:
  • IS_SQLSERVER_SERVER: SQL Server location
  • MEAWSURL: QPR Suite 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