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

2009-11-24 Thread Arun Perregatturv
-Original Message- From: salever.lee [mailto:salever@gmail.com] Sent: Tuesday, November 24, 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

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

2009-11-23 Thread Blair
. Subject: Re: [WiX-users] Feature selection and CustomAction commandline No. No its not working. I tried different ways. Let me copy the code here and show what exactly I changed. This is the custom dialog code Property Id=SERVERVALUE Value=0/ UI Dialog Id=InstallDlg Width=370 Height=270

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

2009-11-20 Thread Arun Perregatturv
Brand (Instyler Software) [mailto:wix+us...@instyler.com] Sent: Friday, November 20, 2009 2:39 AM To: '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

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 -

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

2009-11-19 Thread Arun Perregatturv
. Subject: Re: [WiX-users] Feature selection and CustomAction commandline 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

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

2009-11-19 Thread Sebastian Brand (Instyler Software)
: 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 use the property you have associated with the radiobutton group in the commandline

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

2009-11-19 Thread Arun Perregatturv
: [WiX-users] Feature selection and CustomAction commandline The INSTALLTYPE property will contain the values CompleteServer, CompleteDatabaseServer or CompleteWorkstation after the selection was made. You can either change these values to 1,2,3 or create three SetProperty control events, one

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

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

[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 Feature