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. > Value="Server"> > That looks correct. As you're using "floating" Publish elements, I'd suggest you use Orca to verify that th

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

2009-02-04 Thread jagdish.sakhiya
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 control > event on next button of ComponentType dialog. The only way to do that is to set the le

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-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 Featur

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-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 gui

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 sho

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/ > > > >

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/ ---

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