[Inno Setup 5] Check if program in running when the user is about to uninstall it
Hi!!
Like the title says, how to check if the program we are about to uninsistall, is running?
Re: [Inno Setup 5] Check if program in running when the user is about to uninstall it
I believe Inno Setup does that already but if it doesn't you could do it in the CODE section.
Re: [Inno Setup 5] Check if program in running when the user is about to uninstall it
"you could do it in the CODE section"-i know that, but what do i "write"?
And Inno Setup doesnt do that.
Re: [Inno Setup 5] Check if program in running when the user is about to uninstall it
I am trying to do the same thing. Did you find a solution?