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: Component Id=DefaultWebSite Guid={8444A473-DF8D-4b27-84DA-7D3EE087A510} KeyPath=yes Permanent=yes Condition![CDATA[IISVERSIONFORADMIN=#7]]/Condition !--DefaultWebSite--

[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: Component Id=DefaultWebSite Guid={8444A473-DF8D-4b27-84DA-7D3EE087A510} KeyPath=yes Permanent=yes Condition![CDATA[IISVERSIONFORADMIN=#7]]/Condition !--DefaultWebSite-- iis:WebSite

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. util:CloseApplication Id=VSClose_1 CloseMessage=yes Target=devenv.exe

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-03 Thread jagdish.sakhiya
=FeatureCustomizeDlg1/Publish Bob Arnson-6 wrote: 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

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