[wix-users] Custom dialog

Eric Stott eric at stottcreations.com
Tue Dec 8 13:42:53 PST 2015


Is there any example how to do this on the web?

The snippet of code doesn't help me enough :(

Eric Stott
(623) 261-7208
http://stottcreations.com
"We are what we repeatedly do. Excellence, therefore, is not an act, but a
habit." - Aristotle


On Mon, Nov 23, 2015 at 10:41 PM, Magi, Sampattakumar S <
Sampattakumar.Magi at in.unisys.com> wrote:

> Apologies, a small correction,
>
> Action = [FEATURE_SELECTED]
> value = 1
> condition = &FeatureName
> order =1
>
> -----Original Message-----
> From: Magi, Sampattakumar S
> Sent: Tuesday, November 24, 2015 10:10 AM
> To: WiX Toolset Users Mailing List
> Subject: RE: [wix-users] Custom dialog
>
> Hi
>
> In the custom setup dialog u have to set a public property on next button
> click, like below
> Action = [FEATURE_SELECTED]
> value = &FeatureName
> order =1
>
> then
> action = "ShowDialog"
> Value = "your custom dialog"
> Order 2
>
> Regards,
> Sampat
>
> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf
> Of Eric Stott
> Sent: Tuesday, November 24, 2015 4:58 AM
> To: WiX Toolset Users Mailing List
> Subject: Re: [wix-users] Custom dialog
>
> How do I get this to show up and execute custom code only after they enable
> a particular feature feature?
>
> Eric Stott
> (623) 261-7208
> http://stottcreations.com
> "We are what we repeatedly do. Excellence, therefore, is not an act, but a
> habit." - Aristotle
>
>
> On Mon, Nov 23, 2015 at 3:54 PM, KONDURU Pavan <Pavan.KONDURU at 3ds.com>
> wrote:
>
> >
> >
> http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html
> >
> >
> >
> https://www.firegiant.com/wix/tutorial/user-interface/new-link-in-the-chain/
> >
> >
> >
> >
> > -----Original Message-----
> > From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
> Behalf
> > Of Eric Stott
> > Sent: Monday, November 23, 2015 2:41 PM
> > To: wix-users at lists.wixtoolset.org
> > Subject: [wix-users] Custom dialog
> >
> > >
> > > I am using the WixUI_FeatureTree and would like to show a custom
> > > dialog when a particular feature is selected, and subsequently execute
> > > some custom code.
> > > Is there some examples available on how to do that?
> > >
> > > Eric Stott
> > > (623) 261-7208
> > >
> > >
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > http://www.firegiant.com/
> > This email and any attachments are intended solely for the use of the
> > individual or entity to whom it is addressed and may be confidential
> and/or
> > privileged.
> >
> > If you are not one of the named recipients or have received this email in
> > error,
> >
> > (i) you should not read, disclose, or copy it,
> >
> > (ii) please notify sender of your receipt by reply email and delete this
> > email and all attachments,
> >
> > (iii) Dassault Systemes does not accept or assume any liability or
> > responsibility for any use of or reliance on this email.
> >
> > For other languages, go to http://www.3ds.com/terms/email-disclaimer
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > http://www.firegiant.com/
> >
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list