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.4_win.exe /S
flag | description |
---|---|
/S | silent install |
/D=”C:/das-element/” | custom install location |
Potential Firewall issue
If you are using Windows Defender, allow access for the following files
redis-server.exe
For Redis this repository is used: https://github.com/tporadowski/redis
The Caching Server (Redis) is supposed to run locally (127.0.0.1
- default port 6379
). There is no need for the Redis process to access the network, so it can be blocked in your firewall.