[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
Identity=other User=AppPoolUser RecycleMinutes=600
ManagedPipelineMode=integrated/
   iis:WebSite Id=ID
Description=APP-IT1 AutoStart=yes Directory=INSTALLLOCATION
StartOnInstall=yes WebApplication=WebAppID
iis:WebAddress Id=Webadreess Port=8080 IP=*
Header=[HOSTNAME] Secure=yes/
   /iis:WebSite  

I was able to create a website with HTTPS from the above but when I try to
access it from IIS, it’s not accessible. I believe we should add SSL
certificate to website to make it run. Please let me know how we can create
that SSL Certificate from WIX and make website accessible with “HTTPS” 




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-create-a-website-with-HTTPS-using-WIX-tp7580728.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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*
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7580742/Error_Page_of_a_website.jpg
 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-add-a-aspx-to-Error-Pages-under-a-website-tp7580742.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 

iis:WebAppPool Id=AppPoolId Name=X Identity=networkService
RecycleMinutes=600 ManagedPipelineMode=integrated/

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
override as per environment. 

Please help me to get the above 



--
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-tp7580570.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users