How to stop the Windows service when running the installer and start immediately after installation via Inno Setup

1

I'm using Inno Setup to create an installer, this installer contains an application and a windows service , I already configured it in Inno Setup to replace existing files when installing again.

But my question is, how to stop the service when running the installer and start it again when you finish installing. These operations I want you to do silently, ie hide the execution.

NOTE: Whether the service exists or not, I do not need to verify.

Someone knows if this is possible in Inno Setup .

    
asked by anonymous 26.04.2017 / 21:00

0 answers