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

Problem with FindWindow()


1 reply to this topic

harishv

harishv
  • Members
  • 25 posts

Posted 31 July 2003 - 20:07

Hi All,

For some reason, FindWindow() returns NULL for an application that is currently running. I am calling this from a custom DLL (during UN-INSTALLATOIN).

the call is..
FindWindow("", "MY APP");

However, the same call works fine when i use it inside the InstallShield script during INSTALLATOIN!! What could be the difference!?

I need this call to succeed because this app is holding some DLLs & unless i close this app, UnInstall will not completely go thru.

Best Regards
HV

harishv

harishv
  • Members
  • 25 posts

Posted 01 August 2003 - 00:18

dont worry, solved it using some other method!! wink.gif