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

GetWindowHandle for Basic MSI


1 reply to this topic

UserMI

UserMI
  • Members
  • 7 posts

Posted 26 November 2002 - 09:04

I have a Basic MSI project and I need to get the handle to the main window. GetWindowHandle would be perfect except that, according to the Help, it cannot be used in a Basic MSI. Is there a way to do this in a Basic MSI?

D-Ment

D-Ment
  • Members
  • 5 posts

Posted 06 December 2002 - 16:32

In your InstallScript function you get a MSI handle. This handle is also a Window handle.