sreedevibalachandran
Posts: 8
Joined: Tue Jul 30, 2019 5:30 am

Issue with services

I couldn't install services in windows 7 machines. Please find the attached file for verbose log. Please help. I am running the set up as "Run as Administrator". But I could install in another 2 windows 7 machines.
Attachments
MSI77E3.rar
(56.66 KiB) Downloaded 239 times
Catalin
Posts: 7513
Joined: Wed Jun 13, 2018 7:49 am

Re: Issue with services

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:

Code: Select all

sc start YourServiceName
Could you please let me know if the manual installation works?

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”