Show-InstallationWelcome -CloseApps does not show the correct Application name to close

Hello everyone, I used the deploy kit successfully for a bit now but today something weird happened.

I want to kill a process related to an application so I used

Show-InstallationWelcome -CloseApps "application"

but when the pop up to close the application appear, the name inside the menu is not “application” but “Deploy-Application.ps1”.

did anyone see anything like that before?

What version of the toolkit are you using and can you supply a log?

I figure it our why :slight_smile:

basically I was trying to kill something with the same name of the exe file in the script. so, the toolkit reacted correctly since… I was basically saying to kill something and in the same time to start it.

hope this help someone out there!