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

Using installState for a UI visible condition


No replies to this topic

deramor

deramor
  • Full Members
  • 187 posts

Posted 24 October 2017 - 00:00

In a Suite/Advanced UI project Wizard Page, I created a checkbox that I want to only show up if the install state of a feature is currently installed on the system.  There is a help page called "Referring to Feature States and Other Feature Data in the UI of an Advanced UI or Suite/Advanced UI Project".  This calls out a property: FEATURE[name].installState

 

If this property has the value of 3, the feature "name" is said to be installed.  I am trying to use this property in a property comparison condition but it doesn't seem to be working.  I suspect it is just syntax but I can't find any examples online.

 

This is what I have:

 

Visible condition, Any, Property Comparison:

Name: FEATURE[name].installState

Conversion: String

Comparison: Equal To

Compare To: 3

 

The above apparently evaluates to false since the checkbox is not displayed.

This UI element in on the InstallationComplete wizard page. 

 

Any thoughts?