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?
Professional Software Development Tools
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?
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
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