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

2012-09-26 Thread Simon Hawke
Hi. I came up against this too. I had the server SSL certificate in (Local machine\my) already. I wrote a custom action in C# to take the name of the website as a parameter and install the certificate into the website given the certificate's 'friendly id' using the Microsoft.Web.Administration

[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 util:User Id=AppPoolUser CreateUser=no Domain=DOMAIN Name=[APPPOOLUSER] Password=[APPPOOLPWD] RemoveOnUninstall=yes/ iis:WebAppPool Id=AppPoolId Name=AppPool

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

2012-09-21 Thread John Cooper
...@jackhenry.com www.jackhenry.com -Original Message- From: Nageswara Rao [mailto:nagmittapa...@gmail.com] Sent: Friday, September 21, 2012 5:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to create a website with HTTPS using WIX Hi Team, Could you please let me

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

2012-09-21 Thread Nick Ramirez
When I'd created a new website in IIS and wanted to bind a certificate to the IP address, I didn't find a WiX element that would do it. At the time, I used a shell script to do this binding, using netsh. I ran the shell script as a custom action. This probably isn't the most robust way to do it.