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

Wait to close an application


2 replies to this topic

davidgamo

davidgamo
  • Members
  • 9 posts

Posted 12 December 2005 - 10:12

I want to detect that an expecific program is running and stop my installation until the user close this program.

How can i do?

thanks

Edited by davidgamo, 12 December 2005 - 10:12.


lavocat

lavocat
  • Full Members
  • 158 posts

Posted 13 December 2005 - 17:11

I think You should create a synchronous CA (custom action) which uses that kind of way
http://www.codeproje...enumprocess.asp
to detect if a specific program is running

don't forget to include some Merge Module if needed according to the technology you use in the CA (MFC, VB, ...)

Edited by lavocat, 13 December 2005 - 17:15.


davidgamo

davidgamo
  • Members
  • 9 posts

Posted 14 December 2005 - 11:24

Thanx lavocat