I'm trying to get this working on Windows 11. First I tried via Docker, and that just was frustration on frustration. So I installed node.js and set it up via that. Next step is to install the server, but I get this error message:
C:\Windows\System32>prismcast service install
Installing PrismCast service...
Error: Failed to install service.
Command failed: schtasks /Create /XML C:\Users\xxxx.prismcast\prismcast-task.xml /TN PrismCast /F
ERROR: The task XML is malformed.
(1,40)::ERROR: unable to switch the encoding
I was able to locate and view prismcast-task.xml, but don't know what the exact issue is with the xml that would make it appear to be malformed.