We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here is a simple example, but in mind that some data will be lossed if you stop process in force.
{ "pre_uninstall": [ "if (Get-Process -Name \"wemeetapp\" -Erroraction SilentlyContinue) {Stop-Process -Name \"wemeetapp\"}" ] }