Installation on Windows

Silent Install

Needs to be run in a command line with admin mode, otherwise some dialog windows will pop up.

C:\Users\my_user\Downloads\das-element_1.0.0_win.exe /S

flag

description

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.

%homepath%/.das-element/variables.env

 

Example content:

#### 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