Hello,
Thank you for the provided log file.
I have had a look over it, but unfortunately I can not say for sure why this happens.
On the machine where the service installation fails, could you please try to manually create the service (
MyHolter.FileUploadService.exe).
For instance, you can open an administrative command line and use a command line as it follows:
Code: Select all
sc.exe create YourServiceName binpath="path_to_your_service"
After doing so, if the installation is successful, please try to start the service by using a command line as it follows:
Could you please let me know if the manual installation works?
Best regards,
Catalin