Silent Install
...
run.exe - local API server from das-element
redis-server.exe - local caching server
...
Info |
---|
...
If you are using Windows Defender, allow access for the following files
server.exe
redis-server.exe
Needs to be run in a command line with admin mode, otherwise some dialog windows will pop up. |
Code Block |
---|
C:\Users\my_user\Downloads\das-element_1.0.0_win.exe /S |
flag | description |
---|---|
/S | silent install |
/D=”C:/das-element/” | custom install location |
Environment variables
In the Users home directory there is a file called: variables.env
This file will be read before the software start. Add all the environment variables you need in that file.
Code Block |
---|
%homepath%/.das-element/variables.env |
Example content:
Code Block |
---|
#### point to the license server
DASELEMENT_LICENSE=5053@your-license-server
#### path to the config file (.conf)
DASELEMENT_CONFIG_PATH=/mnt/server/das-element.conf
#### path to the resources folder, for presets, hooks, etc.
DASELEMENT_RESOURCES=/mnt/server/shared_folder/das-element_resources |