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

Accessing Control Properties from InstallScript


1 reply to this topic

mayukh_123

mayukh_123
  • Members
  • 1 posts

Posted 24 February 2006 - 08:10

Hi,

I have an InstallScript Windows Installer.
I have this Button Control on my Custom Dialog. I want to set the 'visible' property of the Control.
How do i do that and similarly for other preoperties and other controls ?

Thanks in advance,

Mayukh

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 February 2006 - 16:38

InstallScript MSI project essentially use an external UI hanlder and don't use Windows Installer's built in UI capabilities. So you have to write script code like ShowWindow() to hide the button.