I'm probably staring straight at the answer, but I'm really not seeing it. Apologies in advance. J
I want to install files (aspx, asmx, dll) to an existing web site. This is for internal use only, so I want the installer to take care of a couple things for me: . I want it to uninstall old files . I want it to fail if the web site does not exist . I want it to determine the "target" directory by finding the existing web site . I want it to install to the root of the web site I created the following under my Product tag: <iis:WebSite Id="MyWebSite1" ConfigureIfExists="no" Description="IIS Name of Site" > <iis:WebAddress Id="MyWebAddress1" IP="123.123.123.123" Port="443" Secure="yes"/> </iis:WebSite> Should the Port be 80 or 443? This site is only accessible via SSL, but I'm not sure if the Secure attribute will magically turn 80 into 443. Will the installer fail if it cannot find a web site in the IIS metabase with the given IP? (I want it to.) Could I add a second WebAddress for work on my local development machine? Something like this perhaps? <iis:WebAddress Id="MyWebAddress2" IP="" Port="9393"/> And, that is as far as I got. (Yes, I'm embarrassed.) How do I define a Component that will put files in the root of the WebSite? Thanks for any hints! ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users