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 get feature UI state


4 replies to this topic

Bertrand

Bertrand
  • Members
  • 13 posts

Posted 19 February 2001 - 11:09


Hi,

I need to get features UI state, ie if a very feature is selected in the custom setup dialog tree, indepently of its installation state ( INSTALLSTATE_xxx...) you get from MsiGetFeatureState.

If anyone has an idea, please let me know...

Regards,




Generous

Generous
  • Members
  • 53 posts

Posted 19 February 2001 - 13:48

I not understand you...
You need check if feature is selected in tree (has a blue box)? Not install or action state?

(Edited by Generous at 3:49 pm on Feb. 19, 2001)


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 19 February 2001 - 14:41

I believe that changes in the selection state of features in the tree view are immediately  reflected in the feature's action state.

Bertrand

Bertrand
  • Members
  • 13 posts

Posted 19 February 2001 - 19:03


Hi,

I'm really sorry. In fact, I made a post without reading CAREFULLY the doc.
I'm deeply confused.

I didnt't realize, at the moment, the use of the 'action' state updated by MsiGetFeatureState.
In fact, this parameter gives the action selected in the custom tree setup.

Regards