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

disable/enable checkbox


1 reply to this topic

Teddy

Teddy
  • Members
  • 8 posts

Posted 25 January 2005 - 02:25

Hi,

I have a checkbox in ReadyToInstall dialog box, for some of conditions I have to disable the checkbox, this is the scenario: In ReadyToInstall dialog my setup has to read the property value in the windows registry (ie. if HLKM\SOFTWARE\mysoftware\mycheckboxvalue is 0 then the checkbox is disabled and unchecked otherwise it will be enabled) .. how to deal with this.. I need advise .. BTW .. I am using IS 10.5, thanks a lot in advance

Regards
Teddy

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 25 January 2005 - 15:57

In the bahaviour section of the dialogs view you can specify control condition. Use this to disable the control based on a property value.
You can read the value from registry using the System Search view (if the registry entry already exists when your setup starts).