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

How to access dialog control in Installscript CA


1 reply to this topic

rasheed

rasheed
  • Members
  • 14 posts

Posted 30 July 2001 - 14:50

HI all. I am new to ISWI.I want to validate the data entered in dialog controls  in Installscript custom action. How to access the date entered in dialog control in Installscript custom action?

Leigh Ravenhall

Leigh Ravenhall
  • Members
  • 269 posts

Posted 31 July 2001 - 00:41

The value entered in the control will be stored as a property.  In your script, to retrieve the value, use a call to MsiGetProperty.  You can then perform whatever processing/validation you would like.