Inno Setup: Shutdown service for custom page -


i'm building installer using inno setup need convert existing files if application installed.

to need stop applications service works automatically install process. there way hook page between application shutdown , start routine? or postpone application restart later time?

edit: tried checkformutexes('myappmutex') manually prompt user close application, function returns false.

edit2: current workarround uses isprocessrunning script jakoch prompt user manually close application. prefer more automatic solution though.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -