/
Flowster Studio Main Engine Installation arguments
Flowster Studio Main Engine Installation arguments
- ADDLOCAL: The value is a comma separated list (no spaces) of the internal feature names that will be deployed. Eliminating one from the list will cause that feature to NOT be installed.Depending on these, several sets of particular properties will become optional.
- Values: Core,Designer,ExecutionAgent,WebApps,WebPortal
- In Change deployment (maintenance) scenarios, the property will only contain features that are newly added in the process (e.g. Designer was not deployed with the initial installation, but installed during the Change deployment)
- REINSTALL: The features that are reinstalled during Change deployment scenarios.
- Values: Core,Designer,ExecutionAgent,WebApps,WebPortal
- ONLY to be used during Change deployment.
- The property contains a comma separated list (no spaces) of features that were installed with the previous deployment, and will be present in the current one also (e.g. Designer was deployed with the initial installation, and kept during the Change deployment).
- REMOVE: The features that are removed from a deployment during a Change scenario.
- Values: Core,Designer,ExecutionAgent,WebApps,WebPortal
- ONLY to be used during Change deployment.
- The property contains a comma separated list (no spaces) of features that were installed with the previous deployment, but will be removed in the current one (e.g. Designer was deployed with the initial installation, but is planned to be removed during the Change deployment).
- ADSITE: The Active Directory site name that will be used. Leave unchanged if it will not be used.
- ADUSER: The domain user that will be used for LDAP authentication.
- Only required if USELDAPCONNECTION=1. Otherwise leave default.
- ADUSERPASS: The ADUSER password.
- Only required if USELDAPCONNECTION=1. Otherwise leave default.
- CENTRALREPOPATH: The location where the Activity Library folder will be stored for Designer/Execution Agent updates. It is recommended to use a network shared path, especially if the deployment plan calls for Designer/Execution Agents to be installed to different machines.
- DEFAULTLANGUAGE: The tenant default language.
-
- Values: en-US or de-DE. Default: en-US.
-
- DOMAINFQ: the fully qualified domain name.
- The output of the %USERDNSDOMAIN% environment variable. Only required if the machine is part of a domain. Otherwise leave deault "0"
- DOMAINNETBIOS: the NetBIOS domain name.
- The output of the %USERDOMAIN% environment variable.
- EXTRAENGINE: 0/1. Decides whether or the current installation deploys a Main Engine or an Additional one. The value when installing a Main Engine is 0.
- INSTALLPATH: Folder path with the custom destination folder. If no customization is required, leave default (0). The custom path must end in a backslash.
- INSTANCEDESCRIPTION: the description of the default Flowster Studio Instance. Only mandatory when installing on a new database.
- INSTANCEFOLDERDESCRIPTION: the description of the default Flowster Studio Instance Folder. Only mandatory when installing on a new database.
- INSTANCEFOLDERNAME: the name of the default Flowster Studio Instance Folder. Only mandatory when installing on a new database.
- INSTANCENAME: the name of the default Flowster Studio Instance. Only mandatory when installing on a new database.
- LDAPSSL: True/False (case sensitive)
- Only required if USELDAPCONNECTION=1. Otherwise leave default.
- LDAPURL: the LDAP address. The value depends on the value of LDAPSSL.
- Only required if USELDAPCONNECTION=1. Otherwise leave default.
- LDAP://domain:securePort if LDAPSSL=True (securePort default = 636)
- LDAP://domain if LDAPSSL=false
- Only required if USELDAPCONNECTION=1. Otherwise leave default.
- LOCALPROTOCOL: the local protocol used for the services communication. http/https (case sensitive)
- LOGGINGPORT: the port used by the logging service (Flowster Studio Platform Health)
-
- Default 5800.
-
- OVERWRITECENTRALREPO: 0/1
-
- its value will decide if the current installation will overwrite the files already in the Centralized Repository Path. See CENTRALREPOPATH.
-
- PREREQUISITESSUPRESSMSG: 0/1
-
- if the value is 0, the installer will display a message box with the Flowster Studio 5.3 prerequisites that are not met.
- If the value is 1, the installer will only log the information about the prerequisites that are not met.
-
- RACLIENTDESCRIPTION: the description of the Flowster Studio RestAPI Client App. Only mandatory when installing on a new database.
- RACLIENTNAME: the name of the Flowster Studio RestAPI Client App. Only mandatory when installing on a new database.
- RACLIENTPASSWORD: the user passkey used to create the Flowster Studio internal RestApi token. Only mandatory when installing on a new database.
- RACLIENTUSER: the user used to create the Flowster Studio internal RestApi token. Only mandatory when installing on a new database.
-
- Format: Domain\sAMAccountName
-
- RESTAPIPORT: communication port for the Flowster Studio RestAPI service.
-
- Default 5500.
-
- SERVICEUSER: the identity that will run the Flowster Studio services
-
- Format: Domain\sAMAccountName or Hostname\username
-
- SUPASS: the service user password.
- SCHUSESTRONGCRYPTO: 0/1
-
- Decides whether the installer will enable the TLS1.1 & TLS1.2 protocols on the machine. Default and recommended value: 1
-
- SQLMAIN_AUTHENTICATION: windows/sql. The sql server connection authentication type.
- SQLMAIN_DATABASE: The name of the Flowster Studio Main database. Default value: FlowsterMain
- SQLMAIN_INSTANCE: the sql server instance (ONLY instance name, without host)
-
- It will be used together with the SQLMAIN_SERVER to connect to the database.
-
- SQLMAIN_PASSWORD: the sql authentication user password
-
- Is used if SQLMAIN_AUTHENTICATION = sql (case sensitive)
- Ignored if SQLMAIN_AUTHENTICATION = windows (case sensitive)
-
- SQLMAIN_SERVER: the sql server host (ONLY server name, no instance)
-
- It will be used together with the SQLMAIN_INSTANCE to connect to the database.
-
- SQLMAIN_USERNAME: the sql authentication user. The property is:
-
- used if SQLMAIN_AUTHENTICATION = sql (case sensitive)
- ignored if SQLMAIN_AUTHENTICATION = windows (case sensitive)
-
- SQLTENANT_DATABASE: The name of the Flowster Studio Tenant database. Default value: FlowsterTenant
- SSLCERTIFICATEUSED: what pfx ssl certificate will be bound to the Flowster Studio Services ports
-
- Values: default/custom/existing
-
- SSLCERTNAME: the pfx file name
- Only to be set if SSLCERTIFICATEUSED=custom
- SSLCERTPATH: the pfx file path (includes pfx file name)
- Only to be set if SSLCERTIFICATEUSED=custom
- SSLCERTPASS: the ssl certificate password
- Only to be set if SSLCERTIFICATEUSED=custom
- SUPERADMINTYPE: the superadmin user tpe. Only mandatory when installing on a new database.
- SUPERADMINTYPE=ad will only work if USELDAPCONNECTION=1.
- Values: custom/ad
- SUPERADMINTYPE=ad will only work if USELDAPCONNECTION=1.
- SUPERADMINUSERNAME: the name of the custom superadmin. Only mandatory when installing on a new database.
- SUPERADMINPASSWORD: the password for the custom superadmin. Only mandatory when installing on a new database.
- SUPERADMINEMAIL: the email of the custom superadmin. Only mandatory when installing on a new database.
- SUPERADMINDISPLAYNAME: the display name of the custom superadmin. Only mandatory when installing on a new database.
- SUPERADMINSAMACCOUNT: the sAMAccountName of the AD superadmin. Only mandatory when installing on a new database.
- Only required if USELDAPCONNECTION=1. Otherwise leave default.
- TENANTNAME: the name of the default Flowster Studio tenant. It will be attached to the database under SQLTENANT_DATABASE.
- USEFQDNAUTH: 0/1. Decides whether the users will login into the services using the full domain or short domain on the username field. E.g. xxxx.yyyy.zzzz\username or xxxx\username.
- USELDAPCONNECTION: 0/1. Decides whether Flowster Studio will use an LDAP connection or work disconnected from the domain.
- Designer feature related properties. Ignored if ADDLOCAL does not specify the feature:
- DESIGNERWORKSPACEPATH: the Designer workspace location. Also, this is where the Snippets and Templates will be deployed. Default value: C:\ProgramData\Flowster Solutions\Flowster Studio\Designer{color}
* ExecutionAgent feature related properties. Ignored if ADDLOCAL does not specify the feature: - EXECUTIONAGENTNAME: the User Interface sets it automatically to the local hostname.
- EXECUTIONGROUPNAME: the name of the execution group name. Default value: local hostname + "_ExGrp"
- INTERACTIVEAGENTPORT: The communication port for the Flowster Studio Interactive Agent. Default value: 5701
- DESIGNERWORKSPACEPATH: the Designer workspace location. Also, this is where the Snippets and Templates will be deployed. Default value: C:\ProgramData\Flowster Solutions\Flowster Studio\Designer{color}
- WebApps feature related properties. Ignored if ADDLOCAL does not specify the feature:
- WEBAPPSAUTHENTICATION: forms/windows (case sensitive). The WebApps website authentication method.
- WEBAPPSDESCRIPTION: the description of the Flowster Studio WebApps Service Portal.
- WEBAPPSINSERTUPDATE: insert/update. If it's a new installation, with new databases, the value will be set to insert. Otherwise (preexisting Flowster Studio Main/Tenant databases), the value will be update.
- The detection is done in the User Interface, so the user will have to decide and set these manually in the transform file if he/she starts from scratch or using an older mst.
- WEBAPPSNAME: the name of the Flowster Studio WebApps Service Portal. Default value: WebApps
- The value must be unique between the Service Portals deployed on a Flowster Studio Tenant. Please enter accordingly.
- WEBAPPSPORT: the communication port used by the WebApps service. Default value: 5008
- WebPortal feature related properties. Ignored if ADDLOCAL does not specify the feature:
- WEBPORTALAUTHENTICATION: forms/windows (case sensitive). The WebPortal website authentication method.
- WEBPORTALDESCRIPTION: the description of the Flowster Studio WebPortal Service Portal.
- WEBPORTALINSERTUPDATE: insert/update. If it's a new installation, with new databases, the value will be set to insert. Otherwise (preexisting Flowster Studio Main/Tenant databases), the value will be update.
- The detection is done in the User Interface, so the user will have to decide and set these manually in the transform file if he/she starts from scratch or using an older mst.
- WEBPORTALNAME: the name of the Flowster Studio WebApps Service Portal. Default value: WebPortal
- The value must be unique between the Service Portals deployed on a Flowster Studio Tenant. Please enter accordingly.
- WEBPORTALNETWORKSHARE: the network share for the WebPortal uploads.
- WEBPORTALPORT: the communication port used by the WebPortal service. Default value: 5600
, multiple selections available,
Related content
Flowster Studio Main Engine Installation arguments
Flowster Studio Main Engine Installation arguments
More like this
Flowster Studio Additional Engine and Components Installation arguments
Flowster Studio Additional Engine and Components Installation arguments
More like this
Flowster Studio Additional Engine and Components Installation arguments
Flowster Studio Additional Engine and Components Installation arguments
More like this
Flowster Studio Maintenance Change – with provided User Interface
Flowster Studio Maintenance Change – with provided User Interface
More like this
Flowster Studio Maintenance Change – with provided User Interface
Flowster Studio Maintenance Change – with provided User Interface
More like this
Flowster Studio Additional Engine and Components Installation
Flowster Studio Additional Engine and Components Installation
More like this