Skip to main content
Skip table of contents

Installation on Windows

Silent Install

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

CODE
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
%homepath%/.das-element/variables.env

Example content:

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.