Re: [WiX-users] Disable Features in Feature tree

2009-02-04 Thread jagdish.sakhiya
From: Bob Arnson-6 (via Nabble) [mailto:ml-user+58260-2011467...@n2.nabble.com] Sent: Wednesday, February 04, 2009 4:37 AM To: Jagdish Sakhiya Subject: Re: [WiX-users] Disable Features in Feature tree jagdish.sakhiya wrote: Hi Bob, This is my code. Here, I am removing features using Remove

Re: [WiX-users] Disable Features in Feature tree

2009-02-04 Thread Bob Arnson
jagdish.sakhiya wrote: If we set the level of all features to 0 then call AddLocal Publish event. Nothing is displaying in feature tree. For ex. Publish Dialog=ComponentTypeDlg Control=Next Event=AddLocal Value=Server![CDATA[COMPONENT_TYPE =1]] /Publish That looks correct.

Re: [WiX-users] Disable Features in Feature tree

2009-02-03 Thread jagdish.sakhiya
Hi Bob, This is my code. Here, I am removing features using Remove control event on next button of ComponentType dialog. This dialog is used to make selection from server, client or developers based installation. if User has selected “Server based installation” in ComponentType dialog then

Re: [WiX-users] Disable Features in Feature tree

2009-02-03 Thread Bob Arnson
jagdish.sakhiya wrote: Hi Bob, This is my code. Here, I am removing features using Remove control event on next button of ComponentType dialog. The only way to do that is to set the level of all features to 0, then AddLocal the ones you want enabled. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Disable Features in Feature tree

2009-02-02 Thread Bob Arnson
jagdish.sakhiya wrote: So, I have implemented following code by using Remove control events. I am able to mark feature as an unselected but I don’t want to show that features itself in feature tree. Can you guide me how can we achieve this. The selection tree control doesn't support

Re: [WiX-users] Disable Features in Feature tree

2009-02-02 Thread jagdish.sakhiya
Sakhiya Subject: Re: [WiX-users] Disable Features in Feature tree jagdish.sakhiya wrote: So, I have implemented following code by using Remove control events. I am able to mark feature as an unselected but I don’t want to show that features itself in feature tree. Can you guide me how can

Re: [WiX-users] Disable Features in Feature tree

2009-02-02 Thread Bob Arnson
jagdish.sakhiya wrote: No Bob.. I don’t want to show features which are removed using Remove control event in feature tree. Is there any way for same? I don't understand what you're trying to accomplish. Please explain. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Disable Features in Feature tree

2009-02-01 Thread jagdish.sakhiya
Bob Arnson-6 wrote: Jagdish Sakhiya wrote: I want to show only one feature tree in customize dialog. Disable the features you don't want to show, using feature conditions or Remove control events. -- sig://boB http://joyofsetup.com/

[WiX-users] Disable Features in Feature tree

2009-01-19 Thread Jagdish Sakhiya
Hi All, I have server, client and developers based installation and also have different features under each installation server, client and developers. I have screen before to customize dialog where user can select installation type from server, client or developers.

Re: [WiX-users] Disable Features in Feature tree

2009-01-19 Thread Bob Arnson
Jagdish Sakhiya wrote: I want to show only one feature tree in customize dialog. Disable the features you don't want to show, using feature conditions or Remove control events. -- sig://boB http://joyofsetup.com/