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 -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -