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

SdComponentsTree - How to collapse some and expand


1 reply to this topic

kinetic

kinetic
  • Full Members
  • 13 posts

Posted 23 January 2006 - 21:06

I want to control SdComponentTree's tree, so that only one entire branch is shown, while others are collapsed. I know you can specify levels, but then how do you specify specific branches to collapse and expand?

I thought about using window handles to do it, if so how could I go about it?

Currently I show the dialog box this way:

CODE
nResult = SdComponentTree(szMsg1, szMsg2, TARGETDIR, "", 2);


My tree only has 2 levels, I want to collapse all except the last tree.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 January 2006 - 09:25

I don't think that's possible with this function in InstallScript. It is possible in basic MSI projects (which is a completely different project type and installation technology)