mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3137 Updated documentation
This commit is contained in:
parent
3b85512c05
commit
2c989fd5fa
@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user