Re: [WiX-users] RadioButtons and Feature

2009-01-21 Thread Arun Perregatturv
Installer XML toolset. Subject: Re: [WiX-users] RadioButtons and Feature Hi I can't see anything wrong on that row but on the next row and some other places you have written CData instead of CDATA... Perhaps you can skip CDATA and write just " INSTALLTYPE="ServerFeature" instead

Re: [WiX-users] RadioButtons and Feature

2009-01-20 Thread Peter Björkman
t;not equal to <>" in my conditions. -Original Message- From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com] Sent: den 20 januari 2009 20:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] RadioButtons and Feature I get an error 'Error

Re: [WiX-users] RadioButtons and Feature

2009-01-20 Thread Arun Perregatturv
r XML toolset. Subject: Re: [WiX-users] RadioButtons and Feature Hi Here is my solution to this. I don't know if there is something easier or better. The radiobuttongroup controls some property When the user presses the Next-button I publish events to add/re

Re: [WiX-users] RadioButtons and Feature

2009-01-19 Thread Peter Björkman
olset. Subject: [WiX-users] RadioButtons and Feature I am confused on how to set a feature to a Radiobutton selection. I have 4 Features 1. Feature1 2. Feature2 3. Feature3 4. Feature4 I copied WixUI_Mondo and modified to include my custom Dialog which has 4 radiobuttons and one checkbox. N

[WiX-users] RadioButtons and Feature

2009-01-19 Thread Arun Perregatturv
I am confused on how to set a feature to a Radiobutton selection. I have 4 Features 1. Feature1 2. Feature2 3. Feature3 4. Feature4 I copied WixUI_Mondo and modified to include my custom Dialog which has 4 radiobuttons and one checkbox. Now, I can compile and run and even see the dialog t