Re: [WiX-users] Conditional FeatureTree Features

2010-03-09 Thread Bob Arnson
On 3/8/2010 9:11 AM, Arun Perregatturv wrote:
 For COMServer - Only FeatureF should be selected and displayed(cannot uncheck 
 this feature for this type of install) and rest is displayed but unchecked.
 Is this possible?


The selection tree control doesn't support that.

 Do have I have add code for each feature like this
 Publish Event=AddLocal Value=FeatureA![CDATA[(INSTALLTYPE 
 =CompleteServer)]]/Publish
   Publish Event=Remove 
 Value=FeatureA![CDATA[NOT(INSTALLTYPE=CompleteServer)]]/Publish


If you want to replace the selection tree control, yes.

-- 
sig://boB
http://joyofsetup.com/


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Conditional FeatureTree Features

2010-03-08 Thread Arun Perregatturv
Thanks, but the problem is, let me explain in detail
I have 6 features
On the custom dialog I have 3 radio buttons - Server/DBServer/COMServer - 
depending on this selection. I have to display the below features.
For Server - All Features are selected and displayed.
For DBServer - None should be selected but displayed.
For COMServer - Only FeatureF should be selected and displayed(cannot uncheck 
this feature for this type of install) and rest is displayed but unchecked.
Is this possible?

featureA
featureB
featureC
featureD
featureE
featureF
FeatureRequired.

Do have I have add code for each feature like this
Publish Event=AddLocal Value=FeatureA ![CDATA[(INSTALLTYPE 
=CompleteServer)]]/Publish
 Publish Event=Remove 
Value=FeatureA![CDATA[NOT(INSTALLTYPE=CompleteServer)]]/Publish


Thanks,

Arun Perregattur

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Thursday, March 04, 2010 8:56 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Conditional FeatureTree Features

On 3/4/2010 3:17 PM, Arun Perregatturv wrote:
 I am using WIXUI_FeatureTree with removal of License and including a custom 
 dialog which has 3 radiogroups. Based on the radio group selection I have 
 display the feature set in the feature tree. Is it possible?


Yes. Use AddLocal and Remove control events to manage which features are
available.

--
sig://boB
http://joyofsetup.com/


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Conditional FeatureTree Features

2010-03-04 Thread Arun Perregatturv
Hi,

I am using WIXUI_FeatureTree with removal of License and including a custom 
dialog which has 3 radiogroups. Based on the radio group selection I have 
display the feature set in the feature tree. Is it possible?
Let me show.
Custom Dialog -
 Server
 Database Server
 COM Server
 Next -
I need to show say user selects Server
I have to show him 3 features
 FeatureServerServices
 FeatureServerComponents
 FeatureServerTools
But if users selects COM Server
I need to show
 FeatureCOMServerServices
 FeatureCOMServerExecutables
 FeatureCOMServerTools
And then for other different components.

I do collect the property value of the select server type to run customaction 
at the end of the install.
Is there a if condition so I can use the property value as conditional
Say - if [ServerValue] ==1
 Show Server Features
Else if [ServerValue] = 2
 Show Database Features
Else if [ServerValue] = 3
 Show COM Server Features.


Thanks,

Arun Perregattur

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Conditional FeatureTree Features

2010-03-04 Thread Bob Arnson
On 3/4/2010 3:17 PM, Arun Perregatturv wrote:
 I am using WIXUI_FeatureTree with removal of License and including a custom 
 dialog which has 3 radiogroups. Based on the radio group selection I have 
 display the feature set in the feature tree. Is it possible?


Yes. Use AddLocal and Remove control events to manage which features are 
available.

-- 
sig://boB
http://joyofsetup.com/


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users