Re: [WiX-users] Non Default - WebSite Configuration

2006-09-14 Thread Dana Gutride
Jose:The revered tutorial here: http://www.tramontana.co.hu/wix/lesson6.php#6.3 explains that if you want to install to an existing website, that website information should reside out of the component tag.  Otherwise, the MSI thinks that it created the website and upon uninstall it will drop it. 

[WiX-users] Non Default - WebSite Configuration

2006-09-14 Thread Jose Pragash (Wipro Ltd.)
Hi,   We are trying to install files and folders under existing Non-Default Web Site, also need to configure that web site with an AppPool and Security settings, and facing issues in doing this.   How to configure non-default web site by taking the IP Address and Port of the web site? N