Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Silent Install

...

Image Removed

run.exe - local API server from das-element

Image Removed

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