(03-01-2021, 08:13 AM)ccr1969 Wrote: tried install but get some dll error and installer dies
I don't see what this error corresponds to, however I have just retested it
and I have a download error on one of the vcredist
but hey under win10 I always install the vcredist-all with chocolatey
https://community.chocolatey.org/packages/vcredist-all
you can try it again to see if it changes for you
it is only compatible with windows 10
Code:
powershell "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))"
choco feature enable -n=allowGlobalConfirmation
choco upgrade chocolatey
choco install vcredist-all
choco feature disable -n=allowGlobalConfirmation
normally i believe by recompiling with the correct url its should be ok
https://github.com/andykimpe/Sentora-Win...05a67ba8a1
I just tested by recompiling no errors
https://github.com/andykimpe/Sentora-Win...g/1.0.3-b2