[WiX-users] Default Website gets removed in uninstall in VISTA

2009-09-23 Thread jagdish.sakhiya
Hi, I am working with latest version of Wix installer. Refer the below code:

Re: [WiX-users] Default website gets removed on Uninstall

2009-09-23 Thread jagdish.sakhiya
Hi All, I am working with latest version of Wix installer. Refer the below code:

Re: [WiX-users] Close VS IDE While uninstalling

2009-02-08 Thread jagdish.sakhiya
Hi Phil, Can you advise me if there is any solution for this problem. Jagdish Sakhiya Wilson, Phil wrote: > > I don't think you should be doing this. Windows will just take of the > situation. I have several versions of Visual Studio on my system, and if > they are all running at the same time

Re: [WiX-users] Close/restart running application on install

2009-02-05 Thread jagdish.sakhiya
Hi Devo, I have same problem in add-in application in VS. can you tell me possible solution if you got any of it. i have tried with following code. but it is not working. it is working fine with other application. divo wrote: > > Hi, > > In my scenario I need to install an applica

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 jagdish.sakhiya
: > > 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. >

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