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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -