Feature Request
I realised that I am the only person using ArchDaemonWindows::installDaemon and ArchDaemonWindows::uninstallDaemon purely for development; users use WiX to install/uninstall the service. Keeping these doesn't make sense as it causes more maintenance burden (e.g. I just spent the last hour fixing unicode bugs in those 2 functions as part of #8640).
I will remove this dead code and write some simple install/uninstall script in Python under https://github.com/deskflow/scripts (if I need to).
Feature Request
I realised that I am the only person using
ArchDaemonWindows::installDaemonandArchDaemonWindows::uninstallDaemonpurely for development; users use WiX to install/uninstall the service. Keeping these doesn't make sense as it causes more maintenance burden (e.g. I just spent the last hour fixing unicode bugs in those 2 functions as part of #8640).I will remove this dead code and write some simple install/uninstall script in Python under https://github.com/deskflow/scripts (if I need to).