SDA-3137 Updated documentation

This commit is contained in:
Mattias Gustavsson 2021-04-30 08:37:58 +02:00
parent 3b85512c05
commit 2c989fd5fa
2 changed files with 23 additions and 4 deletions

View File

@ -6,11 +6,12 @@
### 9.3.0
- [CORE - Natwest - Prod - Unable to take screenshot of one Application](https://perzoinc.atlassian.net/browse/sda-3079)
- [State Street - Create a Property to suppress SDA from starting post install](https://perzoinc.atlassian.net/browse/sda-3102}
- [SDA-3137 CORE Start Symphony-windows with command line parameter for userDataPath](https://perzoinc.atlassian.net/browse/SDA-3137)
- [SDA-3079 CORE - Natwest - Prod - Unable to take screenshot of one Application](https://perzoinc.atlassian.net/browse/sda-3079)
- [SDA-3102 State Street - Create a Property to suppress SDA from starting post install](https://perzoinc.atlassian.net/browse/sda-3102}
* 9.4.1 (Electron-version)
* 83 (Chromium-version)
- 9.4.1 (Electron-version)
- 83 (Chromium-version)
---

View File

@ -428,3 +428,21 @@ or
msiexec /i Symphony.msi /q POINTER_LOCK="false"
-------------------------------------------------------------------
### USER_DATA_PATH
Expected values:
* Full file path for location to store Symphony user data
The default (if not specified, or if specified as empty string "") is
%LOCALAPPDATA%\Symphony\
#### Example
msiexec /i Symphony.msi /q USER_DATA_PATH="z:\userdata\symphony"