PDA

View Full Version : Stopping a running executable


BillMcLean
07-29-2008, 08:44 PM
What is the recommend process for detecting if a component being installed is already in use and prompting the user to retry after they stop it from running?

jassing
07-31-2008, 11:50 AM
What is the recommend process for detecting if a component being installed is already in use and prompting the user to retry after they stop it from running?


Sorry, my oritinal response was for SUF, nto MSI

Adam
08-01-2008, 11:31 AM
I don't think that there is an MSI feature to do this. You would have to use a dll or exe in a custom action. The Lua Script dll should be able to close a running process so this could be a good workaround.

Adam Kapilik