WebDir Element (Iis Extension)

Windows Installer XML (WiX) v3.0

WebDir Element (Iis Extension)

Description
Defines a subdirectory within an IIS web site. When this element is a child of WebSite, the web directory is defined within that web site. Otherwise the web directory must reference a WebSite element via the WebSite attribute.
Windows Installer references
None
Parents
Component, WebSite
Inner Text
None
Children
Choice of elements (min: 1, max: 1)
Attributes
Name Type Description Required
Id String   Yes
DirProperties String References the Id attribute for a WebDirProperties element that specifies the security and access properties for this web directory. This attribute may not be specified if a WebDirProperties element is directly nested in this element.  
Path String Specifies the name of this web directory. Yes
WebSite String References the Id attribute for a WebSite element in which this directory belongs. Required when this element is not a child of a WebSite element.  
See Also
Iis Schema