Questions tagged as 'services'

1
answer

Configure multiple Windows Services in a single project

I'm developing a Windows Services project and I've come across the need to run run-time routines and different rules. Is it possible to have multiple windows services in a single project? I've tried the following code more unsuccessfully,...
asked by 28.09.2017 / 19:50
0
answers

Installing services with sc.exe

I created a ServiceApplication using Delphi XE6 When I use the command install (at the prompt) the application is installed correctly and the service can be started. But I need to install 4 instances of the same service on the same...
asked by 25.08.2017 / 20:00
1
answer

GetOpenFileName () used with user impersonation

I have a process that needs SYSTEM privileges and for this to be released by a service. When this process runs the GetOpenFileName () to open a select files dialog, I get an error message saying    C: \ Windows \ system32 \ config \ systemp...
asked by 24.08.2017 / 13:41
0
answers

Timer - run at defined time [duplicate]

I'm developing a Windows Service, where every day at 18:00, I need an event to be triggered. So I'm using the Timer class. I was able to trigger an event by setting the Interval property, that is, every 120 seconds, for exampl...
asked by 22.04.2017 / 23:19
0
answers

Is it possible to install a windows service from a DLL? (Delphi)

I have a dll which has methods that should be executed in a windows service. I did a search and saw that to install a service, I would need an executable. I have the 2007 version of Delphi and Windows 7. Something like: rundll32.exe <nomedl...
asked by 22.02.2017 / 16:45
1
answer

Interact with Windows service to send and receive data?

I created a service in Windows that is installed on localhost and now has to interact with this service. Within my web application I will give a query command that will be sent to this service and this service will do this query on another IP...
asked by 18.05.2016 / 16:15
2
answers

What is the best way to run a java application as a Service on Windows (32 or 64 bit)?

What you need to do to run a Java application (without visual interface) as a Windows service. The program basically uses the Filesystem API and the network API (java.net, java.io and java.nio) If you need to build from the sources I'd like t...
asked by 21.02.2014 / 20:59
1
answer

Translation of the Windows services name [closed]

I'm using Windows in Portuguese in my work. I need to follow a tutorial in English to allow the windows firewall to work again. I can not find the base filtering engine service in the list of services in Portuguese. Does anyone know the equiv...
asked by 06.07.2015 / 20:41
0
answers

Service or package to generate NFe with only the Nota Fiscal key

With just the NFe key I can access the Revenue website and view the Invoice in PDF. You can use a third-party service or package that manages such a PDF in the same way as Recipe offers , having only the key of NFe?     
asked by 29.05.2015 / 14:43
1
answer

Run service even though app is not open

I'm creating a wakeup app and in tests I would like it to wake up (in this example it still only vibrates), but I'm not able to make it run in the background and so it does not end up waking up, how can I even make it app has been destroyed it k...
asked by 04.04.2018 / 03:17