Hello all,
I'm trying to install an autoitscrip executable as an service.
The current install line i'm using would be:
Run(@ComSpec & " /c " & "sc create MyService binpath= """ & @ScriptFullPath & " /start"" type= share type= interact start= auto", "", @SW_HIDE)
When i'm trying to start the service, it would be visible in my systemtray.
But in the services list the status is "Starting..." (dutch OS, so it's a guess).
And after 30 seconds, the program closes. The windows log says that the program did not responsed.
Is there a way to fix this?
Thanks,
Mathijs