I got it to do something even more funny...my feature tree is like this:

+ Complete
    Bin
    Doc
    Input
    Source (should be disabled at Level="0")
    Output
    Src (should be disabled at Level="0")

When I got to the SelectionTree screen, I saw this:


+ Complete
    Bin
    Doc
    Input
    Source
    Output (had the X unavailable icon)
    Src (had the X unavailable icon)


And I was also able to change "Output" and "Src" to "Entire feature will be
installed" rather than "will not be uninstalled."

To say the least, this is mildly misleading the end user...is this a bug?
Can anyone repro anything like this?



-----Original Message-----
From: Nick [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 04, 2007 14:29 PM
To: wix-users@lists.sourceforge.net
Subject: SelectionTree Not Updated

The following chunk of code

      <Feature Id="Input" Title="Input" Description="sample input files."
Level="1">
        <ComponentRef Id="InputFolder" />
        <Condition Level="0">NOT MAYINSTALLSOURCE</Condition>
      </Feature>

Works great to disable installation of the "Input" if the user enters a bad
CD
Key.  (As intended.  No need to get into details here.).

The problem though is if the user enters a bad CD Key, selects a "Custom"
install, and gets to the SelectionTree (Mondo UI), the SelectionTree will
still
display the "Input" component, even though it will not get installed after
the
installation is finished.

How do I get the Selection tree not to display "Input" in situations where
"Input" may not be installed?


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to