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

Control ID on InstallShield 2008 Premier Edition


1 reply to this topic

balajiathreye

balajiathreye
  • Full Members
  • 12 posts

Posted 19 February 2008 - 21:49

I have created a custom dialog with 2 txt fields in there. I want to read from an installscript function the values entered by the user on these 2 fields. I came across a function called "CtrlGetText" to do this but it needs a Control id.

Is Control ID something that InstallShield assigns or am I expected to assign a number to Control ID.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 25 February 2008 - 13:31

You can't use this in a Basic MSI project.
Instead: each edit field is associated with a property. The value entered by the user gets stored in this property.