Re: [WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-31 Thread chennam
Hi, Can any one help me finding out where I am doing something wrong in creating Site in IIS. CoreWebsServicesV3 is getting created twice and each one pointing out to two different App pools. one pointing to default app-pool and another pointing to app-pool "CWSWebAppPool" which I have created.

Re: [WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-30 Thread chennam
Hi John, I was able to create the site after including the Website in the component as below.But Site is not getting created as intended. * *

Re: [WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-30 Thread John Cooper
Well, for your website to be created, it needs to be in a component: mailto:chatrapathi.chen...@gmail.com] Sent: Thursday, May 30, 2013 11:49 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7 Hi, I was

[WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-30 Thread chennam
Hi, I was trying to create the Site and App-pool. The site folder getting created on [INSTALLLOCATION] Whcih was passed through command line and webapp is getting installed. But When I go and look in inetmgr site getting created on Default Website and not as separate site and WebApp-pool getting c