[WiX-users] feature selection

2013-10-04 Thread Dusan Plavak
I want my feature SelectionTree to behave like radioButtons... But I do not know how to do it... I can not use custom dialog with radiobuttons, because options in RadioButtonsGroup depends on condition(if some software is installed)... it is not possible to disable just some options(only whole rad

Re: [WiX-users] Feature Selection

2013-07-03 Thread Ralph Esslinger
t; Default="yes"> > Value="ConfirmInstallForm"> > But this will not show ConfirmInstallForm >Width="66" Height="18" Text="{\VSI_MS_Sans_Serif13.0_0_0}&Next >" > TabSkip="no" Default=&q

Re: [WiX-users] Feature Selection

2013-07-03 Thread Blair Murri
From: os...@live.com To: reesslin...@matthews.com.au Subject: RE: [WiX-users] Feature Selection Date: Wed, 3 Jul 2013 17:27:41 -0700 I've used various "home-grown" bootstrappers, embedded UI, and more recently Burn with custom BAs. From: reesslin...@matthews.com.au To:

Re: [WiX-users] Feature Selection

2013-07-03 Thread Blair Murri
Not certain but do you need to publish AddLocal before you publish NewDialog? > From: reesslin...@matthews.com.au > To: wix-users@lists.sourceforge.net > Date: Tue, 2 Jul 2013 23:16:15 + > Subject: [WiX-users] Feature Selection > > I am have a simple problem connecting fe

[WiX-users] Feature Selection

2013-07-02 Thread Ralph Esslinger
I am have a simple problem connecting feature selection to a push button

[WiX-users] Feature Selection

2013-06-30 Thread Ralph Esslinger
I am have a strange problem with feature selection and a push button

Re: [WiX-users] Feature Selection Using ADLOCAL property in WiX

2010-06-07 Thread Bob Arnson
On 6/7/2010 2:48 AM, Bijay Agarwal wrote: > > The MSI doc says you should not set ADDLOCAL to all. Use AddLocal in Publish elements instead. Then check a verbose log to see which features are being installed. -- sig://boB http://joyofsetup.com/ --

[WiX-users] Feature Selection Using ADLOCAL property in WiX

2010-06-06 Thread Bijay Agarwal
I have to create a package with three features FeatureA, FeatureB & FeatureC. The Feature selection is a RadioButtonGroup with selectable options being: option 1 : FeatureA,FeatureB & FeatureC. option 2 : FeatureB option 3 : FeatureC I have created a Custom Dialog:

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-24 Thread Arun Perregatturv
2009 3:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature selection and CustomAction commandline Features have some action states and installed state. Using & or ! operator can gain the state of the features in feature tree. eg. !FeatureName = 1.

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-24 Thread salever.lee
aller XML toolset.' 抄送: 主题: Re: [WiX-users] Feature selection and CustomAction commandline Try changing the first line to: and tell us if it works. -Original Message- From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com] Sent: Friday, November 20, 2009 10:49 AM To: Gene

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-23 Thread Blair
Try changing the first line to: and tell us if it works. -Original Message- From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com] Sent: Friday, November 20, 2009 10:49 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature selection and

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-20 Thread Arun Perregatturv
#x27;General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Feature selection and CustomAction commandline Well yes, does it work? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Blog: www.sebastianbrand.com > -Orig

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-19 Thread Sebastian Brand (Instyler Software)
To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Feature selection and CustomAction commandline > > I tried as you said > Value="1">INSTALLTYPE="CompleteServer" > Value="2">I

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-19 Thread Arun Perregatturv
age- From: Sebastian Brand (Instyler Software) [mailto:wix+us...@instyler.com] Sent: Thursday, November 19, 2009 10:27 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature selection and CustomAction commandline The INSTALLTYPE property will cont

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-19 Thread Sebastian Brand (Instyler Software)
xt="CardAccess Workstation" /> > > > > > This code works with selected feature it installs only those files but I need > to know to in order to run CustomAction commandline. > > Maybe if I can check the value of INSTALLTYPE in CustomAction I can do

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-19 Thread Arun Perregatturv
: Sebastian Brand (Instyler Software) [mailto:wix+us...@instyler.com] Sent: Thursday, November 19, 2009 3:22 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature selection and CustomAction commandline If you have a radio button group, we don't us

Re: [WiX-users] Feature selection and CustomAction commandline

2009-11-19 Thread Sebastian Brand (Instyler Software)
If you have a radio button group, we don't use the property you have associated with the radiobutton group in the commandline. How are you setting the InstallLevel using the radio buttons? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Crea

[WiX-users] Feature selection and CustomAction commandline

2009-11-18 Thread Arun Perregatturv
Hi, I created a custom dialog for feature selection that has 3 radio button options - 1. Server 2. Workstation 3. DB Server I would like to know which of the feature the user has selected in order to run a customaction with a commandline value. Code looks something like this Now,

Re: [WiX-users] Feature selection conditions don't work on reinstall

2007-10-24 Thread Richard
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > Having said that, the scenario which prompted the question may still not > work exactly as desired - specifically that the dialog which > *immediately* follows the one showing the feature tree varies based on > the presence (or ot

Re: [WiX-users] Feature selection conditions don't work on reinstall

2007-10-24 Thread Richard
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > I was under the impression that while it is only permitted to *trigger* > one "NewDialog" operation, it is permitted to include definitions for > several trigger operations as long as the conditions under which the > separate dial

Re: [WiX-users] Feature selection conditions don't work on reinstall

2007-10-24 Thread Richard.Foster
4 PM To: WiX Users Subject: Re: [WiX-users] Feature selection conditions don't work on reinstall In article <[EMAIL PROTECTED]>, OneReallyCoolApplication <[EMAIL PROTECTED]> writes: > But how come the sample WiX code from Tramontana has multiple NewDialog > events? Becau

Re: [WiX-users] Feature selection conditions don't work on reinstall

2007-10-23 Thread Richard
In article <[EMAIL PROTECTED]>, OneReallyCoolApplication <[EMAIL PROTECTED]> writes: > But how come the sample WiX code from Tramontana has multiple NewDialog > events? Because its buggy? I didn't write that sample code, so I can't tell you why it is the way it is. However, if you look at

Re: [WiX-users] Feature selection conditions don't work on reinstall

2007-10-23 Thread OneReallyCoolApplication
Richard-45 wrote: > > > In article <[EMAIL PROTECTED]>, > OneReallyCoolApplication <[EMAIL PROTECTED]> writes: > >> Let's say I have a feature MyFeature, and a CustomizeDlg where the user >> can >> select whether or not MyFeature will be installed. Depending on what the >> user selects I

Re: [WiX-users] Feature selection conditions don't work on reinstall

2007-10-23 Thread Richard
In article <[EMAIL PROTECTED]>, OneReallyCoolApplication <[EMAIL PROTECTED]> writes: > Let's say I have a feature MyFeature, and a CustomizeDlg where the user can > select whether or not MyFeature will be installed. Depending on what the > user selects I want the Next button to link to a dif

[WiX-users] Feature selection conditions don't work on reinstall

2007-10-23 Thread OneReallyCoolApplication
Let's say I have a feature MyFeature, and a CustomizeDlg where the user can select whether or not MyFeature will be installed. Depending on what the user selects I want the Next button to link to a different dialog. So I have ...