Get the exception from AutomaticUpdaterBackend service

Hi, I try to follow every step here: https://wyday.com/wybuild/help/automatic-updates/windows-services-console-apps.php

My problem is the Windows service cannot be started :Windows could not start the MyWindowsService service on Local Computer.Error 1067: The process terminated unexpectedly.

I debugged it and found that: after it fires auBackend.BeforeInstalling event, the service is down with the above message.

Could you teach me on how to gather more information to debug? At least I want to know the exception causing such problem...

Btw, if I use WyUpdate.exe directly, it is fine but I do need to implement it on a windows service

Thanks!

Don't use the AutomaticUpdater. We've designed it so that it's too hard to be used correctly. We're dropping support for it in the next version.

Just use wyUpdate directly: https://wyday.com/wybuild/help/silent-update-windows-service.php