Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Custom Script to Kill running process


1 reply to this topic

PHYOE2004

PHYOE2004
  • Full Members
  • 12 posts

Posted 04 April 2012 - 04:53

Hi All,

I'm using Installshield Developer 8.0. My Project is Basic MSI Project. My project is before installation start, he will remove previous version and install new one. When I tried to test to remove previous version and install new one, windows install didn't uninstall all the current running process/Application on previous installer. Is it possible to create custom script to kill the current running process first and then installation start?

Thanks you for your kindly help.

Phyoe

AlexLX

AlexLX
  • Full Members
  • 27 posts

Posted 05 April 2012 - 10:46

Yes you can create a custom script and the execution sequence of the custom action should be right on top (e.g. after IsSetAllUser)