[WiX-users] How to add a .aspx to "Error Pages" under a website

2012-09-21 Thread Nageswara Rao
Hi Team,I have devolped one customErros.aspx page and now would like to add this page to "Error Pages" of a website in IIS using WIX*Note: Please find the attached attachment* -- View this

[WiX-users] How to create a website with HTTPS using WIX

2012-09-21 Thread Nageswara Rao
Hi Team, Could you please let me know how to create a website with HTTPS and below is the code, what I am working I was able to create a website with HTTPS from the above but

Re: [WiX-users] How to override wix variable value in runtime(via command line)

2012-09-18 Thread Nageswara Rao
Thank you..It worked for me :) -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-override-wix-variable-value-in-runtime-via-command-line-tp7580570p7580613.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] How to override wix variable value in runtime(via command line)

2012-09-17 Thread Nageswara Rao
Hi Team, I am creating an AppPool from my wix project with the below code Now I want the AppPool Name different for different environments. So, My idea is to create a variable and assign that variable to AppPool Name and when I am calling the MSI from commandline, variable value should be ov