[WiX-users] Custom Action Previleges Error.

2008-11-12 Thread MadhaviAthota
Hi All, I have written a custom action in DTF to create EventSource. I have written a custom action in WIX file like I am getting security exception. I tried with I tried deferred also, but didn't work. My WIX version is v3.0.4318.0 Thank You, Madhavi. -- View this message in context:

[WiX-users] How to update an XMLFile in upgrade with WIX?

2008-11-07 Thread MadhaviAthota
Hi All, I have a web.config file which needs to updated on MSI installation. I have done this with xmlFile element. When I do an in-place upgrade on the MSI which is a minor upgrade, I need to update a new string in Web.config, which is not working, when I try to update, and erroring out if som

[WiX-users] How to reset IIS with WIX.

2008-10-20 Thread MadhaviAthota
Hi All, How can I reset IIS with WIX. Thank You, Madhavi. -- View this message in context: http://n2.nabble.com/How-to-reset-IIS-with-WIX.-tp1355183p1355183.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] How to check the condition wether a webdirectory exists or not

2008-10-18 Thread MadhaviAthota
WebSite/ConfigureIfExists? -Original Message- From: MadhaviAthota [mailto:[EMAIL PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1346301&i=0>] Sent: Friday, October 17, 2008 05:31 To: [EMAIL PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node

[WiX-users] How to check the condition wether a webdirectory exists or not

2008-10-17 Thread MadhaviAthota
Hello All, I are using Wix to deploy IIS hosted WCF services. The Wix file includes setting up for creating,configuring the web sites as well as the setting for the web applications (the WCF services). Some of the machines the final MSI is targeting already have the Web sites created, some othe

[WiX-users] How to provide the property to the WIX xml.

2008-10-14 Thread MadhaviAthota
Hi, I want to provide the TARGETDIR value from command prompt while running the MSI, Please suggest me how the value can be provided, the WIX XML is http://schemas.microsoft.com/wix/2006/wi";>

[WiX-users] Exit Code is not working for return="check" in custom action.

2008-10-14 Thread MadhaviAthota
Hi, I have written a customaction running an exe which is written in .Net. The exe is returning the exitcode as 0, but if there is any error the exitcode is returned as 1, but the custom action is not stopping the installation when the exitcode is 1 thought the return="check". my custom action i

[WiX-users] How can I run a custom action only on uninstall

2008-10-14 Thread MadhaviAthota
Hi, I have two custom actions one should run on install, one should run on uninstall, but both my custom actions are running in install only. please see my wix xml. Please help me in the rollback. http://schemas.microsoft.com/wix/2006/wi";>

[WiX-users] How can I control the Order of Component Installation.

2008-10-07 Thread MadhaviAthota
Hi All, I have a scenario where I need to take Backup of already existing files. Remove the files. Copy new files into the above location. Copy back only the Web.Config file from the backup location. I have written seperate components for each step in WIX .wxs file. When

[WiX-users] Custom Action is not running

2008-10-07 Thread MadhaviAthota
Hi All, I have written the below custom action . http://schemas.microsoft.com/wix/2006/wi";> My Exe is also returning the exit co

Re: [WiX-users] Having issue with Variable.

2008-10-06 Thread MadhaviAthota
] Having issue with Variable. What version of the WiX toolset are you using -Original Message- From: MadhaviAthota [mailto:[EMAIL PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1301557&i=0>] Sent: Monday, October 06, 2008 02:50 To: [EMAIL PROTECTED]<htt

[WiX-users] Having issue with Variable.

2008-10-06 Thread MadhaviAthota
Hi all, I am defining a variable like this and using it in a property and using the above property in When I am running the MSI, I am getting the error specifying Could not access network location ?C:\inetpub\wwwroot\XYZ?\XYZFolder Please suggest me a solution for the above problem.