d(Session session)
> > {
> > return session.Features.Where(feature =>
> > !IgnoredFeatures.Contains(feature.Name)).All(feature =>
> > feature.RequestState != InstallState.Local);
> > }
> >
> >
> > On Mon, Sep 15, 2014 at 8:55 AM, Noel Farru
rrugia
> wrote:
>
> > I need to "access" MyFeature in the UserInterface code to make a condition
> > such that if no feature is selected for installation the "Next" button can
> > be disabled.
> >
> > Thanks and Regards,
> > Noel
>
e code to make a condition
> such that if no feature is selected for installation the "Next" button can
> be disabled.
>
> Thanks and Regards,
> Noel
>
> > From: jocoo...@jackhenry.com
> > To: wix-users@lists.sourceforge.net
> > Date: Mon, 15 Sep 2014 12:24:04 +00
te: Mon, 15 Sep 2014 12:24:04 +0000
> Subject: Re: [WiX-users] Check that at least one Feature is selected
>
> Currently, there is limited scoping of properties in Wix 3.x. The only
> problem you may sometimes run into is when a property crosses the UI to
> Execute boundary--to d
Currently, there is limited scoping of properties in Wix 3.x. The only problem
you may sometimes run into is when a property crosses the UI to Execute
boundary--to do that, you'll need a public secure property.
So, how exactly do you want to "access" MyFeature?
--
John Merryweather Cooper
Seni
5 matches
Mail list logo