Hello!


I`d like to know can I modify properties of the existing Default Web Site
using wix.



If I try

<WebDirProperties Id="DefaultSiteProperties" AnonymousAccess="no" Execute
="yes" Read="yes" Script="yes" WindowsAuthentication="yes" />

<DirectoryRef Id="INSTALLDIR">

<Component Id="CIIS" DiskId="1" Guid="F984FC66-AFF6-45D5-A1F1-2F021953233F">

           <WebSite Id="IISDefaultWebSite" Description="Default Web Site"
ConfigureIfExists="yes" DirProperties="DefaultSiteProperties">

                 <WebAddress Id="IISAllUnassigned" Port="80" />

           </WebSite>

     </Component>

</DirectoryRef>



it will delete site when uninstall.



And if WebSite is not in the component than I cannot specify DirProperties

But I don`t need delete it. Only update properties on installation
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to